Repository: cxf Updated Branches: refs/heads/2.7.x-fixes 6cd3d94df -> 03aeb4b7e
[CXF-5611][joda-time] different versions in maven and feature descriptor Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/03aeb4b7 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/03aeb4b7 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/03aeb4b7 Branch: refs/heads/2.7.x-fixes Commit: 03aeb4b7e5b8d49ba2971d2b2e881fd4725c81a7 Parents: 6cd3d94 Author: Freeman Fang <[email protected]> Authored: Mon Mar 17 19:07:07 2014 +0800 Committer: Freeman Fang <[email protected]> Committed: Mon Mar 17 19:07:07 2014 +0800 ---------------------------------------------------------------------- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/03aeb4b7/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 7ef379c..d5c512c 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -122,7 +122,7 @@ <cxf.jaxb.version>${cxf.jaxb21.version}</cxf.jaxb.version> <cxf.jaxb.impl.version>${cxf.jaxb21.impl.version}</cxf.jaxb.impl.version> <cxf.jaxb.xjc.version>${cxf.jaxb21.xjc.version}</cxf.jaxb.xjc.version> - <cxf.joda.time.version>2.1</cxf.joda.time.version> + <cxf.joda.time.version>2.2</cxf.joda.time.version> <cxf.jdom.version>1.0</cxf.jdom.version> <cxf.jettison.version>1.3.5</cxf.jettison.version> <cxf.jetty.version>8.1.14.v20131031</cxf.jetty.version>
