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/19 19:29:38 UTC

svn commit: r1841366 - /felix/trunk/configurator/pom.xml

Author: cziegeler
Date: Wed Sep 19 19:29:38 2018
New Revision: 1841366

URL: http://svn.apache.org/viewvc?rev=1841366&view=rev
Log:
Update to parent 6

Modified:
    felix/trunk/configurator/pom.xml

Modified: felix/trunk/configurator/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/configurator/pom.xml?rev=1841366&r1=1841365&r2=1841366&view=diff
==============================================================================
--- felix/trunk/configurator/pom.xml (original)
+++ felix/trunk/configurator/pom.xml Wed Sep 19 19:29:38 2018
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
-        <version>5</version>
+        <version>6</version>
         <relativePath />
     </parent>
 
@@ -33,12 +33,12 @@
     <description>
         Implementation of the OSGi Configurator Service Specification 1.0
     </description>
-    <version>1.0.6</version>
+    <version>1.0.5-SNAPSHOT</version>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.configurator-1.0.6</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.configurator-1.0.6</developerConnection>
-        <url>http://svn.apache.org/viewvc/felix/releases/org.apache.felix.configurator-1.0.6</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/configurator</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/configurator</developerConnection>
+        <url>http://svn.apache.org/viewvc/felix/trunk/configurator</url>
     </scm>
 
     <build>