You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:52:11 UTC

[sling-org-apache-sling-junit-healthcheck] 09/11: SLING-3127 - fix scm info

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.junit.healthcheck-1.0.6
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-junit-healthcheck.git

commit c55800ac5987e4afd1120fdfd753d929d9cf4802
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Thu Sep 26 15:18:24 2013 +0000

    SLING-3127 - fix scm info
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/junit/healthcheck@1526562 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 66d0741..48e455e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.