This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag maven-jcrocm-plugin-2.0.2-incubator in repository https://gitbox.apache.org/repos/asf/sling-maven-jcrocm-plugin.git
commit 56f53fb3dccb7c1df9f92dd02a844d747cda37b1 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-jcrocm-plugin@574263 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index c5fa81b..a1fb987 100644 --- a/pom.xml +++ b/pom.xml @@ -38,17 +38,17 @@ Java Classes contained in the project sources </description> - <scm> - <url> - http://svn.day.com/repos/sling/trunk/maven-jcrocm-plugin - </url> - <connection> - scm:svn:${scm.url} - </connection> - <developerConnection> - scm:svn:${scm.url} - </developerConnection> - </scm> + <scm> + <connection> + scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/maven-jcrocm-plugin + </connection> + <developerConnection> + scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/maven-jcrocm-plugin + </developerConnection> + <url> + http://svn.apache.org/viewvc/incubator/sling/trunk/maven-jcrocm-plugin + </url> + </scm> <reporting> <plugins> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
