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-content.git
commit 07131e18c009a5e3c8f7e804cb47ffabe15c821e Author: Karl Pauls <[email protected]> AuthorDate: Wed Oct 10 13:07:24 2018 +0200 Add scm info --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 0bf8278..ea2e17a 100644 --- a/pom.xml +++ b/pom.xml @@ -31,6 +31,13 @@ </license> </licenses> + <scm> + <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-content.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-content.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-feature-extension-content.git</url> + <tag>HEAD</tag> + </scm> + <properties> <jdk.version>8</jdk.version> </properties>
