Repository: cxf Updated Branches: refs/heads/3.0.x-fixes 374c8ad50 -> 09d2d260c
[CXF-6059]upgrade jaxb version to 2.2.11 Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/09d2d260 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/09d2d260 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/09d2d260 Branch: refs/heads/3.0.x-fixes Commit: 09d2d260cbd897e1bcf336d00fd4345c2c37b1a4 Parents: 374c8ad Author: Freeman Fang <[email protected]> Authored: Thu Dec 4 13:56:16 2014 +0800 Committer: Freeman Fang <[email protected]> Committed: Thu Dec 4 13:56:16 2014 +0800 ---------------------------------------------------------------------- parent/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/09d2d260/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 984a1f9..6a0f4f4 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -113,9 +113,9 @@ <cxf.jaxb21.core.version>2.1.14</cxf.jaxb21.core.version> <cxf.jaxb21.xjc.version>2.1.14</cxf.jaxb21.xjc.version> <cxf.jaxb22.version>2.2.11</cxf.jaxb22.version> - <cxf.jaxb22.impl.version>2.2.10-b140310.1920</cxf.jaxb22.impl.version> - <cxf.jaxb22.core.version>2.2.10-b140310.1920</cxf.jaxb22.core.version> - <cxf.jaxb22.xjc.version>2.2.10-b140310.1920</cxf.jaxb22.xjc.version> + <cxf.jaxb22.impl.version>${cxf.jaxb22.version}</cxf.jaxb22.impl.version> + <cxf.jaxb22.core.version>${cxf.jaxb22.version}</cxf.jaxb22.core.version> + <cxf.jaxb22.xjc.version>${cxf.jaxb22.version}</cxf.jaxb22.xjc.version> <!-- by default, we use jaxb 2.1, but java5 profile will override to 2.2 --> <cxf.jaxb.version>${cxf.jaxb21.version}</cxf.jaxb.version> <cxf.jaxb.impl.version>${cxf.jaxb21.impl.version}</cxf.jaxb.impl.version> @@ -186,7 +186,7 @@ <cxf.servicemix.specs.version>2.4.0</cxf.servicemix.specs.version> <cxf.servicemix.specs.version.jaxrs>2.4.0</cxf.servicemix.specs.version.jaxrs> <cxf.javax.mail.version>1.4.4</cxf.javax.mail.version> - <cxf.jaxb.bundle.version>2.2.1.1_2</cxf.jaxb.bundle.version> + <cxf.jaxb.bundle.version>2.2.11_1</cxf.jaxb.bundle.version> <cxf.saaj-impl.bundle.version>1.3.23_2</cxf.saaj-impl.bundle.version> <cxf.stax-ex.version>1.7.6</cxf.stax-ex.version> <cxf.wsdl4j.bundle.version>1.6.3_1</cxf.wsdl4j.bundle.version>
