You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2010/04/12 00:53:55 UTC

svn commit: r933015 - /felix/branches/org.apache.felix.main-2.0.5-RC/pom.xml

Author: pauls
Date: Sun Apr 11 22:53:55 2010
New Revision: 933015

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

Modified:
    felix/branches/org.apache.felix.main-2.0.5-RC/pom.xml

Modified: felix/branches/org.apache.felix.main-2.0.5-RC/pom.xml
URL: http://svn.apache.org/viewvc/felix/branches/org.apache.felix.main-2.0.5-RC/pom.xml?rev=933015&r1=933014&r2=933015&view=diff
==============================================================================
--- felix/branches/org.apache.felix.main-2.0.5-RC/pom.xml (original)
+++ felix/branches/org.apache.felix.main-2.0.5-RC/pom.xml Sun Apr 11 22:53:55 2010
@@ -27,7 +27,7 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Main</name>
   <artifactId>org.apache.felix.main</artifactId>
-  <version>2.0.5</version>
+  <version>2.0.6-SNAPSHOT</version>
   <dependencies>
     <dependency>
       <groupId>${pom.groupId}</groupId>
@@ -248,10 +248,4 @@
       </resource>
     </resources> 
   </build>
-
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-2.0.5</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-2.0.5</developerConnection>
-    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-2.0.5</url>
-  </scm>
 </project>