You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ni...@apache.org on 2007/11/23 06:35:04 UTC

svn commit: r597561 - /incubator/cxf/trunk/parent/pom.xml

Author: ningjiang
Date: Thu Nov 22 21:35:00 2007
New Revision: 597561

URL: http://svn.apache.org/viewvc?rev=597561&view=rev
Log:
Switched Jetty's version from 6.1.6 to 6.1.6rc1 to get the CC build pass, and will switch back when the Jetty 6.1.6 is available for CC

Modified:
    incubator/cxf/trunk/parent/pom.xml

Modified: incubator/cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/parent/pom.xml?rev=597561&r1=597560&r2=597561&view=diff
==============================================================================
--- incubator/cxf/trunk/parent/pom.xml (original)
+++ incubator/cxf/trunk/parent/pom.xml Thu Nov 22 21:35:00 2007
@@ -47,7 +47,7 @@
         <jaxb.impl.version>2.1.4</jaxb.impl.version>
         <jaxb.xjc.version>2.1.4</jaxb.xjc.version>
         <jaxws.version>2.1-1</jaxws.version>
-        <jetty.version>6.1.6</jetty.version>
+        <jetty.version>6.1.6rc1</jetty.version>
         <saaj.version>1.3</saaj.version>
         <saaj.impl.version>1.3</saaj.impl.version>
         <spring.version>2.0.6</spring.version>