Repository: servicemix Updated Branches: refs/heads/servicemix-5.2.x d69df3d03 -> c34f58631
SM-2572: Upgrade to Apache Camel 2.14.3 and CXF 3.0.5 Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/1235bf1a Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/1235bf1a Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/1235bf1a Branch: refs/heads/servicemix-5.2.x Commit: 1235bf1aca0ab988c967de06ff3eae1b775a3a48 Parents: d69df3d Author: Krzysztof Sobkowiak <[email protected]> Authored: Mon Jun 15 21:09:50 2015 +0200 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Mon Jun 15 21:09:50 2015 +0200 ---------------------------------------------------------------------- parent/pom.xml | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/1235bf1a/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 0bea3f3..cd6104a 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -39,8 +39,8 @@ <properties> <activemq.version>5.10.2</activemq.version> <activiti.version>5.16.4</activiti.version> - <camel.version>2.14.2</camel.version> - <cxf.version>3.0.4</cxf.version> + <camel.version>2.14.3</camel.version> + <cxf.version>3.0.5</cxf.version> <cxf.codegen-plugin.version>${cxf.version}</cxf.codegen-plugin.version> <felix.bundlerepository.version>1.6.6</felix.bundlerepository.version> http://git-wip-us.apache.org/repos/asf/servicemix/blob/1235bf1a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7902c99..9bd11bc 100644 --- a/pom.xml +++ b/pom.xml @@ -133,7 +133,7 @@ <pax.exam.version>3.5.0</pax.exam.version> <pax.url.version>1.3.7</pax.url.version> <postgresql.version>9.1-901</postgresql.version> - <slf4j.version>1.7.10</slf4j.version> + <slf4j.version>1.7.12</slf4j.version> <spring.version>3.2.4.RELEASE</spring.version> </properties>
