This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.sightly.testing-content-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing-content.git
commit 51352304ce1fb412418a35214d4f40287c818280 Author: Felix Meschberger <[email protected]> AuthorDate: Fri Jan 16 14:15:40 2015 +0000 SLING-4323 Fix SCM locations git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/sightly/testing-content@1652412 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 5a774fd..acd64ba 100644 --- a/pom.xml +++ b/pom.xml @@ -45,11 +45,9 @@ </description> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/sightly/testing-content</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/sightly/testing - -content - </developerConnection> - <url>http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/sightly/testing-content</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/sightly/testing-content</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/sightly/testing-content</developerConnection> + <url>http://svn.apache.org/viewvc/sling/trunk/contrib/scripting/sightly/testing-content</url> </scm> <properties> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
