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-launcher.git
The following commit(s) were added to refs/heads/master by this push:
new b3308ee Fix SCM settings
b3308ee is described below
commit b3308ee3197a8fb11cdca8ea049aa8b555546707
Author: David Bosschaert <[email protected]>
AuthorDate: Sat May 5 20:02:19 2018 +0100
Fix SCM settings
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 22cd202..9e0db4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,9 +33,9 @@
</properties>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/support/feature-launcher</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/support/feature-launcher</developerConnection>
-
<url>http://svn.apache.org/viewvc/sling/trunk/tooling/support/feature-launcher</url>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git</developerConnection>
+
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-feature-launcher.git</url>
</scm>
<build>
--
To stop receiving notification emails like this one, please contact
[email protected].