Author: pauls
Date: Thu Feb 16 21:12:50 2017
New Revision: 1783290
URL: http://svn.apache.org/viewvc?rev=1783290&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=1783290&r1=1783289&r2=1783290&view=diff
==============================================================================
--- felix/trunk/framework/pom.xml (original)
+++ felix/trunk/framework/pom.xml Thu Feb 16 21:12:50 2017
@@ -27,15 +27,15 @@
<packaging>bundle</packaging>
<name>Apache Felix Framework</name>
<artifactId>org.apache.felix.framework</artifactId>
- <version>5.6.2</version>
+ <version>5.7.0-SNAPSHOT</version>
<properties>
<dollar>$</dollar>
<felix.java.version>6</felix.java.version>
</properties>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework-5.6.2</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework-5.6.2</developerConnection>
-
<url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework-5.6.2</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>