You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by mc...@apache.org on 2009/02/27 07:49:17 UTC

svn commit: r748413 - /felix/trunk/bundleplugin/pom.xml

Author: mcculls
Date: Fri Feb 27 06:49:16 2009
New Revision: 748413

URL: http://svn.apache.org/viewvc?rev=748413&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    felix/trunk/bundleplugin/pom.xml

Modified: felix/trunk/bundleplugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundleplugin/pom.xml?rev=748413&r1=748412&r2=748413&view=diff
==============================================================================
--- felix/trunk/bundleplugin/pom.xml (original)
+++ felix/trunk/bundleplugin/pom.xml Fri Feb 27 06:49:16 2009
@@ -28,7 +28,7 @@
  <modelVersion>4.0.0</modelVersion>
 
  <artifactId>maven-bundle-plugin</artifactId>
- <version>2.0.0</version>
+ <version>2.1.0-SNAPSHOT</version>
  <packaging>maven-plugin</packaging>
  
  <name>Maven Bundle Plugin</name>
@@ -140,11 +140,4 @@
    <scope>test</scope>
   </dependency>
  </dependencies>
-
-
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-2.0.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-2.0.0</developerConnection>
-    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-2.0.0</url>
-  </scm>
 </project>