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 2011/10/10 21:15:04 UTC

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

Author: pauls
Date: Mon Oct 10 19:15:04 2011
New Revision: 1181149

URL: http://svn.apache.org/viewvc?rev=1181149&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=1181149&r1=1181148&r2=1181149&view=diff
==============================================================================
--- felix/trunk/framework/pom.xml (original)
+++ felix/trunk/framework/pom.xml Mon Oct 10 19:15:04 2011
@@ -27,16 +27,16 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Framework</name>
   <artifactId>org.apache.felix.framework</artifactId>
-  <version>4.0.1</version>
+  <version>4.1.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.0.1</connection>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework-4.0.1</developerConnection>
-      <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework-4.0.1</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>