diff --git a/greptimedb-all/pom.xml b/greptimedb-all/pom.xml index fc22c64..5915a00 100644 --- a/greptimedb-all/pom.xml +++ b/greptimedb-all/pom.xml @@ -4,7 +4,7 @@ greptimedb-client io.greptime - 0.4.0 + 0.4.1 greptimedb-all diff --git a/greptimedb-common/pom.xml b/greptimedb-common/pom.xml index c2caa04..83c3c8c 100644 --- a/greptimedb-common/pom.xml +++ b/greptimedb-common/pom.xml @@ -4,7 +4,7 @@ greptimedb-client io.greptime - 0.4.0 + 0.4.1 greptimedb-common diff --git a/greptimedb-example/pom.xml b/greptimedb-example/pom.xml index c6311a7..62f6f39 100644 --- a/greptimedb-example/pom.xml +++ b/greptimedb-example/pom.xml @@ -4,7 +4,7 @@ greptimedb-client io.greptime - 0.4.0 + 0.4.1 greptimedb-example diff --git a/greptimedb-grpc/pom.xml b/greptimedb-grpc/pom.xml index 689f24c..f344be0 100644 --- a/greptimedb-grpc/pom.xml +++ b/greptimedb-grpc/pom.xml @@ -4,7 +4,7 @@ greptimedb-client io.greptime - 0.4.0 + 0.4.1 greptimedb-grpc diff --git a/greptimedb-protocol/pom.xml b/greptimedb-protocol/pom.xml index b99f242..bff238e 100644 --- a/greptimedb-protocol/pom.xml +++ b/greptimedb-protocol/pom.xml @@ -4,7 +4,7 @@ greptimedb-client io.greptime - 0.4.0 + 0.4.1 greptimedb-protocol @@ -18,8 +18,8 @@ - com.github.GreptimeTeam - greptime-proto + io.greptime + greptimedb-proto 0.4.0 @@ -82,11 +82,4 @@ test - - - - jitpack.io - https://jitpack.io - - diff --git a/greptimedb-protocol/src/main/resources/client_version.properties b/greptimedb-protocol/src/main/resources/client_version.properties index 2777b47..840df97 100644 --- a/greptimedb-protocol/src/main/resources/client_version.properties +++ b/greptimedb-protocol/src/main/resources/client_version.properties @@ -1 +1 @@ -client.version=0.4.0 +client.version=0.4.1 diff --git a/greptimedb-protocol/src/test/java/io/greptime/UtilTest.java b/greptimedb-protocol/src/test/java/io/greptime/UtilTest.java index ce6f6a3..a301840 100644 --- a/greptimedb-protocol/src/test/java/io/greptime/UtilTest.java +++ b/greptimedb-protocol/src/test/java/io/greptime/UtilTest.java @@ -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); } } diff --git a/greptimedb-rpc/pom.xml b/greptimedb-rpc/pom.xml index 038dc79..48eef72 100644 --- a/greptimedb-rpc/pom.xml +++ b/greptimedb-rpc/pom.xml @@ -4,7 +4,7 @@ greptimedb-client io.greptime - 0.4.0 + 0.4.1 greptimedb-rpc diff --git a/pom.xml b/pom.xml index 03a613c..e8478cb 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.greptime greptimedb-client - 0.4.0 + 0.4.1 pom ${project.groupId}:${project.artifactId}