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 2013/02/05 23:30:58 UTC

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

Author: pauls
Date: Tue Feb  5 22:30:58 2013
New Revision: 1442770

URL: http://svn.apache.org/viewvc?rev=1442770&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=1442770&r1=1442769&r2=1442770&view=diff
==============================================================================
--- felix/trunk/framework/pom.xml (original)
+++ felix/trunk/framework/pom.xml Tue Feb  5 22:30:58 2013
@@ -27,16 +27,16 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Framework</name>
   <artifactId>org.apache.felix.framework</artifactId>
-  <version>4.2.0</version>
+  <version>4.3.0-SNAPSHOT</version>
   <dependencies>
   </dependencies>
   <properties>
     <dollar>$</dollar>
   </properties>
     <scm>
-      <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework-4.2.0</connection>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework-4.2.0</developerConnection>
-      <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework-4.2.0</url>
+      <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/framework</connection>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/framework</developerConnection>
+      <url>http://svn.apache.org/repos/asf/felix/framework</url>
     </scm>
   <build>
     <plugins>