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

git-svn-id: https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.dependencymanager.shell-3.0.1@1437421 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/DEPENDENCIES b/DEPENDENCIES
index ab07f92..2d2ed51 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -1,5 +1,5 @@
 Apache Felix Dependency Manager Shell
-Copyright 2011 The Apache Software Foundation
+Copyright 2011-2013 The Apache Software Foundation
 
 This software was developed at the Apache Software Foundation
 (http://www.apache.org) and may have dependencies on other
diff --git a/NOTICE b/NOTICE
index 55707c8..a7b5a7c 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Felix Dependency Manager Shell
-Copyright 2011 The Apache Software Foundation
+Copyright 2011-2013 The Apache Software Foundation
 
 
 This product includes software developed at
diff --git a/pom.xml b/pom.xml
index 8b6ba1a..87aaaa4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     </properties>
     <name>Apache Felix Dependency Manager Shell</name>
     <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</version>
     <packaging>bundle</packaging>
     <dependencies>
         <dependency>
@@ -114,4 +114,10 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.dependencymanager.shell-3.0.1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.dependencymanager.shell-3.0.1</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.dependencymanager.shell-3.0.1</url>
+  </scm>
 </project>