[maven-release-plugin] prepare release org.apache.sling.hc.support-1.0.6
diff --git a/pom.xml b/pom.xml
index d14156f..b70b854 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,12 +25,12 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>34</version>
-        <relativePath/>
+        <relativePath />
     </parent>
 
     <artifactId>org.apache.sling.hc.support</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0.5-SNAPSHOT</version>
+    <version>1.0.6</version>
 
     <name>Apache Sling Health Check Support Components</name>
     <inceptionYear>2013</inceptionYear>
@@ -43,7 +43,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-support.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-support.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-hc-support.git</url>
-    </scm>
+      <tag>org.apache.sling.hc.support-1.0.6</tag>
+  </scm>
 
     <build>
         <plugins>