You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by tm...@apache.org on 2019/04/18 09:15:29 UTC

[sling-org-apache-sling-distribution-journal-kafka] branch master updated: SLING-8359 - Set SCM to distribution journal modules

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

tmaret pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal-kafka.git


The following commit(s) were added to refs/heads/master by this push:
     new c8f2fdf  SLING-8359 - Set SCM to distribution journal modules
c8f2fdf is described below

commit c8f2fdf29a33d7547f3bc80412628ba1778897e9
Author: tmaret <tm...@adobe.com>
AuthorDate: Thu Apr 18 11:15:18 2019 +0200

    SLING-8359 - Set SCM to distribution journal modules
---
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fc9cd1c..ff0633b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,11 @@
         <sling.java.version>8</sling.java.version>
     </properties>
 
-    <scm/>
+    <scm>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal-kafka.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal-kafka.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-distribution-journal-kafka.git</url>
+    </scm>
 
     <!-- ======================================================================= -->
     <!-- B U I L D                                                               -->