Tomcat 9.0.35 (Servlet 4.0)

Switch Bionic to 9.x
Disco+ already on 9.x
Xenial remains on 8.x
Update dependencies doc
This commit is contained in:
zzz
2020-05-31 15:35:18 +00:00
parent 317bf1e9db
commit edfbc4081b
23 changed files with 52 additions and 36 deletions

View File

@@ -9,7 +9,7 @@
<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="tomcat.ver" value="8.5.50" />
<property name="tomcat.ver" value="9.0.35" />
<!-- You probably don't want to change anything from here down -->
<target name="help" depends="all" />