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 2008/08/07 19:32:11 UTC

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

Author: mcculls
Date: Thu Aug  7 10:32:10 2008
New Revision: 683659

URL: http://svn.apache.org/viewvc?rev=683659&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=683659&r1=683658&r2=683659&view=diff
==============================================================================
--- felix/trunk/bundleplugin/pom.xml (original)
+++ felix/trunk/bundleplugin/pom.xml Thu Aug  7 10:32:10 2008
@@ -28,7 +28,7 @@
  <modelVersion>4.0.0</modelVersion>
 
  <artifactId>maven-bundle-plugin</artifactId>
- <version>1.4.3</version>
+ <version>1.5.0-SNAPSHOT</version>
  <packaging>maven-plugin</packaging>
  
  <name>Maven Bundle Plugin</name>
@@ -137,10 +137,4 @@
    <scope>test</scope>
   </dependency>
  </dependencies>
-
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-1.4.3</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-1.4.3</developerConnection>
-    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-1.4.3</url>
-  </scm>
 </project>