Skip to content

Commit 8281ea3

Browse files
authored
Merge pull request #330 from ZhiHanZ/v0.3.9
feat: upgrade to v0.3.9
2 parents 947f336 + 8bddd31 commit 8281ea3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add following code block as a dependency
2020
<dependency>
2121
<groupId>com.databend</groupId>
2222
<artifactId>databend-jdbc</artifactId>
23-
<version>0.3.8</version>
23+
<version>0.3.9</version>
2424
</dependency>
2525
```
2626

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.8</version>
9+
<version>0.3.9</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<groupId>com.databend</groupId>
1313
<artifactId>databend-client</artifactId>
14-
<version>0.3.8</version>
14+
<version>0.3.9</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.8</version>
9+
<version>0.3.9</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<groupId>com.databend</groupId>
1313
<artifactId>databend-jdbc</artifactId>
14-
<version>0.3.8</version>
14+
<version>0.3.9</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.8</version>
24+
<version>0.3.9</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>com.squareup.okhttp3</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>com.databend</groupId>
1111
<artifactId>databend-base</artifactId>
12-
<version>0.3.8</version>
12+
<version>0.3.9</version>
1313
<name>databend-base</name>
1414
<description>Databend</description>
1515
<packaging>pom</packaging>

0 commit comments

Comments
 (0)