[maven-release-plugin] prepare release org.apache.sling.feature.launcher-0.2.0
diff --git a/pom.xml b/pom.xml
index cedd926..04027cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     </parent>
 
     <artifactId>org.apache.sling.feature.launcher</artifactId>
-    <version>0.1.1-SNAPSHOT</version>
+    <version>0.2.0</version>
 
     <name>Apache Sling Feature Launcher</name>
     <description>
@@ -36,7 +36,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-feature-launcher.git</url>
-    </scm>
+      <tag>org.apache.sling.feature.launcher-0.2.0</tag>
+  </scm>
 
     <build>
         <plugins>