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 2018/11/09 02:33:05 UTC

[openmeetings] branch master updated: [OPENMEETINGS-1954] tomcat version 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 f6fa89b  [OPENMEETINGS-1954] tomcat version is updated
f6fa89b is described below

commit f6fa89bf1daeb2d383b4e17b11428c9e158b01f1
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Fri Nov 9 09:32:52 2018 +0700

    [OPENMEETINGS-1954] tomcat version 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 85a35be..39735a9 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.12.tar.gz</missing> <!-- TODO should be in-sync with global property -->
+					<missing>web-server/apache-tomcat-9.0.13.tar.gz</missing> <!-- TODO should be in-sync with global property -->
 				</file>
 			</activation>
 			<build>
diff --git a/pom.xml b/pom.xml
index 091a209..302b377 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@
 		<red5-client.version>1.0.10-M9</red5-client.version>
 		<spring.version>5.1.2.RELEASE</spring.version>
 		<mina.version>2.0.19</mina.version>
-		<tomcat.version>9.0.12</tomcat.version>
+		<tomcat.version>9.0.13</tomcat.version>
 		<ical4j.version>3.0.1</ical4j.version>
 		<cxf.version>3.2.7</cxf.version>
 		<selenium.version>3.14.0</selenium.version>