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/felix-dev.git

commit 41f6f348128adcc9bf0d36ff8e484d0a816fec8d
Author: David Bosschaert <dav...@apache.org>
AuthorDate: Fri Sep 3 11:15:15 2021 +0100

    [Features] Add SCM info
---
 features/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/features/pom.xml b/features/pom.xml
index b46aa84..a1162e9 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -27,6 +27,12 @@
 
     <name>OSGi Feature Model API</name>
 
+    <scm>
+      <connection>scm:git:https://github.com/apache/felix-dev.git</connection>
+      
<developerConnection>scm:git:https://github.com/apache/felix-dev.git</developerConnection>
+      <url>https://gitbox.apache.org/repos/asf?p=felix-dev.git</url>
+    </scm>
+
     <properties>
       <felix.java.version>8</felix.java.version>
     </properties>

Reply via email to