Author: pauls
Date: Mon Feb 21 21:37:50 2011
New Revision: 1073156
URL: http://svn.apache.org/viewvc?rev=1073156&view=rev
Log:
[maven-release-plugin] prepare for next development iteration
Modified:
felix/trunk/main/pom.xml
Modified: felix/trunk/main/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/main/pom.xml?rev=1073156&r1=1073155&r2=1073156&view=diff
==============================================================================
--- felix/trunk/main/pom.xml (original)
+++ felix/trunk/main/pom.xml Mon Feb 21 21:37:50 2011
@@ -27,7 +27,7 @@
<packaging>bundle</packaging>
<name>Apache Felix Main</name>
<artifactId>org.apache.felix.main</artifactId>
- <version>3.0.9</version>
+ <version>3.1.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>${pom.groupId}</groupId>
@@ -169,10 +169,4 @@
</resource>
</resources>
</build>
-
- <scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-3.0.9</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-3.0.9</developerConnection>
-
<url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-3.0.9</url>
- </scm>
</project>