[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index 88c8ec2..9a91cbb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     </parent>
     <groupId>org.apache.doris</groupId>
     <artifactId>doris-shade</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Archetype - doris-shade</name>
     <url>https://doris.apache.org</url>
@@ -40,7 +40,7 @@
         <url>https://github.com/apache/doris-shade</url>
         <connection>git@github.com:apache/doris-shade.git</connection>
         <developerConnection>scm:git:https://github.com/apache/doris-shade.git</developerConnection>
-      <tag>doris-shade-1.0.0</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <modules>
diff --git a/thrift-shade-0.16/pom.xml b/thrift-shade-0.16/pom.xml
index e82d736..2f31d04 100644
--- a/thrift-shade-0.16/pom.xml
+++ b/thrift-shade-0.16/pom.xml
@@ -20,10 +20,10 @@
     <parent>
         <groupId>org.apache.doris</groupId>
         <artifactId>doris-shade</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <artifactId>thrift-shade-0.16</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
     <properties>
         <libethrift.version>0.16.0</libethrift.version>
     </properties>