Skip to content

Commit 8b3ecc3

Browse files
committed
build: bump module versions to 0.4.0
1 parent 731ac6b commit 8b3ecc3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

databend-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>com.databend</groupId>
88
<artifactId>databend-base</artifactId>
9-
<version>0.3.9</version>
9+
<version>0.4.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<groupId>com.databend</groupId>
1313
<artifactId>databend-client</artifactId>
14-
<version>0.3.9</version>
14+
<version>0.4.0</version>
1515

1616
<properties>
1717
<air.main.basedir>${project.parent.basedir}</air.main.basedir>

databend-jdbc/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>com.databend</groupId>
88
<artifactId>databend-base</artifactId>
9-
<version>0.3.9</version>
9+
<version>0.4.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<groupId>com.databend</groupId>
1313
<artifactId>databend-jdbc</artifactId>
14-
<version>0.3.9</version>
14+
<version>0.4.0</version>
1515

1616
<properties>
1717
<air.main.basedir>${project.parent.basedir}</air.main.basedir>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>com.databend</groupId>
2323
<artifactId>databend-client</artifactId>
24-
<version>0.3.9</version>
24+
<version>0.4.0</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>com.squareup.okhttp3</groupId>

0 commit comments

Comments
 (0)