[maven-release-plugin] prepare release 1.0.0
diff --git a/pom.xml b/pom.xml
index d7a1be1..3c09878 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,9 +15,7 @@
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache</groupId>
@@ -27,7 +25,7 @@
     <groupId>org.apache.doris</groupId>
     <artifactId>doris-sdk</artifactId>
     <packaging>pom</packaging>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Archetype - doris-sdk</name>
     <url>https://doris.apache.org</url>
     <licenses>
@@ -42,7 +40,7 @@
         <url>https://github.com/apache/doris-sdk</url>
         <connection>git@github.com:apache/doris-sdk.git</connection>
         <developerConnection>scm:git:https://github.com/apache/doris-sdk.git</developerConnection>
-        <tag>HEAD</tag>
+        <tag>1.0.0</tag>
     </scm>
 
     <modules>
diff --git a/thrift-service/pom.xml b/thrift-service/pom.xml
index e579513..e0c71f7 100644
--- a/thrift-service/pom.xml
+++ b/thrift-service/pom.xml
@@ -15,13 +15,11 @@
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <artifactId>doris-sdk</artifactId>
         <groupId>org.apache.doris</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>