Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
release: 0.4.1 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengjiachun authored Nov 17, 2023
1 parent 2fdbfd5 commit a75cadf
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 18 deletions.
2 changes: 1 addition & 1 deletion greptimedb-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>greptimedb-client</artifactId>
<groupId>io.greptime</groupId>
<version>0.4.0</version>
<version>0.4.1</version>
</parent>

<artifactId>greptimedb-all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion greptimedb-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>greptimedb-client</artifactId>
<groupId>io.greptime</groupId>
<version>0.4.0</version>
<version>0.4.1</version>
</parent>

<artifactId>greptimedb-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion greptimedb-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>greptimedb-client</artifactId>
<groupId>io.greptime</groupId>
<version>0.4.0</version>
<version>0.4.1</version>
</parent>

<artifactId>greptimedb-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion greptimedb-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>greptimedb-client</artifactId>
<groupId>io.greptime</groupId>
<version>0.4.0</version>
<version>0.4.1</version>
</parent>

<artifactId>greptimedb-grpc</artifactId>
Expand Down
13 changes: 3 additions & 10 deletions greptimedb-protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>greptimedb-client</artifactId>
<groupId>io.greptime</groupId>
<version>0.4.0</version>
<version>0.4.1</version>
</parent>

<artifactId>greptimedb-protocol</artifactId>
Expand All @@ -18,8 +18,8 @@

<dependencies>
<dependency>
<groupId>com.github.GreptimeTeam</groupId>
<artifactId>greptime-proto</artifactId>
<groupId>io.greptime</groupId>
<artifactId>greptimedb-proto</artifactId>
<version>0.4.0</version>
</dependency>
<dependency>
Expand Down Expand Up @@ -82,11 +82,4 @@
<scope>test</scope>
</dependency>
</dependencies>

<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
</project>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
client.version=0.4.0
client.version=0.4.1
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ public class UtilTest {
@Test
public void testClientVersion() {
String ver = Util.clientVersion();
Assert.assertEquals("0.4.0", ver);
Assert.assertEquals("0.4.1", ver);
}
}
2 changes: 1 addition & 1 deletion greptimedb-rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>greptimedb-client</artifactId>
<groupId>io.greptime</groupId>
<version>0.4.0</version>
<version>0.4.1</version>
</parent>

<artifactId>greptimedb-rpc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.greptime</groupId>
<artifactId>greptimedb-client</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit a75cadf

Please sign in to comment.