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/09/16 12:04:50 UTC

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

Author: mcculls
Date: Wed Sep 16 10:04:49 2009
New Revision: 815701

URL: http://svn.apache.org/viewvc?rev=815701&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=815701&r1=815700&r2=815701&view=diff
==============================================================================
--- felix/trunk/bundleplugin/pom.xml (original)
+++ felix/trunk/bundleplugin/pom.xml Wed Sep 16 10:04:49 2009
@@ -28,7 +28,7 @@
  <modelVersion>4.0.0</modelVersion>
 
  <artifactId>maven-bundle-plugin</artifactId>
- <version>2.0.1</version>
+ <version>2.1.0-SNAPSHOT</version>
  <packaging>maven-plugin</packaging>
  
  <name>Maven Bundle Plugin</name>
@@ -140,10 +140,4 @@
    <scope>test</scope>
   </dependency>
  </dependencies>
-
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-2.0.1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-2.0.1</developerConnection>
-    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-2.0.1</url>
-  </scm>
 </project>