You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2019/10/25 05:57:30 UTC

svn commit: r1868902 - in /jackrabbit/oak/branches/1.4: ./ oak-run/pom.xml

Author: reschke
Date: Fri Oct 25 05:57:30 2019
New Revision: 1868902

URL: http://svn.apache.org/viewvc?rev=1868902&view=rev
Log:
OAK-7118: oak-run: upgrade jetty version to 8.2.0.v20160908 (merged r1819930 into 1.4)

Modified:
    jackrabbit/oak/branches/1.4/   (props changed)
    jackrabbit/oak/branches/1.4/oak-run/pom.xml

Propchange: jackrabbit/oak/branches/1.4/
------------------------------------------------------------------------------
  Merged /jackrabbit/oak/trunk:r1819930

Modified: jackrabbit/oak/branches/1.4/oak-run/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.4/oak-run/pom.xml?rev=1868902&r1=1868901&r2=1868902&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.4/oak-run/pom.xml (original)
+++ jackrabbit/oak/branches/1.4/oak-run/pom.xml Fri Oct 25 05:57:30 2019
@@ -31,7 +31,7 @@
   <name>Oak Runnable Jar</name>
 
   <properties>
-    <jetty.version>8.1.2.v20120308</jetty.version>
+    <jetty.version>8.2.0.v20160908</jetty.version>
     <groovy.version>2.3.1</groovy.version>
   </properties>