You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2008/12/09 19:58:50 UTC

svn commit: r724831 - /maven/core-integration-testing/trunk/core-it-suite/pom.xml

Author: jdcasey
Date: Tue Dec  9 10:58:50 2008
New Revision: 724831

URL: http://svn.apache.org/viewvc?rev=724831&view=rev
Log:
bump to latest 6.1 version of jetty, to try to escape the messagebundle problems.

Modified:
    maven/core-integration-testing/trunk/core-it-suite/pom.xml

Modified: maven/core-integration-testing/trunk/core-it-suite/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/pom.xml?rev=724831&r1=724830&r2=724831&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/pom.xml Tue Dec  9 10:58:50 2008
@@ -75,7 +75,7 @@
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jetty</artifactId>
-      <version>6.1.11</version>
+      <version>6.1.14</version>
 <!-- TODO: not transitive in tests artifact, so must be left in main scope
       <scope>test</scope>
 -->