Author: mcculls
Date: Thu Feb 14 07:05:55 2008
New Revision: 627775
URL: http://svn.apache.org/viewvc?rev=627775&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=627775&r1=627774&r2=627775&view=diff
==============================================================================
--- felix/trunk/bundleplugin/pom.xml (original)
+++ felix/trunk/bundleplugin/pom.xml Thu Feb 14 07:05:55 2008
@@ -28,7 +28,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.2.1</version>
+ <version>1.3.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven Bundle Plugin</name>
@@ -107,10 +107,4 @@
<scope>test</scope>
</dependency>
</dependencies>
-
- <scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-1.2.1</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-1.2.1</developerConnection>
-
<url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-1.2.1</url>
- </scm>
</project>