[maven-release-plugin]  copy for tag maven-bundle-plugin-2.3.4

git-svn-id: https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-2.3.4@1066525 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/DEPENDENCIES b/DEPENDENCIES
index 9f7ade6..91f5520 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -7,16 +7,6 @@
 
 I. Included Third-Party Software
 
-This product includes software developed at
-The OSGi Alliance (http://www.osgi.org/).
-Copyright 2006-2011 The OSGi Alliance.
-Licensed under the Apache License 2.0.
-
-This product includes software developed by Peter Kriens
-(http://www.aqute.biz/Code/Bnd)
-Copyright 2006-2011 aQute, All rights reserved
-Licensed under the Apache License 2.0.
-
 
 II. Used Third-Party Software
 
diff --git a/NOTICE b/NOTICE
index badb8fd..acac0d3 100644
--- a/NOTICE
+++ b/NOTICE
@@ -4,13 +4,3 @@
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 Licensed under the Apache License 2.0.
-
-This product includes software developed at
-The OSGi Alliance (http://www.osgi.org/).
-Copyright 2006-2011 The OSGi Alliance.
-Licensed under the Apache License 2.0.
-
-This product includes software developed by Peter Kriens
-(http://www.aqute.biz/Code/Bnd)
-Copyright 2006-2011 aQute, All rights reserved
-Licensed under the Apache License 2.0.
diff --git a/doc/changelog.txt b/doc/changelog.txt
index bdfe4b6..9a52ad2 100644
--- a/doc/changelog.txt
+++ b/doc/changelog.txt
@@ -1,4 +1,4 @@
-Changes from 2.2.0 to 2.3.0
+Changes from 2.2.0 to 2.3.4
 ---------------------------
 
  * [2011-02-01] FELIX-2817: The maven-bundle-plugin manifest goal should honor the supportedProjectTypes configuration setting.
diff --git a/pom.xml b/pom.xml
index b04a879..287e539 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
  <modelVersion>4.0.0</modelVersion>
 
  <artifactId>maven-bundle-plugin</artifactId>
- <version>2.3.3-SNAPSHOT</version>
+ <version>2.3.4</version>
  <packaging>maven-plugin</packaging>
  
  <name>Maven Bundle Plugin</name>
@@ -145,4 +145,10 @@
    <scope>test</scope>
   </dependency>
  </dependencies>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-2.3.4</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-2.3.4</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-2.3.4</url>
+  </scm>
 </project>