File tree Expand file tree Collapse file tree 4 files changed +20
-7
lines changed
Expand file tree Collapse file tree 4 files changed +20
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments