You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2017/05/05 07:14:26 UTC

svn commit: r1793960 - in /felix/trunk/httplite: complete/pom.xml core/pom.xml pom.xml

Author: gnodet
Date: Fri May  5 07:14:26 2017
New Revision: 1793960

URL: http://svn.apache.org/viewvc?rev=1793960&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    felix/trunk/httplite/complete/pom.xml
    felix/trunk/httplite/core/pom.xml
    felix/trunk/httplite/pom.xml

Modified: felix/trunk/httplite/complete/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/httplite/complete/pom.xml?rev=1793960&r1=1793959&r2=1793960&view=diff
==============================================================================
--- felix/trunk/httplite/complete/pom.xml (original)
+++ felix/trunk/httplite/complete/pom.xml Fri May  5 07:14:26 2017
@@ -20,7 +20,7 @@
 	<parent>
 	    <groupId>org.apache.felix</groupId>
 	    <artifactId>org.apache.felix.httplite.reactor</artifactId>
-	    <version>0.1.6</version>
+	    <version>0.1.7-SNAPSHOT</version>
  	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<packaging>bundle</packaging>

Modified: felix/trunk/httplite/core/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/httplite/core/pom.xml?rev=1793960&r1=1793959&r2=1793960&view=diff
==============================================================================
--- felix/trunk/httplite/core/pom.xml (original)
+++ felix/trunk/httplite/core/pom.xml Fri May  5 07:14:26 2017
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.felix</groupId>
 		<artifactId>org.apache.felix.httplite.reactor</artifactId>
-		<version>0.1.6</version>
+		<version>0.1.7-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<packaging>bundle</packaging>

Modified: felix/trunk/httplite/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/httplite/pom.xml?rev=1793960&r1=1793959&r2=1793960&view=diff
==============================================================================
--- felix/trunk/httplite/pom.xml (original)
+++ felix/trunk/httplite/pom.xml Fri May  5 07:14:26 2017
@@ -27,7 +27,7 @@
 
  	<name>Apache Felix Lightweight HTTP Service Reactor</name>
 	<artifactId>org.apache.felix.httplite.reactor</artifactId>
-	<version>0.1.6</version>
+	<version>0.1.7-SNAPSHOT</version>
 	<packaging>pom</packaging>	
 
 	<modules>
@@ -35,9 +35,9 @@
 		<module>complete</module>
 	</modules>
 	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.httplite.reactor-0.1.6</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.httplite.reactor-0.1.6</developerConnection>
-		<url>http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.httplite.reactor-0.1.6</url>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/httplite</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/httplite</developerConnection>
+		<url>http://svn.apache.org/repos/asf/felix/trunk/httplite</url>
 	</scm>
 	<url>http://felix.apache.org/site/apache-felix-lightweight-http-service.html</url>
 </project>