[maven-release-plugin] prepare release org.apache.sling.auth.core-1.4.2
diff --git a/pom.xml b/pom.xml
index 2c0e964..cccba0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>org.apache.sling.auth.core</artifactId>
     <packaging>bundle</packaging>
-    <version>1.4.1-SNAPSHOT</version>
+    <version>1.4.2</version>
 
     <name>Apache Sling Authentication Service</name>
     <description>
@@ -49,7 +49,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-core.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-core.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-auth-core.git</url>
-    </scm>
+      <tag>org.apache.sling.auth.core-1.4.2</tag>
+  </scm>
 
     <build>
         <plugins>