[maven-release-plugin] prepare release 2.0.0
diff --git a/pom.xml b/pom.xml
index ba2c5c3..2747a87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-artemis-native</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
 
     <parent>
         <groupId>org.apache</groupId>
@@ -67,7 +67,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/activemq-artemis-native.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/activemq-artemis-native.git</developerConnection>
         <url>https://github.com/apache/activemq-artemis-native</url>
-        <tag>HEAD</tag>
+        <tag>2.0.0</tag>
     </scm>
 
     <distributionManagement>