You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2021/01/27 10:21:38 UTC

[sling-org-apache-sling-jcr-packageinit] 08/25: Add scm info

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

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

commit 7109c46c8513253d84c89c04cd0867c5725291ff
Author: Karl Pauls <kp...@adobe.com>
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>