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


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

commit e7d32a5624e1b458df5843a0498395f701e0ade0
Author: Robert Munteanu <robert.munte...@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 bb6d02e..6b92bb2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,9 +33,9 @@
     <url>https://sling.apache.org/components/htl-maven-plugin/</url>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/htl-maven-plugin</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/htl-maven-plugin</developerConnection>
-        
<url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/htl-maven-plugin</url>
+        
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-htl-maven-plugin.git</conncetion>
+        
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-htl-maven-plugin.git</developerConnection>
+        
<url>https://gitbox.apache.org/repos/asf?p=sling-htl-maven-plugin.git</url>
     </scm>
 
     <prerequisites>
@@ -46,7 +46,7 @@
     <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-htl-maven-plugin.git</url>
         </site>
     </distributionManagement>
 

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

Reply via email to