Repository: cxf Updated Branches: refs/heads/master b4872363f -> 76c4df1bc
[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/76c4df1b Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/76c4df1b Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/76c4df1b Branch: refs/heads/master Commit: 76c4df1bce5e71b439fb37fa5d9e1af12615786b Parents: b487236 Author: Freeman Fang <[email protected]> Authored: Wed Dec 3 12:53:39 2014 +0800 Committer: Freeman Fang <[email protected]> Committed: Wed Dec 3 12:53:39 2014 +0800 ---------------------------------------------------------------------- parent/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/76c4df1b/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 3b3eeff..cc4cbaa 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -103,9 +103,9 @@ <cxf.jasypt.bundle.version>1.9.0_1</cxf.jasypt.bundle.version> <cxf.javax.ws.rs.version>2.0.1</cxf.javax.ws.rs.version> <cxf.jaxb.version>2.2.11</cxf.jaxb.version> - <cxf.jaxb.impl.version>2.2.10-b140310.1920</cxf.jaxb.impl.version> - <cxf.jaxb.core.version>2.2.10-b140310.1920</cxf.jaxb.core.version> - <cxf.jaxb.xjc.version>2.2.10-b140310.1920</cxf.jaxb.xjc.version> + <cxf.jaxb.impl.version>${cxf.jaxb.version}</cxf.jaxb.impl.version> + <cxf.jaxb.core.version>${cxf.jaxb.version}</cxf.jaxb.core.version> + <cxf.jaxb.xjc.version>${cxf.jaxb.version}</cxf.jaxb.xjc.version> <cxf.joda.time.version>2.2</cxf.joda.time.version> <cxf.jdom.version>1.0</cxf.jdom.version> <cxf.jettison.version>1.3.7</cxf.jettison.version> @@ -172,7 +172,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>
