You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2022/03/18 18:41:05 UTC

[sling-org-apache-sling-jcr-maintenance] 05/21: Minor: Adding SCM element

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

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

commit 70895a70603261ab5c2ec7a456936f8ba372e4ad
Author: Dan Klco <da...@perficient.com>
AuthorDate: Mon Feb 1 23:01:19 2021 -0500

    Minor: Adding SCM element
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index ddac040..21c7c81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,14 @@
         <bnd.baseline.fail.on.missing>false</bnd.baseline.fail.on.missing>
     </properties>
 
+
+    <scm>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-maintenance.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-maintenance.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-jcr-maintenance.git</url>
+        <tag>HEAD</tag>
+    </scm>
+
     <build>
         <plugins>
             <plugin>