SLING-7162 - Update SCM information in all POM files to reference Git
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>