You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2021/09/01 14:38:51 UTC

[servicemix-bundles] branch master updated: Add required scm section

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git


The following commit(s) were added to refs/heads/master by this push:
     new 60b8ab5  Add required scm section
60b8ab5 is described below

commit 60b8ab572568776f69f62faa71cf73d4981b28c6
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Sep 1 16:38:33 2021 +0200

    Add required scm section
---
 hapi-fhir-structures-dstu2-3.5.0/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/hapi-fhir-structures-dstu2-3.5.0/pom.xml b/hapi-fhir-structures-dstu2-3.5.0/pom.xml
index f0db5a1..f7af522 100644
--- a/hapi-fhir-structures-dstu2-3.5.0/pom.xml
+++ b/hapi-fhir-structures-dstu2-3.5.0/pom.xml
@@ -35,6 +35,12 @@
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
 
+    <scm>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
+   </scm>
+
     <properties>
         <pkgGroupId>ca.uhn.hapi.fhir</pkgGroupId>
         <pkgArtifactId>hapi-fhir-structures-dstu2</pkgArtifactId>