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-apiregions.git
commit bf77749d0788a1fedb8d9cf7a47c68cba3e1c007 Author: David Bosschaert <[email protected]> AuthorDate: Wed Nov 7 14:29:59 2018 +0000 Add scm information --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 77f31d8..e95dee4 100644 --- a/pom.xml +++ b/pom.xml @@ -30,6 +30,13 @@ A runtime component to enforce API Regions </description> + <scm> + <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-apiregions.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-apiregions.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-feature-apiregions.git</url> + <tag>HEAD</tag> + </scm> + <properties> <sling.java.version>8</sling.java.version> </properties>
