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/09/17 18:29:44 UTC

svn commit: r1841116 - /felix/trunk/http/base/pom.xml

Author: cziegeler
Date: Mon Sep 17 18:29:43 2018
New Revision: 1841116

URL: http://svn.apache.org/viewvc?rev=1841116&view=rev
Log:
Back to snapshot and correct scm info

Modified:
    felix/trunk/http/base/pom.xml

Modified: felix/trunk/http/base/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/http/base/pom.xml?rev=1841116&r1=1841115&r2=1841116&view=diff
==============================================================================
--- felix/trunk/http/base/pom.xml (original)
+++ felix/trunk/http/base/pom.xml Mon Sep 17 18:29:43 2018
@@ -28,13 +28,13 @@
 
     <name>Apache Felix Http Base</name>
     <artifactId>org.apache.felix.http.base</artifactId>
-    <version>4.0.4</version>
+    <version>4.0.3-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.http.base-4.0.4</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.http.base-4.0.4</developerConnection>
-        <url>http://svn.apache.org/viewvc/felix/releases/org.apache.felix.http.base-4.0.4</url>
+         <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http/base</connection>
+         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http/base</developerConnection>
+         <url>http://svn.apache.org/viewvc/felix/trunk/http/base/</url>
     </scm>
 
     <dependencies>