You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2014/05/15 13:49:18 UTC

svn commit: r1594877 - /sling/trunk/bundles/commons/compiler/pom.xml

Author: cziegeler
Date: Thu May 15 11:49:18 2014
New Revision: 1594877

URL: http://svn.apache.org/r1594877
Log:
Correct scm info after move from contrib to here

Modified:
    sling/trunk/bundles/commons/compiler/pom.xml

Modified: sling/trunk/bundles/commons/compiler/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/compiler/pom.xml?rev=1594877&r1=1594876&r2=1594877&view=diff
==============================================================================
--- sling/trunk/bundles/commons/compiler/pom.xml (original)
+++ sling/trunk/bundles/commons/compiler/pom.xml Thu May 15 11:49:18 2014
@@ -38,9 +38,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/contrib/commons/compiler</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/commons/compiler</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/contrib/commons/compiler</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/commons/compiler</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/compiler</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/bundles/commons/compiler</url>
     </scm>
 
     <properties>