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/11/03 21:47:45 UTC

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

Author: pauls
Date: Wed Nov  3 20:47:45 2010
New Revision: 1030667

URL: http://svn.apache.org/viewvc?rev=1030667&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=1030667&r1=1030666&r2=1030667&view=diff
==============================================================================
--- felix/trunk/framework/pom.xml (original)
+++ felix/trunk/framework/pom.xml Wed Nov  3 20:47:45 2010
@@ -27,7 +27,7 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Framework</name>
   <artifactId>org.apache.felix.framework</artifactId>
-  <version>3.0.6</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.6</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework-3.0.6</developerConnection>
-    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework-3.0.6</url>
-  </scm>
 </project>