Repository: cxf-fediz Updated Branches: refs/heads/master 2d799c9c2 -> e88aabbcd
Upgrade to CXF 3.0.0 Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/e88aabbc Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/e88aabbc Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/e88aabbc Branch: refs/heads/master Commit: e88aabbcd007896156b6bb291be6519e96964442 Parents: 2d799c9 Author: Colm O hEigeartaigh <[email protected]> Authored: Wed May 21 13:37:45 2014 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Wed May 21 13:37:45 2014 +0100 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/e88aabbc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 138f81f..7532416 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ <properties> <commons.lang.version>3.0.1</commons.lang.version> <commons.logging.version>1.1.1</commons.logging.version> - <cxf.version>3.0.0-SNAPSHOT</cxf.version> + <cxf.version>3.0.0</cxf.version> <cxf.build-utils.version>2.6.0</cxf.build-utils.version> <ehcache.version>2.8.1</ehcache.version> <httpclient.version>4.3.2</httpclient.version> @@ -44,7 +44,7 @@ <junit.version>4.11</junit.version> <log4j.version>1.2.17</log4j.version> <servlet.version>2.5</servlet.version> - <slf4j.version>1.7.5</slf4j.version> + <slf4j.version>1.7.7</slf4j.version> <spring.version>3.1.4.RELEASE</spring.version> <spring.security.version>3.1.4.RELEASE</spring.security.version> <tomcat.version>7.0.42</tomcat.version>
