You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2018/08/02 14:22:08 UTC

svn commit: r1837313 - /felix/trunk/http/bridge/pom.xml

Author: cziegeler
Date: Thu Aug  2 14:22:08 2018
New Revision: 1837313

URL: http://svn.apache.org/viewvc?rev=1837313&view=rev
Log:
[maven-release-plugin] prepare release org.apache.felix.http.bridge-4.0.2

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=1837313&r1=1837312&r2=1837313&view=diff
==============================================================================
--- felix/trunk/http/bridge/pom.xml (original)
+++ felix/trunk/http/bridge/pom.xml Thu Aug  2 14:22:08 2018
@@ -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.1-SNAPSHOT</version>
+    <version>4.0.2</version>
     <packaging>bundle</packaging>
 
     <scm>
-        <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>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.http.bridge-4.0.2</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.http.bridge-4.0.2</developerConnection>
+        <url>http://svn.apache.org/viewvc/felix/releases/org.apache.felix.http.bridge-4.0.2</url>
     </scm>
 
     <build>