[maven-release-plugin]  copy for tag org.osgi.core-1.4.0

git-svn-id: https://svn.apache.org/repos/asf/felix/releases/org.osgi.core-1.4.0@811880 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index b77b727..e59aff4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
   <name>OSGi R4 Core Bundle</name>
   <description>OSGi Service Platform Release 4 Core Interfaces and Classes.</description>
   <artifactId>org.osgi.core</artifactId>
-  <version>1.3.0-SNAPSHOT</version>
+  <version>1.4.0</version>
   <packaging>bundle</packaging>
   <build>
     <plugins>
@@ -53,4 +53,10 @@
       </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.osgi.core-1.4.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.osgi.core-1.4.0</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.osgi.core-1.4.0</url>
+  </scm>
 </project>