[maven-release-plugin] prepare release org.apache.sling.feature.extension.content-1.0.2
diff --git a/pom.xml b/pom.xml
index b66fe8f..9f99ab9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
     </parent>
 
     <artifactId>org.apache.sling.feature.extension.content</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2</version>
     <name>Sling Featuremodel - Content Deployment Exension</name>
 
     <licenses>
@@ -34,7 +34,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-content.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-content.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-feature-extension-content.git</url>
-        <tag>HEAD</tag>
+        <tag>org.apache.sling.feature.extension.content-1.0.2</tag>
     </scm>
 
     <properties>