You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2023/01/04 09:27:36 UTC

[karaf-minho] branch main updated: Add scm section

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-minho.git


The following commit(s) were added to refs/heads/main by this push:
     new 154a31a  Add scm section
154a31a is described below

commit 154a31abe12e0da236d7f75e8d371b2fa699f7da
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Jan 4 10:27:21 2023 +0100

    Add scm section
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index bff4532..3ee16df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,12 @@
         <project.build.outputTimestamp>1</project.build.outputTimestamp>
     </properties>
 
+		<scm>
+			<connection>scm:git:https://github.com/apache/karaf-minho</connection>
+			<developerConnection>scm:git:https://github.com/apache/karaf-minho</developerConnection>
+			<url>https://github.com/apache/karaf-minho</url>
+		</scm>
+
     <modules>
         <module>boot</module>
         <module>services</module>