This is an automated email from the ASF dual-hosted git repository.
pauls pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-packageinit.git
The following commit(s) were added to refs/heads/master by this push:
new 7109c46 Add scm info
7109c46 is described below
commit 7109c46c8513253d84c89c04cd0867c5725291ff
Author: Karl Pauls <[email protected]>
AuthorDate: Wed Oct 10 13:08:34 2018 +0200
Add scm info
---
pom.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 73cd312..3e973f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,12 @@
<description>
Installs packages into a JCR repository as SlingRepositoryInitializer
based on a FileVault ExecutionPlan
</description>
-
+ <scm>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-packageinit.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-packageinit.git</developerConnection>
+
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-jcr-packageinit.git</url>
+ <tag>HEAD</tag>
+ </scm>
<build>
<plugins>
<plugin>