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/10/04 22:30:25 UTC

svn commit: r1004406 - /felix/trunk/main/pom.xml

Author: pauls
Date: Mon Oct  4 20:30:25 2010
New Revision: 1004406

URL: http://svn.apache.org/viewvc?rev=1004406&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=1004406&r1=1004405&r2=1004406&view=diff
==============================================================================
--- felix/trunk/main/pom.xml (original)
+++ felix/trunk/main/pom.xml Mon Oct  4 20:30:25 2010
@@ -27,7 +27,7 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Main</name>
   <artifactId>org.apache.felix.main</artifactId>
-  <version>3.0.4</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.4</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-3.0.4</developerConnection>
-    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-3.0.4</url>
-  </scm>
 </project>