You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ay...@apache.org on 2015/02/09 16:16:38 UTC

cxf git commit: revert to jetty9 as default jetty

Repository: cxf
Updated Branches:
  refs/heads/master cda582704 -> 745608908


revert to jetty9 as default jetty


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

Branch: refs/heads/master
Commit: 7456089088a21620ec75dc83fbb4b89ebdfd290e
Parents: cda5827
Author: Akitoshi Yoshida <ay...@apache.org>
Authored: Mon Feb 9 16:16:17 2015 +0100
Committer: Akitoshi Yoshida <ay...@apache.org>
Committed: Mon Feb 9 16:16:17 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/cxf/blob/74560890/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 0ca9409..356ea8f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -113,7 +113,7 @@
         <cxf.jettison.version>1.3.7</cxf.jettison.version>
         <cxf.jetty8.version>8.1.15.v20140411</cxf.jetty8.version>
         <cxf.jetty9.version>9.2.3.v20140905</cxf.jetty9.version>
-        <cxf.jetty.version>${cxf.jetty8.version}</cxf.jetty.version>
+        <cxf.jetty.version>${cxf.jetty9.version}</cxf.jetty.version>
         <cxf.jetty.osgi.version>[8.1,10)</cxf.jetty.osgi.version>
         <cxf.jibx.version>1.2.6</cxf.jibx.version>
         <cxf.junit.version>4.12</cxf.junit.version>