Repository: cxf
Updated Branches:
  refs/heads/3.1.x-fixes 60f95e5c0 -> 23e39b894


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/23e39b89
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/23e39b89
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/23e39b89

Branch: refs/heads/3.1.x-fixes
Commit: 23e39b89406fa4dc1654c074dcb705f5bad062a6
Parents: 60f95e5
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:06:07 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/cxf/blob/23e39b89/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 6b3c040..210c0b0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -187,7 +187,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>
@@ -998,7 +999,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