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/10/20 17:34:34 UTC

[sling-jspc-maven-plugin] branch master updated: SLING-7162 - Update SCM information in all POM files to reference Git

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-jspc-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 69da128  SLING-7162 - Update SCM information in all POM files to reference Git
69da128 is described below

commit 69da12852e03983f9185d4a0b0128204344414f8
Author: Robert Munteanu <ro...@gmail.com>
AuthorDate: Fri Oct 20 19:13:12 2017 +0200

    SLING-7162 - Update SCM information in all POM files to reference Git
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 843f158..8967da2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,16 +36,16 @@
     <description>Maven Plugin for compiling JSP sources into bundles</description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/maven-jspc-plugin</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/maven-jspc-plugin</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/maven-jspc-plugin</url>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-jspc-maven-plugin.git</conncetion>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-jspc-maven-plugin.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=sling-jspc-maven-plugin.git</url>
     </scm>
 
     <!-- Support for publishing the mvn site. -->
     <distributionManagement>
         <site>
             <id>apache.website</id>
-            <url>scm:svn:https://svn.apache.org/repos/asf/sling/site/trunk/content/components/${maven.site.path}</url>
+            <url>https://gitbox.apache.org/repos/asf?p=sling-jspc-maven-plugin.git</url>
         </site>
     </distributionManagement>
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].