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/12/26 22:14:08 UTC

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

Author: pauls
Date: Sun Dec 26 21:14:07 2010
New Revision: 1052949

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

Modified:
    felix/trunk/framework/pom.xml

Modified: felix/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/framework/pom.xml?rev=1052949&r1=1052948&r2=1052949&view=diff
==============================================================================
--- felix/trunk/framework/pom.xml (original)
+++ felix/trunk/framework/pom.xml Sun Dec 26 21:14:07 2010
@@ -27,7 +27,7 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Framework</name>
   <artifactId>org.apache.felix.framework</artifactId>
-  <version>3.0.7</version>
+  <version>3.1.0-SNAPSHOT</version>
   <dependencies>
   </dependencies>
   <properties>
@@ -80,10 +80,4 @@
       </plugin>
     </plugins>
   </build>
-
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework-3.0.7</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework-3.0.7</developerConnection>
-    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework-3.0.7</url>
-  </scm>
 </project>