You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2014/07/21 11:34:59 UTC

git commit: Upgrading CXF + WSS4J dependencies

Repository: cxf-fediz
Updated Branches:
  refs/heads/master e7c14feac -> 5a487c467


Upgrading CXF + WSS4J dependencies


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/5a487c46
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/5a487c46
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/5a487c46

Branch: refs/heads/master
Commit: 5a487c467a5df485d9ff2d2841ac87460de2ad37
Parents: e7c14fe
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Mon Jul 21 10:34:28 2014 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Mon Jul 21 10:34:28 2014 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/5a487c46/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3778063..ed23110 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
     <properties>
         <commons.lang.version>3.3.2</commons.lang.version>
         <commons.logging.version>1.1.3</commons.logging.version>
-        <cxf.version>3.0.0</cxf.version>
+        <cxf.version>3.0.1</cxf.version>
         <cxf.build-utils.version>2.6.0</cxf.build-utils.version>
         <ehcache.version>2.8.3</ehcache.version>
         <httpclient.version>4.3.3</httpclient.version>
@@ -57,7 +57,7 @@
         <spring.version>3.2.6.RELEASE</spring.version>
         <spring.security.version>3.1.4.RELEASE</spring.security.version>
         <tomcat.version>7.0.54</tomcat.version>
-        <wss4j.version>2.0.0</wss4j.version>
+        <wss4j.version>2.0.1</wss4j.version>
         <bval.version>0.5</bval.version>
 
         <tomcat.url>http://localhost:8080/manager/text</tomcat.url>