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 2011/01/30 21:54:21 UTC

svn commit: r1065385 - /felix/branches/org.apache.felix.main-3.0.8-RC/pom.xml

Author: pauls
Date: Sun Jan 30 20:54:21 2011
New Revision: 1065385

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

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

Modified: felix/branches/org.apache.felix.main-3.0.8-RC/pom.xml
URL: http://svn.apache.org/viewvc/felix/branches/org.apache.felix.main-3.0.8-RC/pom.xml?rev=1065385&r1=1065384&r2=1065385&view=diff
==============================================================================
--- felix/branches/org.apache.felix.main-3.0.8-RC/pom.xml (original)
+++ felix/branches/org.apache.felix.main-3.0.8-RC/pom.xml Sun Jan 30 20:54:21 2011
@@ -27,7 +27,7 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Main</name>
   <artifactId>org.apache.felix.main</artifactId>
-  <version>3.0.8</version>
+  <version>3.0.9-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.8</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-3.0.8</developerConnection>
-    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-3.0.8</url>
-  </scm>
 </project>