You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2013/09/26 17:18:24 UTC

svn commit: r1526562 - /sling/trunk/testing/junit/healthcheck/pom.xml

Author: bdelacretaz
Date: Thu Sep 26 15:18:24 2013
New Revision: 1526562

URL: http://svn.apache.org/r1526562
Log:
SLING-3127 - fix scm info

Modified:
    sling/trunk/testing/junit/healthcheck/pom.xml

Modified: sling/trunk/testing/junit/healthcheck/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/junit/healthcheck/pom.xml?rev=1526562&r1=1526561&r2=1526562&view=diff
==============================================================================
--- sling/trunk/testing/junit/healthcheck/pom.xml (original)
+++ sling/trunk/testing/junit/healthcheck/pom.xml Thu Sep 26 15:18:24 2013
@@ -35,9 +35,9 @@
     <description>Sling Health Check services that run JUnit tests</description>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/testing/junit/remote</connection>
-        <developerConnection> scm:svn:https://svn.apache.org/repos/asf/sling/trunk/testing/junit/remote</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/testing/junit/remote</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/testing/junit/healthcheck</connection>
+        <developerConnection> scm:svn:https://svn.apache.org/repos/asf/sling/trunk/testing/junit/healthcheck</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/testing/junit/healthcheck</url>
     </scm>
 
     <build>