[maven-release-plugin] prepare release org.apache.sling.hc.api-1.0.2
diff --git a/pom.xml b/pom.xml
index 3503206..b4d7467 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     <groupId>org.apache.sling</groupId>
     <artifactId>org.apache.sling.hc.api</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2</version>
 
     <name>Apache Sling Health Check API</name>
     <inceptionYear>2013</inceptionYear>
@@ -42,7 +42,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-api.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-api.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-hc-api.git</url>
-    </scm>
+      <tag>org.apache.sling.hc.api-1.0.2</tag>
+  </scm>
 
     <build>
         <plugins>