SLING-12094 - Use GitHub for the Maven scm.url value
diff --git a/pom.xml b/pom.xml
index a0487ac..c5d840b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-kickstart-maven-plugin.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-kickstart-maven-plugin.git</developerConnection>
-        <url>https://gitbox.apache.org/repos/asf?p=sling-kickstart-maven-plugin.git</url>
+        <url>https://github.com/apache/sling-kickstart-maven-plugin.git</url>
        <tag>sling-kickstart-maven-plugin-0.0.2</tag>
     </scm>