You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2018/11/07 11:43:31 UTC

[sling-org-apache-sling-feature-extension-apiregions] branch master updated: Add scm info to the pom.xml

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

davidb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-apiregions.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a96f7c  Add scm info to the pom.xml
1a96f7c is described below

commit 1a96f7c09a1541bfc8ae0999ad2954fc2deee60e
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Wed Nov 7 11:42:23 2018 +0000

    Add scm info to the pom.xml
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0461ce0..d0ee3ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,6 +22,13 @@
     <version>0.0.1-SNAPSHOT</version>
     <name>Sling Featuremodel - API Regions Exension</name>
 
+    <scm>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-apiregions.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-apiregions.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-feature-extension-apiregions.git</url>
+        <tag>HEAD</tag>
+    </scm>
+
     <properties>
         <jdk.version>8</jdk.version>
     </properties>