You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2018/11/01 15:27:51 UTC

[sling-org-apache-sling-capabilities] branch master updated: Add missing scm info

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1851c2d  Add missing scm info
1851c2d is described below

commit 1851c2d98aced29988658797750b83f5febd2b5c
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Thu Nov 1 16:27:40 2018 +0100

    Add missing scm info
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index a64ddcf..3a12e3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,14 @@
     <sling.java.version>7</sling.java.version>
     <org.ops4j.pax.exam.version>4.12.0</org.ops4j.pax.exam.version>
   </properties>
+
+  <scm>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-capabilities.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-capabilities.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-capabilities.git</url>
+    <tag>HEAD</tag>
+  </scm>
+
   <build>
     <plugins>
       <plugin>