[maven-release-plugin] prepare release org.apache.sling.commons.osgi-2.4.2
diff --git a/pom.xml b/pom.xml
index 810d9e3..3ec0aa2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.commons.osgi</artifactId>
-    <version>2.4.1-SNAPSHOT</version>
+    <version>2.4.2</version>
 
     <name>Apache Sling Commons OSGi support</name>
     <description>Commons OSGi</description>
@@ -37,7 +37,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-osgi.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-osgi.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-commons-osgi.git</url>
-    </scm>
+      <tag>org.apache.sling.commons.osgi-2.4.2</tag>
+  </scm>
     
     <properties>
         <test.jars.folder>${project.build.directory}/testjars</test.jars.folder>