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/18 23:40:10 UTC

svn commit: r1024017 - /felix/trunk/framework/pom.xml

Author: pauls
Date: Mon Oct 18 21:40:09 2010
New Revision: 1024017

URL: http://svn.apache.org/viewvc?rev=1024017&view=rev
Log:
Rollback

Modified:
    felix/trunk/framework/pom.xml

Modified: felix/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/framework/pom.xml?rev=1024017&r1=1024016&r2=1024017&view=diff
==============================================================================
--- felix/trunk/framework/pom.xml (original)
+++ felix/trunk/framework/pom.xml Mon Oct 18 21:40:09 2010
@@ -27,7 +27,7 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Framework</name>
   <artifactId>org.apache.felix.framework</artifactId>
-  <version>3.0.5</version>
+  <version>3.1.0-SNAPSHOT</version>
   <dependencies>
   </dependencies>
   <properties>
@@ -81,9 +81,4 @@
     </plugins>
   </build>
 
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework-3.0.5</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework-3.0.5</developerConnection>
-    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework-3.0.5</url>
-  </scm>
 </project>