Skip to content

Commit b987120

Browse files
authored
Merge pull request #274 from ZhiHanZ/v0.3.2
feat: release v0.3.2
2 parents 4c0314f + 03b5ff7 commit b987120

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.1</version>
23+
<version>0.3.2</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.1</version>
9+
<version>0.3.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<groupId>com.databend</groupId>
1313
<artifactId>databend-client</artifactId>
14-
<version>0.3.1</version>
14+
<version>0.3.2</version>
1515

1616
<properties>
1717
<!--suppress UnresolvedMavenProperty -->

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.1</version>
9+
<version>0.3.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<groupId>com.databend</groupId>
1313
<artifactId>databend-jdbc</artifactId>
14-
<version>0.3.1</version>
14+
<version>0.3.2</version>
1515

1616
<properties>
1717
<!--suppress UnresolvedMavenProperty -->
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.databend</groupId>
2626
<artifactId>databend-client</artifactId>
27-
<version>0.3.1</version>
27+
<version>0.3.2</version>
2828
</dependency>
2929
<dependency>
3030
<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.1</version>
12+
<version>0.3.2</version>
1313
<name>databend-base</name>
1414
<description>Databend</description>
1515
<packaging>pom</packaging>

0 commit comments

Comments
 (0)