Skip to content

Commit 27f62ee

Browse files
authored
Merge pull request #333 from ZhiHanZ/0.4.0
feat: release 0.4.0
2 parents 499f80f + cca1c35 commit 27f62ee

4 files changed

Lines changed: 18 additions & 14 deletions

File tree

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.9</version>
23+
<version>0.4.0</version>
2424
</dependency>
2525
```
2626

databend-client/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
66
<parent>
77
<groupId>com.databend</groupId>
88
<artifactId>databend-base</artifactId>
9-
<version>0.3.9</version>
9+
<version>0.4.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<groupId>com.databend</groupId>
1313
<artifactId>databend-client</artifactId>
14-
<version>0.3.9</version>
14+
<version>0.4.0</version>
15+
<name>databend-client</name>
16+
<packaging>jar</packaging>
1517

1618
<properties>
1719
<air.main.basedir>${project.parent.basedir}</air.main.basedir>

databend-jdbc/pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
66
<parent>
77
<groupId>com.databend</groupId>
88
<artifactId>databend-base</artifactId>
9-
<version>0.3.9</version>
9+
<version>0.4.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<groupId>com.databend</groupId>
1313
<artifactId>databend-jdbc</artifactId>
14-
<version>0.3.9</version>
14+
<version>0.4.0</version>
15+
<name>databend-jdbc</name>
16+
<packaging>jar</packaging>
1517

1618
<properties>
1719
<air.main.basedir>${project.parent.basedir}</air.main.basedir>
@@ -21,7 +23,7 @@
2123
<dependency>
2224
<groupId>com.databend</groupId>
2325
<artifactId>databend-client</artifactId>
24-
<version>0.3.9</version>
26+
<version>0.4.0</version>
2527
</dependency>
2628
<dependency>
2729
<groupId>com.squareup.okhttp3</groupId>

pom.xml

Lines changed: 8 additions & 8 deletions
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.9</version>
12+
<version>0.4.0</version>
1313
<name>databend-base</name>
1414
<description>Databend</description>
1515
<packaging>pom</packaging>
@@ -164,15 +164,15 @@
164164
</execution>
165165
</executions>
166166
</plugin>
167+
167168
<plugin>
168-
<groupId>org.sonatype.plugins</groupId>
169-
<artifactId>nexus-staging-maven-plugin</artifactId>
170-
<version>1.6.13</version>
169+
<groupId>org.sonatype.central</groupId>
170+
<artifactId>central-publishing-maven-plugin</artifactId>
171+
<version>0.8.0</version>
171172
<extensions>true</extensions>
172173
<configuration>
173-
<serverId>ossrh</serverId>
174-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
175-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
174+
<publishingServerId>central</publishingServerId>
175+
<autoPublish>true</autoPublish>
176176
</configuration>
177177
</plugin>
178178
<plugin>
@@ -224,7 +224,7 @@
224224
<artifactId>maven-checkstyle-plugin</artifactId>
225225
<configuration>
226226
<configLocation>
227-
https://raw.githubusercontent.com/checkstyle/checkstyle/master/src/main/resources/google_checks.xmll
227+
https://raw.githubusercontent.com/checkstyle/checkstyle/master/src/main/resources/google_checks.xml
228228
</configLocation>
229229
<consoleOutput>true</consoleOutput>
230230
<failsOnError>true</failsOnError>

0 commit comments

Comments
 (0)