You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2020/01/13 20:47:05 UTC

[cxf] branch 3.3.x-fixes updated: [CXF-8191]align dom4j bundle version to 2.1.1

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

ffang pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.3.x-fixes by this push:
     new e0a3a23  [CXF-8191]align dom4j bundle version to 2.1.1
e0a3a23 is described below

commit e0a3a23c8d8942ec085f73f6ce6aef85dec4b995
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Mon Jan 13 15:46:11 2020 -0500

    [CXF-8191]align dom4j bundle version to 2.1.1
    
    (cherry picked from commit d8c04fbb97d849a514f19a7bbbfa00c8fbd92b49)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 17d3c63..63ee9da 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -231,7 +231,7 @@
         <cxf.aries.version.range>[1.0,2)</cxf.aries.version.range>
         <cxf.bcel.bundle.version>5.2_4</cxf.bcel.bundle.version>
         <cxf.cglib.osgi.version>[2.2.2,3.3)</cxf.cglib.osgi.version>
-        <cxf.dom4j.bundle.version>1.6.1_5</cxf.dom4j.bundle.version>
+        <cxf.dom4j.bundle.version>2.1.1_1</cxf.dom4j.bundle.version>
         <cxf.fastinfoset.bundle.version>1.2.16_1</cxf.fastinfoset.bundle.version>
         <cxf.felix.configadmin.version>1.2.4</cxf.felix.configadmin.version>
         <cxf.istack.bundle.version>3.0.7</cxf.istack.bundle.version>