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 a7338ee [OPENMEETINGS-2051] tomcat is updated
a7338ee is described below
commit a7338eebb9ed19e2fc35696f4402b43e06ca651e
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Wed May 15 10:07:42 2019 +0700
[OPENMEETINGS-2051] 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 0be37c7..cfbe9df 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.19.tar.gz</missing> <!-- TODO should be
in-sync with global property -->
+
<missing>web-server/apache-tomcat-9.0.20.tar.gz</missing> <!-- TODO should be
in-sync with global property -->
</file>
</activation>
<build>
diff --git a/pom.xml b/pom.xml
index 75a4604..2935c79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@
<red5-client.version>1.1.0</red5-client.version>
<spring.version>5.1.7.RELEASE</spring.version>
<mina.version>2.1.2</mina.version>
- <tomcat.version>9.0.19</tomcat.version>
+ <tomcat.version>9.0.20</tomcat.version>
<ical4j.version>3.0.6</ical4j.version>
<cxf.version>3.3.1</cxf.version>
<selenium.version>3.141.59</selenium.version>