[maven-release-plugin] prepare release osgicheck-maven-plugin-0.2.0
diff --git a/tools/osgicheck-maven-plugin/pom.xml b/tools/osgicheck-maven-plugin/pom.xml
index 3b100c5..2caed84 100644
--- a/tools/osgicheck-maven-plugin/pom.xml
+++ b/tools/osgicheck-maven-plugin/pom.xml
@@ -23,7 +23,7 @@
     </parent>
     
     <artifactId>osgicheck-maven-plugin</artifactId>
-    <version>0.1.1-SNAPSHOT</version>
+    <version>0.2.0</version>
     <packaging>maven-plugin</packaging>
 
     <name>Apache Felix OSGi Check Maven Plugin</name>
@@ -40,7 +40,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>osgicheck-maven-plugin-0.2.0</tag>
+  </scm>
 
     <prerequisites>
         <maven>${maven.version}</maven>