You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ay...@apache.org on 2015/11/23 11:05:36 UTC

cxf git commit: Align xalan's osgi and non-osgi versions

Repository: cxf
Updated Branches:
  refs/heads/master 3e625ec68 -> 432ed6477


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

Branch: refs/heads/master
Commit: 432ed64778823caf650e98e6a349b53a6c8956ff
Parents: 3e625ec
Author: Akitoshi Yoshida <ay...@apache.org>
Authored: Mon Nov 23 11:03:58 2015 +0100
Committer: Akitoshi Yoshida <ay...@apache.org>
Committed: Mon Nov 23 11:04:38 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/cxf/blob/432ed647/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 9a67180..ebecbd9 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>
@@ -999,7 +1000,7 @@
             <dependency>
                 <groupId>xalan</groupId>
                 <artifactId>xalan</artifactId>
-                <version>2.7.2</version>
+                <version>${cxf.xalan.version}</version>
                 <exclusions>
                     <exclusion>
                         <groupId>xml-apis</groupId>