Jetty 9.3.29.v20201019/

This commit is contained in:
zzz
2020-11-17 15:39:08 +00:00
parent f179a057bc
commit 0f002b9b69
18 changed files with 3 additions and 3 deletions

View File

@ -258,7 +258,7 @@ Applications:
Zxing 3.4.1:
See licenses/LICENSE-Apache2.0.txt
Jetty 9.3.28.v20191105 (jetty-*.jar, org.mortbay.*.jar):
Jetty 9.3.29.v20201019 (jetty-*.jar, org.mortbay.*.jar):
(not included in most distribution packages, except for jetty-i2p.jar)
See licenses/ABOUT-Jetty.html
See licenses/NOTICE-Jetty.html

View File

@ -17,7 +17,7 @@
<property name="jetty.branch" value="stable-9" />
<property name="jetty.base" value="jetty-distribution-${jetty.ver}" />
<property name="jetty.sha1" value="0b4bf8501da2ca6f5d1f8c583b476b1a46e16845" />
<property name="jetty.sha1" value="acf3118a5cbfb3a6dfe218d3f20ecff09974d921" />
<property name="jetty.filename" value="${jetty.base}.zip" />
<property name="jetty.url" value="https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/${jetty.ver}/${jetty.filename}" />
<property name="verified.filename" value="verified.txt" />

View File

@ -11,7 +11,7 @@
<property file="override.properties"/>
<property file="build.properties"/>
<!-- When changing, also change javadoc URL in build.properties, and checksum in apps/jetty/build.xml -->
<property name="jetty.ver" value="9.3.28.v20191105" />
<property name="jetty.ver" value="9.3.29.v20201019" />
<property name="tomcat.ver" value="9.0.35" />
<!-- You probably don't want to change anything from here down -->