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:42 UTC

[sling-org-apache-sling-feature-resolver] 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-resolver.git


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

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

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

diff --git a/pom.xml b/pom.xml
index a7d92b9..75deb55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,6 +33,12 @@
         <sling.java.version>8</sling.java.version>
     </properties>
 
+    <scm>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-resolver.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-resolver.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-feature-resolver.git</url>
+    </scm>
+
     <build>
         <plugins>
             <plugin>

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