You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2018/05/05 19:03:12 UTC

[sling-org-apache-sling-feature-applicationbuilder] branch master updated: Fix SCM settings

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-applicationbuilder.git


The following commit(s) were added to refs/heads/master by this push:
     new 3cac574  Fix SCM settings
3cac574 is described below

commit 3cac57478874e29747c5af05d72dcb49743ae5a8
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Sat May 5 20:03:03 2018 +0100

    Fix SCM settings
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index c8898eb..9cb2213 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-applicationbuilder</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/support/feature-applicationbuilder</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/tooling/support/feature-applicationbuilder</url>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-applicationbuilder.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-applicationbuilder.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-feature-applicationbuilder.git</url>
     </scm>
 
     <build>

-- 
To stop receiving notification emails like this one, please contact
davidb@apache.org.