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:14:37 UTC

[sling-maven-jcrocm-plugin] 03/32: Fix scm settings

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 <fm...@apache.org>
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
"commits@sling.apache.org" <co...@sling.apache.org>.