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 2019/01/29 15:45:35 UTC

[servicemix-bundles] branch master updated: [SM-3960] Create OSGi bundle for dom4j 2.1.1 Credit To: J. Brébec

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 45a2b19  [SM-3960] Create OSGi bundle for dom4j 2.1.1 Credit To: J. Brébec
45a2b19 is described below

commit 45a2b199aa8d097dbf93bcc7422f0ea32614e85b
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jan 29 16:45:00 2019 +0100

    [SM-3960] Create OSGi bundle for dom4j 2.1.1
    Credit To: J. Brébec
---
 {dom4j-1.6.1 => dom4j-2.1.1}/pom.xml                       | 14 ++++++++++----
 .../src/main/resources/OSGI-INF/bundle.info                |  2 +-
 pom.xml                                                    |  1 +
 3 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/dom4j-1.6.1/pom.xml b/dom4j-2.1.1/pom.xml
similarity index 90%
rename from dom4j-1.6.1/pom.xml
rename to dom4j-2.1.1/pom.xml
index d0c3eba..8702bab 100644
--- a/dom4j-1.6.1/pom.xml
+++ b/dom4j-2.1.1/pom.xml
@@ -30,15 +30,21 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.dom4j</artifactId>
-    <version>1.6.1_6-SNAPSHOT</version>
+    <version>2.1.1_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <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>dom4j</pkgGroupId>
+        <pkgGroupId>org.dom4j</pkgGroupId>
         <pkgArtifactId>dom4j</pkgArtifactId>
-        <pkgVersion>1.6.1</pkgVersion>
+        <pkgVersion>2.1.1</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.dom4j
         </servicemix.osgi.export.pkg>
@@ -53,7 +59,7 @@
             com.sun.msv.datatype*;resolution:=optional,
             javax.xml.bind*;resolution:=optional;version="[2.0,3)",
             org.gjt.xpp;resolution:=optional;version="[2,3)",
-            org.jaxen*;resolution:=optional;version="[1.1.1,2)",
+            org.jaxen*;resolution:=optional;version="[1.1.6,2)",
             org.relaxng.datatype;resolution:=optional;version="[1,2)",
             org.xmlpull.v1;resolution:=optional;version="[1.1.3,2)",
             org.xmlpull.mxp1;resolution:=optional;version="[1.1.3,2)"
diff --git a/dom4j-1.6.1/src/main/resources/OSGI-INF/bundle.info b/dom4j-2.1.1/src/main/resources/OSGI-INF/bundle.info
similarity index 88%
rename from dom4j-1.6.1/src/main/resources/OSGI-INF/bundle.info
rename to dom4j-2.1.1/src/main/resources/OSGI-INF/bundle.info
index 56a2ad9..2694b57 100644
--- a/dom4j-1.6.1/src/main/resources/OSGI-INF/bundle.info
+++ b/dom4j-2.1.1/src/main/resources/OSGI-INF/bundle.info
@@ -9,4 +9,4 @@
     using the Java Collections Framework and with full support for DOM, SAX and JAXP.
 
 \u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://dom4j.sourceforge.net/\u001B[1m
+    \u001B[36mhttp://dom4j.github.io/\u001B[1m
diff --git a/pom.xml b/pom.xml
index 9ecd7f0..09ae6ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,6 +148,7 @@
         <module>spring-batch-core-4.1.1.RELEASE</module>    
         <module>spring-batch-infrastructure-4.1.1.RELEASE</module>
         <module>c3p0-0.9.5.3</module>
+        <module>dom4j-2.1.1</module>
     </modules>
 
 </project>