Upgrade the version to 0.1.0
diff --git a/client-spark/common/pom.xml b/client-spark/common/pom.xml
index f056b7a..5d8797f 100644
--- a/client-spark/common/pom.xml
+++ b/client-spark/common/pom.xml
@@ -25,12 +25,12 @@
     <parent>
         <artifactId>rss-main</artifactId>
         <groupId>com.tencent.rss</groupId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <artifactId>rss-client-spark-common</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <packaging>jar</packaging>
 
     <dependencies>
diff --git a/client-spark/spark2/pom.xml b/client-spark/spark2/pom.xml
index fb7492a..a7153f2 100644
--- a/client-spark/spark2/pom.xml
+++ b/client-spark/spark2/pom.xml
@@ -24,13 +24,13 @@
   <parent>
     <groupId>com.tencent.rss</groupId>
     <artifactId>rss-main</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <groupId>com.tencent.rss</groupId>
   <artifactId>rss-client-spark2</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.1.0</version>
   <packaging>jar</packaging>
 
   <dependencies>
diff --git a/client-spark/spark3/pom.xml b/client-spark/spark3/pom.xml
index 3ef6b12..dd099eb 100644
--- a/client-spark/spark3/pom.xml
+++ b/client-spark/spark3/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <artifactId>rss-main</artifactId>
         <groupId>com.tencent.rss</groupId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <groupId>com.tencent.rss</groupId>
     <artifactId>rss-client-spark3</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <packaging>jar</packaging>
 
     <dependencies>
diff --git a/client/pom.xml b/client/pom.xml
index 6db219e..555bc50 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -24,12 +24,12 @@
   <parent>
     <groupId>com.tencent.rss</groupId>
     <artifactId>rss-main</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
   </parent>
 
   <groupId>com.tencent.rss</groupId>
   <artifactId>rss-client</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.1.0</version>
   <packaging>jar</packaging>
 
   <dependencies>
diff --git a/common/pom.xml b/common/pom.xml
index bfe6dec..c9d5f94 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>com.tencent.rss</groupId>
     <artifactId>rss-main</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
   </parent>
 
   <artifactId>rss-common</artifactId>
diff --git a/coordinator/pom.xml b/coordinator/pom.xml
index fc6e757..9f9857f 100644
--- a/coordinator/pom.xml
+++ b/coordinator/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>com.tencent.rss</groupId>
     <artifactId>rss-main</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/integration-test/common/pom.xml b/integration-test/common/pom.xml
index 538bb0a..5d09d24 100644
--- a/integration-test/common/pom.xml
+++ b/integration-test/common/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>com.tencent.rss</groupId>
         <artifactId>rss-main</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <groupId>com.tencent.rss</groupId>
     <artifactId>rss-integration-common-test</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <packaging>jar</packaging>
 
     <dependencies>
diff --git a/integration-test/spark-common/pom.xml b/integration-test/spark-common/pom.xml
index 3f3386c..b7c3491 100644
--- a/integration-test/spark-common/pom.xml
+++ b/integration-test/spark-common/pom.xml
@@ -23,14 +23,14 @@
   <parent>
     <artifactId>rss-main</artifactId>
     <groupId>com.tencent.rss</groupId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>com.tencent.rss</groupId>
   <artifactId>rss-integration-spark-common-test</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.1.0</version>
   <packaging>jar</packaging>
 
   <dependencies>
diff --git a/integration-test/spark3/pom.xml b/integration-test/spark3/pom.xml
index 90cd5b6..84fa8e2 100644
--- a/integration-test/spark3/pom.xml
+++ b/integration-test/spark3/pom.xml
@@ -23,14 +23,14 @@
     <parent>
         <artifactId>rss-main</artifactId>
         <groupId>com.tencent.rss</groupId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.1.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>com.tencent.rss</groupId>
     <artifactId>rss-integration-spark3-test</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <packaging>jar</packaging>
 
     <dependencies>
diff --git a/internal-client/pom.xml b/internal-client/pom.xml
index 727952d..f363595 100644
--- a/internal-client/pom.xml
+++ b/internal-client/pom.xml
@@ -24,12 +24,12 @@
   <parent>
     <groupId>com.tencent.rss</groupId>
     <artifactId>rss-main</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
   </parent>
 
   <groupId>com.tencent.rss</groupId>
   <artifactId>rss-internal-client</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.1.0</version>
   <packaging>jar</packaging>
 
   <dependencies>
diff --git a/pom.xml b/pom.xml
index be708e4..3a7d80d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
 
   <groupId>com.tencent.rss</groupId>
   <artifactId>rss-main</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.1.0</version>
   <packaging>pom</packaging>
   <name>Remote Shuffle Service Project Parent POM</name>
   <description>Remote Shuffle Service Project</description>
diff --git a/proto/pom.xml b/proto/pom.xml
index 8332df5..52963ac 100644
--- a/proto/pom.xml
+++ b/proto/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>rss-main</artifactId>
     <groupId>com.tencent.rss</groupId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
   </parent>
 
   <artifactId>rss-proto</artifactId>
diff --git a/server/pom.xml b/server/pom.xml
index 5f0aabe..07b4f07 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>com.tencent.rss</groupId>
     <artifactId>rss-main</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/storage/pom.xml b/storage/pom.xml
index 26344ba..852db29 100644
--- a/storage/pom.xml
+++ b/storage/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>com.tencent.rss</groupId>
     <artifactId>rss-main</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>