[maven-release-plugin]  copy for tag org.apache.felix.shell-1.4.0

git-svn-id: https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.shell-1.4.0@811895 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 09acb7c..5c40d7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   <name>Apache Felix Shell Service</name>
   <description>A simple OSGi command shell service.</description>
   <artifactId>org.apache.felix.shell</artifactId>
-  <version>1.3.0-SNAPSHOT</version>
+  <version>1.4.0</version>
   <dependencies>
     <dependency>
       <groupId>${pom.groupId}</groupId>
@@ -76,4 +76,10 @@
       </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.shell-1.4.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.shell-1.4.0</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.shell-1.4.0</url>
+  </scm>
 </project>