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 2019/04/25 13:50:11 UTC

svn commit: r1858133 - /felix/trunk/main/pom.xml

Author: pauls
Date: Thu Apr 25 13:50:11 2019
New Revision: 1858133

URL: http://svn.apache.org/viewvc?rev=1858133&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=1858133&r1=1858132&r2=1858133&view=diff
==============================================================================
--- felix/trunk/main/pom.xml (original)
+++ felix/trunk/main/pom.xml Thu Apr 25 13:50:11 2019
@@ -27,17 +27,17 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Main</name>
   <artifactId>org.apache.felix.main</artifactId>
-  <version>6.0.3</version>
+  <version>6.1.0-SNAPSHOT</version>
     <scm>
-      <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-6.0.3</connection>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-6.0.3</developerConnection>
-      <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-6.0.3</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>6.0.3</version>
+      <version>6.1.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <properties>