Add missing SCM entries
diff --git a/pom.xml b/pom.xml
index 4b50a40..a35a9ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,6 +27,13 @@
     <name>Apache Sling Parent Reactor</name>
     <description>The reactor pom to build all Sling parents</description>
 
+    <scm>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-parent.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-parent.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=sling-parent.git</url>
+        <tag>HEAD</tag>
+    </scm>
+
     <modules>
         <module>sling-parent</module>
         <module>sling-bundle-parent</module>
@@ -46,4 +53,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/sling-bundle-parent/pom.xml b/sling-bundle-parent/pom.xml
index c534992..55b45ce 100644
--- a/sling-bundle-parent/pom.xml
+++ b/sling-bundle-parent/pom.xml
@@ -33,6 +33,13 @@
     <name>Apache Sling (Bundle Parent)</name>
     <description>The parent project for Apache Sling bundle modules</description>
 
+    <scm>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-parent.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-parent.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=sling-parent.git</url>
+        <tag>HEAD</tag>
+    </scm>
+
     <properties>
         <bnd.version>4.2.0</bnd.version>
     </properties>