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.git
The following commit(s) were added to refs/heads/master by this push:
new aca35fb SLING-8359 - Set SCM to distribution journal modules
aca35fb is described below
commit aca35fbff945500e9d569a72cddfd43ef0e1234f
Author: tmaret <[email protected]>
AuthorDate: Thu Apr 18 11:06:29 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 1895459..e961b80 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.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal.git</developerConnection>
+
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-distribution-journal.git</url>
+ </scm>
<!--
======================================================================= -->
<!-- B U I L D
-->