Skip to content

Commit 3ea1ad0

Browse files
authored
Merge pull request #380 from databendlabs/feat/release-v0.4.3
feat: release v0.4.3
2 parents ec587c7 + 7083055 commit 3ea1ad0

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
lines changed

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.2</version>
28+
<version>0.4.3</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.2</version>
9+
<version>0.4.3</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<groupId>com.databend</groupId>
1313
<artifactId>databend-client</artifactId>
14-
<version>0.4.2</version>
14+
<version>0.4.3</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.2</version>
9+
<version>0.4.3</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>databend-jdbc</artifactId>
13-
<version>0.4.2</version>
13+
<version>0.4.3</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.2</version>
21+
<version>0.4.3</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>com.squareup.okhttp3</groupId>

pom.xml

Lines changed: 14 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.2</version>
7+
<version>0.4.3</version>
88
<name>databend-base</name>
99
<description>Databend</description>
1010
<packaging>pom</packaging>
@@ -16,6 +16,19 @@
1616
<distribution>repo</distribution>
1717
</license>
1818
</licenses>
19+
<developers>
20+
<developer>
21+
<id>databend-team</id>
22+
<name>Databend Team</name>
23+
<email>hanshanjie@databend.com</email>
24+
<organization>Databend Cloud</organization>
25+
<organizationUrl>https://databend.com</organizationUrl>
26+
<roles>
27+
<role>maintainer</role>
28+
</roles>
29+
<timezone>UTC</timezone>
30+
</developer>
31+
</developers>
1932
<scm>
2033
<connection>scm:git:git://github.com/databendcloud/databend-jdbc.git</connection>
2134
<url>https://github.com/databendcloud/databend-jdbc</url>

0 commit comments

Comments
 (0)