pom.xml: add scm section
diff --git a/pom.xml b/pom.xml
index 4716b6f..9b1f229 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,14 @@
 
     <name>Apache Sling Feature Launcher Maven Plugin</name>
 
+    <scm>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-feature-launcher-maven-plugin.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-feature-launcher-maven-plugin.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=sling-feature-launcher-maven-plugin.git</url>
+        <tag>HEAD</tag>
+    </scm>
+
+
     <prerequisites>
         <maven>${maven.version}</maven>
     </prerequisites>