[maven-release-plugin] prepare release dubbo-rpc-jsonrpc-1.0.0-RELEASE
diff --git a/pom.xml b/pom.xml
index 9faee89..151daf5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     </parent>
 
     <artifactId>dubbo-rpc-jsonrpc</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-RELEASE</version>
     <packaging>jar</packaging>
     <name>${project.artifactId}</name>
     <description>The Json rpc module of dubbo project</description>
@@ -108,7 +108,7 @@
         <connection>scm:git:${git.url}</connection>
         <developerConnection>scm:git:${git.url}</developerConnection>
         <url>${git.url}</url>
-        <tag>HEAD</tag>
+        <tag>dubbo-rpc-jsonrpc-1.0.0-RELEASE</tag>
     </scm>
     <repositories>
         <repository>