Skip to content

Commit 02590b3

Browse files
authored
Merge pull request #386 from databendlabs/feat/upgrade-0.4.4
feat: upgrade version to v0.4.4
2 parents ca6d650 + 1d18eda commit 02590b3

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add following code block as a dependency
2525
<dependency>
2626
<groupId>com.databend</groupId>
2727
<artifactId>databend-jdbc</artifactId>
28-
<version>0.4.3</version>
28+
<version>0.4.4</version>
2929
</dependency>
3030
```
3131

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.4.3</version>
9+
<version>0.4.4</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<groupId>com.databend</groupId>
1313
<artifactId>databend-client</artifactId>
14-
<version>0.4.3</version>
14+
<version>0.4.4</version>
1515
<name>databend-client</name>
1616
<packaging>jar</packaging>
1717

databend-jdbc/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
<parent>
77
<groupId>com.databend</groupId>
88
<artifactId>databend-base</artifactId>
9-
<version>0.4.3</version>
9+
<version>0.4.4</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>databend-jdbc</artifactId>
13-
<version>0.4.3</version>
13+
<version>0.4.4</version>
1414
<name>databend-jdbc</name>
1515
<packaging>jar</packaging>
1616

1717
<dependencies>
1818
<dependency>
1919
<groupId>com.databend</groupId>
2020
<artifactId>databend-client</artifactId>
21-
<version>0.4.3</version>
21+
<version>0.4.4</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>com.squareup.okhttp3</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.databend</groupId>
66
<artifactId>databend-base</artifactId>
7-
<version>0.4.3</version>
7+
<version>0.4.4</version>
88
<name>databend-base</name>
99
<description>Databend</description>
1010
<packaging>pom</packaging>
@@ -56,7 +56,7 @@
5656
<dep.okio.version>3.1.0</dep.okio.version>
5757
<dep.okhttp.version>5.0.0-alpha.11</dep.okhttp.version>
5858
<dep.testng.version>6.10</dep.testng.version>
59-
<plugin.gpg.version>3.2.8</plugin.gpg.version>
59+
<plugin.gpg.version>3.1.0</plugin.gpg.version>
6060
<checkstyle.config.location>${maven.multiModuleProjectDirectory}/config/checkstyle/checkstyle.xml</checkstyle.config.location>
6161
</properties>
6262

0 commit comments

Comments
 (0)