Author: pauls
Date: Sun May 21 21:36:52 2017
New Revision: 1795745
URL: http://svn.apache.org/viewvc?rev=1795745&view=rev
Log:
[maven-release-plugin] prepare for next development iteration
Modified:
felix/trunk/main/pom.xml
Modified: felix/trunk/main/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/main/pom.xml?rev=1795745&r1=1795744&r2=1795745&view=diff
==============================================================================
--- felix/trunk/main/pom.xml (original)
+++ felix/trunk/main/pom.xml Sun May 21 21:36:52 2017
@@ -27,17 +27,17 @@
<packaging>bundle</packaging>
<name>Apache Felix Main</name>
<artifactId>org.apache.felix.main</artifactId>
- <version>5.6.4</version>
+ <version>5.7.0-SNAPSHOT</version>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-5.6.4</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-5.6.4</developerConnection>
-
<url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-5.6.4</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/main</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/main</developerConnection>
+ <url>http://svn.apache.org/repos/asf/felix/main</url>
</scm>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>org.apache.felix.framework</artifactId>
- <version>5.6.4</version>
+ <version>5.7.0-SNAPSHOT</version>
</dependency>
</dependencies>
<properties>