This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-junit-healthcheck.git
commit 85dabcf93951d34d3f336c9f237d85f707b02ae9 Author: Bertrand Delacretaz <[email protected]> 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@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 "[email protected]" <[email protected]>.
