Skip to content

Commit

Permalink
Merge pull request #122 from ZhiHanZ/v0.1.5
Browse files Browse the repository at this point in the history
feat: release databend v0.1.5
  • Loading branch information
hantmac authored Jan 3, 2024
2 parents 788e34c + b12e75d commit 895fdfe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
4 changes: 2 additions & 2 deletions databend-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.databend</groupId>
<artifactId>databend-base</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.databend</groupId>
<artifactId>databend-client</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>

<properties>
<!--suppress UnresolvedMavenProperty -->
Expand Down
6 changes: 3 additions & 3 deletions databend-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.databend</groupId>
<artifactId>databend-base</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.databend</groupId>
<artifactId>databend-jdbc</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>

<properties>
<!--suppress UnresolvedMavenProperty -->
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.databend</groupId>
<artifactId>databend-client</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
Expand Down
10 changes: 2 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.databend</groupId>
<artifactId>databend-base</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>
<name>databend-base</name>
<description>Databend</description>
<packaging>pom</packaging>
Expand Down Expand Up @@ -209,13 +209,7 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
Expand Down

0 comments on commit 895fdfe

Please sign in to comment.