You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2020/09/16 07:50:06 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2419] tomcat

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 4641d89  [OPENMEETINGS-2419] tomcat
4641d89 is described below

commit 4641d89d2efa4dbb4b800f0f315087789efb2906
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Wed Sep 16 14:49:47 2020 +0700

    [OPENMEETINGS-2419] tomcat
---
 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 2a43c98..4190bae 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.37.tar.gz</missing> <!-- TODO should be in-sync with global property -->
+					<missing>web-server/apache-tomcat-9.0.38.tar.gz</missing> <!-- TODO should be in-sync with global property -->
 				</file>
 			</activation>
 			<build>
diff --git a/pom.xml b/pom.xml
index ea92aac..ec0902a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@
 		<wickets.version>9.0.0</wickets.version>
 		<wicket-bootstrap.version>5.0.1</wicket-bootstrap.version>
 		<spring.version>5.2.9.RELEASE</spring.version>
-		<tomcat.version>9.0.37</tomcat.version>
+		<tomcat.version>9.0.38</tomcat.version>
 		<ical4j.version>3.0.18</ical4j.version>
 		<cxf.version>3.4.0</cxf.version>
 		<simple-xml.version>2.7.1</simple-xml.version>