Repository: cxf
Updated Branches:
  refs/heads/3.0.x-fixes 85001558a -> d17e1e485


Align xalan's osgi and non-osgi versions


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/d17e1e48
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/d17e1e48
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/d17e1e48

Branch: refs/heads/3.0.x-fixes
Commit: d17e1e485fbd75124383b42ceb0c40a347311a0c
Parents: 8500155
Author: Akitoshi Yoshida <a...@apache.org>
Authored: Mon Nov 23 11:03:58 2015 +0100
Committer: Akitoshi Yoshida <a...@apache.org>
Committed: Mon Nov 23 11:07:40 2015 +0100

----------------------------------------------------------------------
 parent/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/d17e1e48/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 801dfc9..5c696e3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -201,7 +201,8 @@
         <cxf.xmlresolver.bundle.version>1.2_5</cxf.xmlresolver.bundle.version>
         <cxf.xerces.bundle.version>2.11.0_1</cxf.xerces.bundle.version>
         <cxf.bcel.bundle.version>5.2_4</cxf.bcel.bundle.version>
-        <cxf.xalan.bundle.version>2.7.1_7</cxf.xalan.bundle.version>
+        <cxf.xalan.version>2.7.2</cxf.xalan.version>
+        <cxf.xalan.bundle.version>2.7.2_2</cxf.xalan.bundle.version>
         <cxf.oro.bundle.version>2.0.8_6</cxf.oro.bundle.version>
         <cxf.dom4j.bundle.version>1.6.1_5</cxf.dom4j.bundle.version>
         <cxf.jdom.bundle.version>1.1_4</cxf.jdom.bundle.version>
@@ -986,7 +987,7 @@
             <dependency>
                 <groupId>xalan</groupId>
                 <artifactId>xalan</artifactId>
-                <version>2.7.2</version>
+                <version>${cxf.xalan.version}</version>
                 <exclusions>
                     <exclusion>
                         <groupId>xml-apis</groupId>

Reply via email to