This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new b936bb9  Add missing SCM entries
b936bb9 is described below

commit b936bb9969874a6d7d8517714bed622dbed614c1
Author: Robert Munteanu <[email protected]>
AuthorDate: Thu Apr 18 17:05:26 2019 +0300

    Add missing SCM entries
---
 pom.xml                     | 9 ++++++++-
 sling-bundle-parent/pom.xml | 7 +++++++
 2 files changed, 15 insertions(+), 1 deletion(-)

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>

Reply via email to