Skip to content

Commit 778e533

Browse files
authored
Merge pull request #388 from databendlabs/feat/upgrade-0.4.5
feat: upgrade 0.4.5 to maven
2 parents d9a0f5d + 0faf18f commit 778e533

4 files changed

Lines changed: 11 additions & 7 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.4</version>
28+
<version>0.4.5</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.4</version>
9+
<version>0.4.5</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<groupId>com.databend</groupId>
1313
<artifactId>databend-client</artifactId>
14-
<version>0.4.4</version>
14+
<version>0.4.5</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.4</version>
9+
<version>0.4.5</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>databend-jdbc</artifactId>
13-
<version>0.4.4</version>
13+
<version>0.4.5</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.4</version>
21+
<version>0.4.5</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>com.squareup.okhttp3</groupId>

pom.xml

Lines changed: 5 additions & 1 deletion
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.4</version>
7+
<version>0.4.5</version>
88
<name>databend-base</name>
99
<description>Databend</description>
1010
<packaging>pom</packaging>
@@ -265,6 +265,10 @@
265265
<version>${plugin.gpg.version}</version>
266266
<configuration>
267267
<skip>true</skip>
268+
<gpgArguments>
269+
<arg>--pinentry-mode</arg>
270+
<arg>loopback</arg>
271+
</gpgArguments>
268272
</configuration>
269273
</plugin>
270274
<plugin>

0 commit comments

Comments
 (0)