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