You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:27:56 UTC

[sling-org-apache-sling-karaf-distribution] 35/42: add missing SCM settings

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-distribution.git

commit efc058a769d0f43f6991f44bf9791d7a3ad5b0db
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Mar 17 08:13:27 2017 +0000

    add missing SCM settings
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1787293 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 63f5b6f..b62b025 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,6 +35,12 @@
   <name>Apache Sling - Karaf Distribution</name>
   <description>Apache Sling Karaf Distribution</description>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/karaf/org.apache.sling.karaf-distribution</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/karaf/org.apache.sling.karaf-distribution</developerConnection>
+    <url>http://svn.apache.org/viewvc/sling/trunk/karaf/org.apache.sling.karaf-distribution</url>
+  </scm>
+
   <!-- https://github.com/apache/karaf/blob/master/assemblies/apache-karaf/pom.xml -->
 
   <properties>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.