[maven-release-plugin] prepare release org.apache.sling.testing.serversetup-1.0.2
diff --git a/pom.xml b/pom.xml
index 9a23630..17958ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.testing.serversetup</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
 
     <name>Apache Sling Server Setup Tools</name>
     <description>
@@ -39,7 +39,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-serversetup.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-serversetup.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-testing-serversetup.git</url>
-    </scm>
+      <tag>org.apache.sling.testing.serversetup-1.0.2</tag>
+  </scm>
 
     <build>
         <plugins>