forked from I2P_Developers/i2p.i2p
Tomcat 9.0.62
This commit is contained in:
@ -335,9 +335,9 @@ Applications:
|
|||||||
Systray (systray.jar):
|
Systray (systray.jar):
|
||||||
Public domain.
|
Public domain.
|
||||||
|
|
||||||
Tomcat 9.0.54 (jasper-runtime.jar):
|
Tomcat 9.0.62 (jasper-runtime.jar):
|
||||||
(not included in most distribution packages)
|
(not included in most distribution packages)
|
||||||
Copyright 1999-2021 The Apache Software Foundation
|
Copyright 1999-2022 The Apache Software Foundation
|
||||||
See licenses/LICENSE-Apache2.0.txt
|
See licenses/LICENSE-Apache2.0.txt
|
||||||
See licenses/NOTICE-Tomcat.txt
|
See licenses/NOTICE-Tomcat.txt
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
Apache Tomcat
|
Apache Tomcat
|
||||||
Copyright 1999-2021 The Apache Software Foundation
|
Copyright 1999-2022 The Apache Software Foundation
|
||||||
|
|
||||||
This product includes software developed at
|
This product includes software developed at
|
||||||
The Apache Software Foundation (https://www.apache.org/).
|
The Apache Software Foundation (https://www.apache.org/).
|
BIN
apps/jetty/apache-tomcat-9.0.62/bin/tomcat-juli.jar
Normal file
BIN
apps/jetty/apache-tomcat-9.0.62/bin/tomcat-juli.jar
Normal file
Binary file not shown.
BIN
apps/jetty/apache-tomcat-9.0.62/lib/el-api.jar
Normal file
BIN
apps/jetty/apache-tomcat-9.0.62/lib/el-api.jar
Normal file
Binary file not shown.
BIN
apps/jetty/apache-tomcat-9.0.62/lib/jasper-el.jar
Normal file
BIN
apps/jetty/apache-tomcat-9.0.62/lib/jasper-el.jar
Normal file
Binary file not shown.
BIN
apps/jetty/apache-tomcat-9.0.62/lib/jasper.jar
Normal file
BIN
apps/jetty/apache-tomcat-9.0.62/lib/jasper.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
apps/jetty/apache-tomcat-9.0.62/lib/tomcat-util-scan.jar
Normal file
BIN
apps/jetty/apache-tomcat-9.0.62/lib/tomcat-util-scan.jar
Normal file
Binary file not shown.
BIN
apps/jetty/apache-tomcat-9.0.62/lib/tomcat-util.jar
Normal file
BIN
apps/jetty/apache-tomcat-9.0.62/lib/tomcat-util.jar
Normal file
Binary file not shown.
@ -15,7 +15,7 @@
|
|||||||
and versions in gradle.properties and apps/jetty/build.gradle
|
and versions in gradle.properties and apps/jetty/build.gradle
|
||||||
-->
|
-->
|
||||||
<property name="jetty.ver" value="9.3.30.v20211001" />
|
<property name="jetty.ver" value="9.3.30.v20211001" />
|
||||||
<property name="tomcat.ver" value="9.0.54" />
|
<property name="tomcat.ver" value="9.0.62" />
|
||||||
|
|
||||||
<!-- You probably don't want to change anything from here down -->
|
<!-- You probably don't want to change anything from here down -->
|
||||||
<target name="help" depends="all" />
|
<target name="help" depends="all" />
|
||||||
|
Reference in New Issue
Block a user