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 da8dd180f Add scm section in xalan-serializer
da8dd180f is described below
commit da8dd180fb8c060bfcadb747fc94e8815eb420bf
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Sep 3 06:51:52 2023 +0200
Add scm section in xalan-serializer
---
xalan-serializer-2.7.3/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/xalan-serializer-2.7.3/pom.xml b/xalan-serializer-2.7.3/pom.xml
index 4118bf9a7..e4487a567 100644
--- a/xalan-serializer-2.7.3/pom.xml
+++ b/xalan-serializer-2.7.3/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>xalan</pkgGroupId>
<pkgArtifactId>serializer</pkgArtifactId>