Author: davidb
Date: Tue Sep 22 10:53:48 2015
New Revision: 1704575

URL: http://svn.apache.org/viewvc?rev=1704575&view=rev
Log:
[maven-release-plugin] rollback the release of maven-bundle-plugin-3.0.0

Modified:
    felix/trunk/tools/maven-bundle-plugin/pom.xml

Modified: felix/trunk/tools/maven-bundle-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/tools/maven-bundle-plugin/pom.xml?rev=1704575&r1=1704574&r2=1704575&view=diff
==============================================================================
--- felix/trunk/tools/maven-bundle-plugin/pom.xml (original)
+++ felix/trunk/tools/maven-bundle-plugin/pom.xml Tue Sep 22 10:53:48 2015
@@ -28,7 +28,7 @@
  <modelVersion>4.0.0</modelVersion>
 
  <artifactId>maven-bundle-plugin</artifactId>
- <version>3.0.0</version>
+ <version>2.5.5-SNAPSHOT</version>
  <packaging>maven-plugin</packaging>
 
  <name>Maven Bundle Plugin</name>
@@ -40,9 +40,9 @@
  </description>
 
  <scm>
-  
<connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-3.0.0</connection>
-  
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-3.0.0</developerConnection>
-  
<url>http://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-3.0.0</url>
+  
<connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/bundleplugin</connection>
+  
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/bundleplugin</developerConnection>
+  <url>http://svn.apache.org/repos/asf/felix/trunk/bundleplugin</url>
  </scm>
 
  <properties>


Reply via email to