This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-feature-launcher-maven-plugin.git
commit 59c8868ec63f00bae3a3c595ac69fb06296cacf2 Author: Robert Munteanu <[email protected]> AuthorDate: Mon Jun 29 17:47:09 2020 +0200 pom.xml: add scm section --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 4716b6f..9b1f229 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,14 @@ <name>Apache Sling Feature Launcher Maven Plugin</name> + <scm> + <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-feature-launcher-maven-plugin.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-feature-launcher-maven-plugin.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=sling-feature-launcher-maven-plugin.git</url> + <tag>HEAD</tag> + </scm> + + <prerequisites> <maven>${maven.version}</maven> </prerequisites>
