This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/master by this push:
new e112fb8 [OPENMEETINGS-2296] tomcat is updated
e112fb8 is described below
commit e112fb8baed9d263335b5605c076a6ab1f7be017
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Tue May 12 22:21:49 2020 +0700
[OPENMEETINGS-2296] tomcat is updated
---
openmeetings-server/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/openmeetings-server/pom.xml b/openmeetings-server/pom.xml
index 73efd0a..b43289a 100644
--- a/openmeetings-server/pom.xml
+++ b/openmeetings-server/pom.xml
@@ -118,7 +118,7 @@
<id>prepare-web-server</id>
<activation>
<file>
-
<missing>web-server/apache-tomcat-9.0.34.tar.gz</missing> <!-- TODO should be
in-sync with global property -->
+
<missing>web-server/apache-tomcat-9.0.35.tar.gz</missing> <!-- TODO should be
in-sync with global property -->
</file>
</activation>
<build>
diff --git a/pom.xml b/pom.xml
index a02bb53..4f39c3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@
<wickets.version>9.0.0-M5.1</wickets.version>
<wicket-bootstrap.version>5.0.0-M2</wicket-bootstrap.version>
<spring.version>5.2.6.RELEASE</spring.version>
- <tomcat.version>9.0.34</tomcat.version>
+ <tomcat.version>9.0.35</tomcat.version>
<ical4j.version>3.0.14</ical4j.version>
<cxf.version>3.3.6</cxf.version>
<simple-xml.version>2.7.1</simple-xml.version>