Skip to content

Commit

Permalink
Merge pull request #203 from ZhiHanZ/releaase/0.2.3
Browse files Browse the repository at this point in the history
feat: release 0.2.3
  • Loading branch information
hantmac authored Apr 24, 2024
2 parents c26a00f + d1c3f28 commit aa43a9b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add following code block as a dependency
<dependency>
<groupId>com.databend</groupId>
<artifactId>databend-jdbc</artifactId>
<version>0.2.2</version>
<version>0.2.3</version>
</dependency>
```

Expand Down
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.2.2</version>
<version>0.2.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.databend</groupId>
<artifactId>databend-client</artifactId>
<version>0.2.2</version>
<version>0.2.3</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.2.2</version>
<version>0.2.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.databend</groupId>
<artifactId>databend-jdbc</artifactId>
<version>0.2.2</version>
<version>0.2.3</version>

<properties>
<!--suppress UnresolvedMavenProperty -->
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.databend</groupId>
<artifactId>databend-client</artifactId>
<version>0.2.2</version>
<version>0.2.3</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
Expand Down
2 changes: 1 addition & 1 deletion 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.2.2</version>
<version>0.2.3</version>
<name>databend-base</name>
<description>Databend</description>
<packaging>pom</packaging>
Expand Down

0 comments on commit aa43a9b

Please sign in to comment.