This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag maven-sling-plugin-2.0.2-incubator in repository https://gitbox.apache.org/repos/asf/sling-maven-sling-plugin.git
commit 22fa50202129dd0d3a6d975812d2e0e2717bb36e Author: Felix Meschberger <[email protected]> AuthorDate: Mon Sep 10 14:39:14 2007 +0000 Fix scm settings git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/maven-sling-plugin@574263 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index de46380..238e3c0 100644 --- a/pom.xml +++ b/pom.xml @@ -36,11 +36,15 @@ </description> <scm> + <connection> + scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/maven-sling-plugin + </connection> + <developerConnection> + scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/maven-sling-plugin + </developerConnection> <url> - http://svn.day.com/repos/sling/trunk/maven-sling-plugin + http://svn.apache.org/viewvc/incubator/sling/trunk/maven-sling-plugin </url> - <connection>scm:svn:${scm.url}</connection> - <developerConnection>scm:svn:${scm.url}</developerConnection> </scm> <reporting> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
