Tomcat 8.5.38

This commit is contained in:
zzz
2019-02-18 18:44:37 +00:00
parent ab7f61d220
commit 2aa093754d
11 changed files with 4 additions and 4 deletions

View File

@@ -318,9 +318,9 @@ Applications:
Systray (systray.jar):
Public domain.
Tomcat 8.5.34 (jasper-runtime.jar):
Tomcat 8.5.38 (jasper-runtime.jar):
(not included in most distribution packages)
Copyright 1999-2018 The Apache Software Foundation
Copyright 1999-2019 The Apache Software Foundation
See licenses/LICENSE-Apache2.0.txt
See licenses/NOTICE-Tomcat.txt

View File

@@ -1,5 +1,5 @@
Apache Tomcat
Copyright 1999-2018 The Apache Software Foundation
Copyright 1999-2019 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).

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.2.25.v20180606" />
<property name="tomcat.ver" value="8.5.34" />
<property name="tomcat.ver" value="8.5.38" />
<!-- You probably don't want to change anything from here down -->
<target name="help" depends="all" />