You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2017/08/04 19:25:52 UTC

tomee git commit: TOMEE-2107 - Upgrade CXF

Repository: tomee
Updated Branches:
  refs/heads/master 9cd843883 -> 09ee9f96a


TOMEE-2107 - Upgrade CXF


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/09ee9f96
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/09ee9f96
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/09ee9f96

Branch: refs/heads/master
Commit: 09ee9f96ae5593602a8a33900c214b462484aa42
Parents: 9cd8438
Author: Daniel Cunha (soro) <da...@apache.org>
Authored: Fri Aug 4 16:09:47 2017 -0300
Committer: Daniel Cunha (soro) <da...@apache.org>
Committed: Fri Aug 4 16:09:47 2017 -0300

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/09ee9f96/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e2df4ad..12dce9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,7 @@
 
     <tomcat.version>8.5.19</tomcat.version>
 
-    <cxf.version>3.1.11</cxf.version>
+    <cxf.version>3.1.12</cxf.version>
     <ehcache.version>2.10.3</ehcache.version>
     <!-- used by cxf for security (replay attack) -->
     <jetty.version>7.5.3.v20111011</jetty.version>