Repository: cxf Updated Branches: refs/heads/master fc8331eae -> 8b5d78a9e
update and align netty3 and ning-ahc versions, 3.9.1.Final and 1.8.5, respectively Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/8b5d78a9 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/8b5d78a9 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/8b5d78a9 Branch: refs/heads/master Commit: 8b5d78a9ef048a69b0d040c2ed8eaef65300f078 Parents: fc8331e Author: Akitoshi Yoshida <[email protected]> Authored: Fri Jun 6 09:21:46 2014 +0200 Committer: Akitoshi Yoshida <[email protected]> Committed: Fri Jun 6 09:27:00 2014 +0200 ---------------------------------------------------------------------- parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/8b5d78a9/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 3e41dff..17191ac 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -74,7 +74,7 @@ <!-- please maintain alphabetical order here --> <cxf.abdera.version>1.1.3</cxf.abdera.version> <cxf.activemq.version>5.9.1</cxf.activemq.version> - <cxf.ahc.version>1.8.1</cxf.ahc.version> + <cxf.ahc.version>1.8.5</cxf.ahc.version> <cxf.atmosphere.version>2.1.3</cxf.atmosphere.version> <cxf.axiom.version>1.2.14</cxf.axiom.version> <cxf.bcprov.version>1.50</cxf.bcprov.version> @@ -130,7 +130,7 @@ <cxf.msv.version>2011.1</cxf.msv.version> <cxf.neethi.version>3.0.3</cxf.neethi.version> <cxf.netty.version>4.0.18.Final</cxf.netty.version> - <cxf.netty3.version>3.8.0.Final</cxf.netty3.version> + <cxf.netty3.version>3.9.1.Final</cxf.netty3.version> <cxf.netty.version.range>[4,5)</cxf.netty.version.range> <cxf.oauth.bundle.version>20100527_1</cxf.oauth.bundle.version> <cxf.oauth.version>20100527</cxf.oauth.version>
