[maven-release-plugin] prepare release org.apache.sling.hc.core-2.0.0
diff --git a/pom.xml b/pom.xml
index eaa5bdc..ea0c313 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     </parent>
 
     <artifactId>org.apache.sling.hc.core</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
 
     <name>Apache Sling Health Check Core</name>
     <inceptionYear>2013</inceptionYear>
@@ -44,7 +44,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-core.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-core.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-hc-core.git</url>
-      <tag>HEAD</tag>
+      <tag>org.apache.sling.hc.core-2.0.0</tag>
   </scm>
 
     <build>