Commit 19eabb0
Fix client artifact ID in CI version overrides
The client module's artifactId was renamed from "client" to
"questdb-client", but the CI pipeline's versions:use-dep-version
steps still filtered on org.questdb:client. The filter never
matched, so QuestDB's build tried to fetch the unreleased
questdb-client:1.0.2-SNAPSHOT from Maven Central instead of
using the locally installed 9.9.9 jar.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a870977 commit 19eabb0
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments