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/09/17 03:03:44 UTC

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

commit c2d17a39dbc15654d6e9770ee5b2db3c11a3274f
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Mon Sep 17 10:03:33 2018 +0700

    [OPENMEETINGS-1928] tomcat version is updated
---
 openmeetings-server/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openmeetings-server/pom.xml b/openmeetings-server/pom.xml
index 6995f31..50e7885 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.11.tar.gz</missing> <!-- TODO should be in-sync with global property -->
+					<missing>web-server/apache-tomcat-9.0.12.tar.gz</missing> <!-- TODO should be in-sync with global property -->
 				</file>
 			</activation>
 			<build>