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