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 2022/03/07 17:32:59 UTC

[servicemix-bundles] branch master updated: [SM-5036] Create OSGi bundle for jdom 2.0.6.1

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 4036e73  [SM-5036] Create OSGi bundle for jdom 2.0.6.1
4036e73 is described below

commit 4036e732fc22124b86119c5cb1508f5997027230
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Mar 7 18:32:31 2022 +0100

    [SM-5036] Create OSGi bundle for jdom 2.0.6.1
---
 {jdom-2.0.6 => jdom-2.0.6.1}/pom.xml                                | 6 +++---
 .../src/main/resources/OSGI-INF/bundle.info                         | 0
 pom.xml                                                             | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/jdom-2.0.6/pom.xml b/jdom-2.0.6.1/pom.xml
similarity index 98%
rename from jdom-2.0.6/pom.xml
rename to jdom-2.0.6.1/pom.xml
index 77b6360..5d84fba 100644
--- a/jdom-2.0.6/pom.xml
+++ b/jdom-2.0.6.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.jdom</artifactId>
-    <version>2.0.6_2-SNAPSHOT</version>
+    <version>2.0.6.1_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,17 +39,17 @@
         <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>
-      <tag>HEAD</tag>
   </scm>
 
     <properties>
         <pkgGroupId>org.jdom</pkgGroupId>
         <pkgArtifactId>jdom2</pkgArtifactId>
-        <pkgVersion>2.0.6</pkgVersion>
+        <pkgVersion>2.0.6.1</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.jdom
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
+	    javax.xml,
             javax.xml.namespace*,
             javax.xml.parsers,
             javax.xml.stream*,
diff --git a/jdom-2.0.6/src/main/resources/OSGI-INF/bundle.info b/jdom-2.0.6.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from jdom-2.0.6/src/main/resources/OSGI-INF/bundle.info
rename to jdom-2.0.6.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 39284ad..cf1dbb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,6 +71,7 @@
 	<module>hadoop-client-3.3.2</module>
 	<module>spring-integration-core-5.5.9</module>
 	<module>grpc-1.44.1</module>
+	<module>jdom-2.0.6.1</module>
     </modules>
 
 </project>