[maven-release-plugin] prepare release org.apache.felix.rootcause-0.2.0
diff --git a/rootcause/pom.xml b/rootcause/pom.xml
index 96de07e..41563e6 100644
--- a/rootcause/pom.xml
+++ b/rootcause/pom.xml
@@ -20,7 +20,7 @@
     </parent>
 
     <artifactId>org.apache.felix.rootcause</artifactId>
-    <version>0.1.1-SNAPSHOT</version>
+    <version>0.2.0</version>
     <name>Apache Felix - Root Cause Analysis</name>
 
     <properties>
@@ -33,7 +33,8 @@
         <connection>scm:git:https://github.com/apache/felix-dev.git</connection>
         <developerConnection>scm:git:https://github.com/apache/felix-dev.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=felix-dev.git</url>
-    </scm>
+      <tag>org.apache.felix.rootcause-0.2.0</tag>
+  </scm>
 
     <build>
         <plugins>