[maven-release-plugin] prepare release org.apache.sling.jcr.oak.server-1.2.4
diff --git a/pom.xml b/pom.xml
index 512ed32..3b4f8d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>org.apache.sling.jcr.oak.server</artifactId>
-  <version>1.2.3-SNAPSHOT</version>
+  <version>1.2.4</version>
 
   <name>Apache Sling JCR Oak Server</name>
   <description>This bundle provides a SlingRepository based on Apache Jackrabbit Oak.</description>
@@ -38,7 +38,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-oak-server.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-oak-server.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-jcr-oak-server.git</url>
-    <tag>HEAD</tag>
+    <tag>org.apache.sling.jcr.oak.server-1.2.4</tag>
   </scm>
 
   <properties>