SLING-7162 - Update SCM information in all POM files to reference Git
diff --git a/pom.xml b/pom.xml
index 6fb06d3..6f63825 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,10 +36,10 @@
     <description>This bundle provides the internal API to implement scripting.</description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/api</connection>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-api.git</conncetion>
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/api
         </developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/api</url>
+        <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-scripting-api.git.git</url>
     </scm>
 
     <build>