diff --git a/common/pom.xml b/common/pom.xml
index 3b6856e5749fd4a805a96d805fd16f7c206c2804..671336742e713e246064d0260308590d47b7b200 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -16,7 +16,7 @@ See the Mulan PSL v2 for more details.
   <parent>
     <groupId>com.oceanbase.logclient</groupId>
     <artifactId>logclient</artifactId>
-    <version>1.0.2</version>
+    <version>1.1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/logproxy-client/pom.xml b/logproxy-client/pom.xml
index 925ff451c8d0d8059a96a8aa8e7ea1ce6b05dbc7..105e7c946ee9c77d66f29d5ac8733c7a49de0374 100644
--- a/logproxy-client/pom.xml
+++ b/logproxy-client/pom.xml
@@ -16,7 +16,7 @@ See the Mulan PSL v2 for more details.
   <parent>
     <groupId>com.oceanbase.logclient</groupId>
     <artifactId>logclient</artifactId>
-    <version>1.0.2</version>
+    <version>1.1.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 771ec3fba40bf61eaae4fa0471a13fb8b7df4686..a6c4247de7e41d2419d7370c14149a260187b388 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@ See the Mulan PSL v2 for more details.
 
   <groupId>com.oceanbase.logclient</groupId>
   <artifactId>logclient</artifactId>
-  <version>1.0.2</version>
+  <version>1.1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>${project.groupId}:${project.artifactId}</name>
@@ -57,7 +57,7 @@ See the Mulan PSL v2 for more details.
     <connection>scm:git:https://github.com/oceanbase/oblogclient.git</connection>
     <developerConnection>scm:git:https://github.com/oceanbase/oblogclient.git</developerConnection>
     <url>https://github.com/oceanbase/oblogclient</url>
-    <tag>logclient-1.0.2</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <properties>