[maven-release-plugin]  copy for tag org.apache.felix.configadmin-1.2.4

git-svn-id: https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.configadmin-1.2.4@809198 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/obr.xml b/obr.xml
index e43a3da..2ee4055 100644
--- a/obr.xml
+++ b/obr.xml
@@ -34,9 +34,9 @@
     <capability name="service">
         <p n="service" v="org.osgi.service.cm.ConfigurationAdmin" />
         <p n="service.description"
-            v="Configuration Admin Service Specification 1.2 Implementation" />
+            v="Configuration Admin Service Specification 1.3 Implementation" />
         <p n="service.pid" v="org.apache.felix.cm.ConfigurationAdmin" />
 
         <p n="service.vendor" v="Apache Software Foundation" />
     </capability>
-</obr>
\ No newline at end of file
+</obr>
diff --git a/pom.xml b/pom.xml
index 1639ff5..919077c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>org.apache.felix.configadmin</artifactId>
-    <version>1.2.3-SNAPSHOT</version>
+    <version>1.2.4</version>
     <packaging>bundle</packaging>
 
     <name>Apache Felix Configuration Admin Service</name>
@@ -231,4 +231,10 @@
             </snapshots>
         </repository>
     </repositories>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.configadmin-1.2.4</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.configadmin-1.2.4</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.configadmin-1.2.4</url>
+  </scm>
 </project>