[maven-release-plugin] prepare release org.apache.felix.metatype-1.2.4
diff --git a/metatype/pom.xml b/metatype/pom.xml
index e8092e1..d801427 100644
--- a/metatype/pom.xml
+++ b/metatype/pom.xml
@@ -33,7 +33,7 @@
     <description>
         Implementation of the OSGi Metatype Service Specification 1.4
     </description>
-    <version>1.2.3-SNAPSHOT</version>
+    <version>1.2.4</version>
     <dependencies>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -82,7 +82,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.metatype-1.2.4</tag>
+  </scm>
 
     <build>
         <plugins>