[maven-release-plugin]  copy for tag org.apache.felix.scr-1.0.4

git-svn-id: https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr-1.0.4@683213 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 8c97e5a..80198ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
         Implementation of the Declarative Services specification 1.0
     </description>
     <artifactId>org.apache.felix.scr</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4</version>
     <dependencies>
         <dependency>
             <groupId>${pom.groupId}</groupId>
@@ -90,4 +90,10 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr-1.0.4</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr-1.0.4</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr-1.0.4</url>
+  </scm>
 </project>