[maven-release-plugin] prepare release org.apache.sling.hc.webconsole-2.0.0
diff --git a/pom.xml b/pom.xml
index 05fbead..5d1145c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,12 +25,12 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>33</version>
-        <relativePath/>
+        <relativePath />
     </parent>
 
     <groupId>org.apache.sling</groupId>
     <artifactId>org.apache.sling.hc.webconsole</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
 
     <name>Apache Sling Health Check Webconsole Plugin</name>
     <inceptionYear>2013</inceptionYear>
@@ -41,7 +41,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-webconsole.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-webconsole.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-hc-webconsole.git</url>
-    </scm>
+      <tag>org.apache.sling.hc.webconsole-2.0.0</tag>
+  </scm>
 
     <properties>
         <project.bundle.file>${project.build.directory}/${project.build.finalName}.jar</project.bundle.file>