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/03/15 11:10:21 UTC

svn commit: r1787027 - /felix/branches/scr-1.8.x/pom.xml

Author: gnodet
Date: Wed Mar 15 11:10:21 2017
New Revision: 1787027

URL: http://svn.apache.org/viewvc?rev=1787027&view=rev
Log:
Fix scm for release

Modified:
    felix/branches/scr-1.8.x/pom.xml

Modified: felix/branches/scr-1.8.x/pom.xml
URL: http://svn.apache.org/viewvc/felix/branches/scr-1.8.x/pom.xml?rev=1787027&r1=1787026&r2=1787027&view=diff
==============================================================================
--- felix/branches/scr-1.8.x/pom.xml (original)
+++ felix/branches/scr-1.8.x/pom.xml Wed Mar 15 11:10:21 2017
@@ -30,11 +30,11 @@
         Implementation of the Declarative Services specification 1.2
     </description>
     <artifactId>org.apache.felix.scr</artifactId>
-    <version>1.8.5-SNAPSHOT</version>
+    <version>1.8.3-SNAPSHOT</version>
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/scr</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/scr</developerConnection>
-        <url>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/scr</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/felix/branches/scr-1.8.x</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/branches/scr-1.8.x</developerConnection>
+        <url>scm:svn:https://svn.apache.org/repos/asf/felix/branches/scr-1.8.x</url>
     </scm>
     
     <!--