Skip to content

Commit 77dbd53

Browse files
authored
chore(build): bump the Maven version (#10)
1 parent 4305b94 commit 77dbd53

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

ci/run_tests_pipeline.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ stages:
8686
maven | "$(Agent.OS)"
8787
path: $(HOME)/.m2/repository
8888
displayName: "Cache Maven repository"
89-
# TODO: remove branch once jh_experiment_new_ilp is merged
90-
- script: git clone --depth 1 -b jh_experiment_new_ilp https://github.com/questdb/questdb.git ./questdb
89+
- script: git clone --depth 1 https://github.com/questdb/questdb.git ./questdb
9190
displayName: git clone questdb
9291
- task: Maven@3
9392
displayName: "Update client version"

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<test.include>%regex[.*[^o].class]</test.include><!-- exclude module-info.class-->
3939
</properties>
4040

41-
<version>1.0.2-SNAPSHOT</version>
41+
<version>1.1.1-SNAPSHOT</version>
4242
<groupId>org.questdb</groupId>
4343
<artifactId>questdb-client</artifactId>
4444
<packaging>jar</packaging>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<groupId>org.questdb</groupId>
2929
<artifactId>client-examples</artifactId>
30-
<version>1.0.2-SNAPSHOT</version>
30+
<version>1.1.1-SNAPSHOT</version>
3131
<name>Examples for QuestDB</name>
3232

3333
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2626
<modelVersion>4.0.0</modelVersion>
2727

28-
<version>1.0.2-SNAPSHOT</version>
28+
<version>1.1.1-SNAPSHOT</version>
2929
<groupId>org.questdb</groupId>
3030
<artifactId>client-parent</artifactId>
3131
<packaging>pom</packaging>

0 commit comments

Comments
 (0)