You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/11/07 06:23:47 UTC

svn commit: r1539527 - /archiva/trunk/pom.xml

Author: olamy
Date: Thu Nov  7 05:23:47 2013
New Revision: 1539527

URL: http://svn.apache.org/r1539527
Log:
use last jetty 8.1.14

Modified:
    archiva/trunk/pom.xml

Modified: archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=1539527&r1=1539526&r2=1539527&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Thu Nov  7 05:23:47 2013
@@ -90,7 +90,7 @@
     <httpclient.version>4.3.1</httpclient.version>
     <httpclient.core.version>4.3</httpclient.core.version>
     <javaxMailVersion>1.4</javaxMailVersion>
-    <jettyVersion>8.1.9.v20130131</jettyVersion>
+    <jettyVersion>8.1.14.v20131031</jettyVersion>
 
     <!-- restore when we will be able to use a derby in memory database -->
     <redbackTestJdbcUrl>jdbc:derby:memory:users-test;create=true</redbackTestJdbcUrl>