Author: pauls
Date: Mon Jan 28 14:10:10 2019
New Revision: 1852369

URL: http://svn.apache.org/viewvc?rev=1852369&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=1852369&r1=1852368&r2=1852369&view=diff
==============================================================================
--- felix/trunk/main/pom.xml (original)
+++ felix/trunk/main/pom.xml Mon Jan 28 14:10:10 2019
@@ -27,17 +27,17 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Main</name>
   <artifactId>org.apache.felix.main</artifactId>
-  <version>6.0.2</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.2</connection>
-      
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-6.0.2</developerConnection>
-      
<url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-6.0.2</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.2</version>
+      <version>6.1.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <properties>


Reply via email to