[jbossws-commits] JBossWS SVN: r18277 - stack/cxf/trunk.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Jan 27 09:24:59 EST 2014


Author: asoldano
Date: 2014-01-27 09:24:58 -0500 (Mon, 27 Jan 2014)
New Revision: 18277

Modified:
   stack/cxf/trunk/pom.xml
Log:
Upgrading to Undertow 1.0.0.Beta33 to solve some regressions against WFLY next


Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml	2014-01-27 14:19:12 UTC (rev 18276)
+++ stack/cxf/trunk/pom.xml	2014-01-27 14:24:58 UTC (rev 18277)
@@ -79,9 +79,9 @@
     <picketbox.version>4.0.17.Final</picketbox.version>
     <picketlink.version>2.1.7.Final</picketlink.version>
     <jaxws-jboss-httpserver-httpspi.version>1.0.1.GA</jaxws-jboss-httpserver-httpspi.version>
-    <jaxws-undertow-httpspi.version>1.0.0.Beta1</jaxws-undertow-httpspi.version>
+    <jaxws-undertow-httpspi.version>1.0.1-SNAPSHOT</jaxws-undertow-httpspi.version>
     <httpserver.version>1.0.0.Final</httpserver.version>
-    <io.undertow.version>1.0.0.Beta30</io.undertow.version>
+    <io.undertow.version>1.0.0.Beta33</io.undertow.version>
     <jaxb.api.version>1.0.4.Final</jaxb.api.version>
     <jaxb.impl.version>2.2.6</jaxb.impl.version>
     <jaxrpc.api.version>1.0.1.Final</jaxrpc.api.version>



More information about the jbossws-commits mailing list