Author: rombert
Date: Mon Jan 25 07:34:39 2016
New Revision: 1726588

URL: http://svn.apache.org/viewvc?rev=1726588&view=rev
Log:
repoinit: fix SCM urls after move

Modified:
    sling/trunk/bundles/commons/repoinit/it/pom.xml
    sling/trunk/bundles/commons/repoinit/oak-jcr/pom.xml
    sling/trunk/bundles/commons/repoinit/parser/pom.xml

Modified: sling/trunk/bundles/commons/repoinit/it/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/repoinit/it/pom.xml?rev=1726588&r1=1726587&r2=1726588&view=diff
==============================================================================
--- sling/trunk/bundles/commons/repoinit/it/pom.xml (original)
+++ sling/trunk/bundles/commons/repoinit/it/pom.xml Mon Jan 25 07:34:39 2016
@@ -36,9 +36,9 @@
   </description>
 
   <scm>
-    
<connection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/repoinit/it</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/repoinit/it</developerConnection>
-    
<url>https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/repoinit/it</url>
+    
<connection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/repoinit/it</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/repoinit/it</developerConnection>
+    
<url>https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/repoinit/it</url>
   </scm>
 
  <properties>
@@ -208,4 +208,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: sling/trunk/bundles/commons/repoinit/oak-jcr/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/repoinit/oak-jcr/pom.xml?rev=1726588&r1=1726587&r2=1726588&view=diff
==============================================================================
--- sling/trunk/bundles/commons/repoinit/oak-jcr/pom.xml (original)
+++ sling/trunk/bundles/commons/repoinit/oak-jcr/pom.xml Mon Jan 25 07:34:39 
2016
@@ -41,9 +41,9 @@
   </properties>
 
   <scm>
-    <connection>scm:svn: 
https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/repoinit/oak-jcr</connection>
-    <developerConnection>scm:svn: 
https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/repoinit/oak-jcr</developerConnection>
-    <url> 
https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/repoinit/oak-jcr</url>
+    <connection>scm:svn: 
https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/repoinit/oak-jcr</connection>
+    <developerConnection>scm:svn: 
https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/repoinit/oak-jcr</developerConnection>
+    <url> 
https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/repoinit/oak-jcr</url>
   </scm>
   
   <build>

Modified: sling/trunk/bundles/commons/repoinit/parser/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/repoinit/parser/pom.xml?rev=1726588&r1=1726587&r2=1726588&view=diff
==============================================================================
--- sling/trunk/bundles/commons/repoinit/parser/pom.xml (original)
+++ sling/trunk/bundles/commons/repoinit/parser/pom.xml Mon Jan 25 07:34:39 2016
@@ -34,9 +34,9 @@
   <description>Parser for the Repository Initialization language used in 
Sling</description>
 
   <scm>
-    
<connection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/repoinit/parser</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/repoinit/parser</developerConnection>
-    
<url>https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/repoinit/parser</url>
+    
<connection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/repoinit/parser</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/repoinit/parser</developerConnection>
+    
<url>https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/repoinit/parser</url>
   </scm>
   
   <build>


Reply via email to