Author: cziegeler
Date: Tue Feb 26 14:51:12 2019
New Revision: 1854398
URL: http://svn.apache.org/viewvc?rev=1854398&view=rev
Log:
[maven-release-plugin] prepare for next development iteration
Modified:
felix/trunk/http/bridge/pom.xml
Modified: felix/trunk/http/bridge/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/http/bridge/pom.xml?rev=1854398&r1=1854397&r2=1854398&view=diff
==============================================================================
--- felix/trunk/http/bridge/pom.xml (original)
+++ felix/trunk/http/bridge/pom.xml Tue Feb 26 14:51:12 2019
@@ -29,13 +29,13 @@
<name>Apache Felix Http Bridge</name>
<description>This is an implementation of the OSGi Http Service and the
OSGi Http Whiteboard Specification used when run as a web
application</description>
<artifactId>org.apache.felix.http.bridge</artifactId>
- <version>4.0.6</version>
+ <version>4.0.7-SNAPSHOT</version>
<packaging>bundle</packaging>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.http.bridge-4.0.6</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.http.bridge-4.0.6</developerConnection>
-
<url>http://svn.apache.org/viewvc/felix/releases/org.apache.felix.http.bridge-4.0.6</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http/bridge</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http/bridge</developerConnection>
+ <url>http://svn.apache.org/viewvc/felix/trunk/http/bridge/</url>
</scm>
<build>