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 2019/12/15 07:26:15 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2151] tomcat is updated

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 2884434  [OPENMEETINGS-2151] tomcat is updated
2884434 is described below

commit 28844340352401bc74edafc62023b7d1eac72fe6
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Sun Dec 15 14:26:02 2019 +0700

    [OPENMEETINGS-2151] 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 49d6014..d4a3b64 100644
--- a/openmeetings-server/pom.xml
+++ b/openmeetings-server/pom.xml
@@ -117,7 +117,7 @@
 			<id>prepare-web-server</id>
 			<activation>
 				<file>
-					<missing>web-server/apache-tomcat-9.0.29.tar.gz</missing> <!-- TODO should be in-sync with global property -->
+					<missing>web-server/apache-tomcat-9.0.30.tar.gz</missing> <!-- TODO should be in-sync with global property -->
 				</file>
 			</activation>
 			<build>
diff --git a/pom.xml b/pom.xml
index b37d0cb..fe73533 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@
 		<red5-client.version>1.2.3</red5-client.version>
 		<spring.version>5.2.2.RELEASE</spring.version>
 		<mina.version>2.1.3</mina.version>
-		<tomcat.version>9.0.29</tomcat.version>
+		<tomcat.version>9.0.30</tomcat.version>
 		<ical4j.version>3.0.11</ical4j.version>
 		<cxf.version>3.3.4</cxf.version>
 		<selenium.version>3.141.59</selenium.version>