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/03/19 15:26:59 UTC

[openmeetings] branch master updated: [OPENMEETINGS-1859] tomcat and wicket-jquery-ui versions are 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 ee8dcfb  [OPENMEETINGS-1859] tomcat and wicket-jquery-ui versions are updated
ee8dcfb is described below

commit ee8dcfbb43d9f3bdd6c58b0f9297942753777217
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Tue Mar 19 22:26:47 2019 +0700

    [OPENMEETINGS-1859] tomcat and wicket-jquery-ui versions are updated
---
 openmeetings-server/pom.xml | 2 +-
 pom.xml                     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/openmeetings-server/pom.xml b/openmeetings-server/pom.xml
index 80cb2ca..db94b73 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.16.tar.gz</missing> <!-- TODO should be in-sync with global property -->
+					<missing>web-server/apache-tomcat-9.0.17.tar.gz</missing> <!-- TODO should be in-sync with global property -->
 				</file>
 			</activation>
 			<build>
diff --git a/pom.xml b/pom.xml
index 66588a2..61222ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,12 +74,12 @@
 		<!-- dependency versions -->
 		<junit.version>4.12</junit.version>
 		<wicket.version>8.3.0</wicket.version>
-		<wicketju.version>8.1.0</wicketju.version>
+		<wicketju.version>8.3.0</wicketju.version>
 		<wickets.version>8.3.0</wickets.version>
 		<red5-client.version>1.0.10</red5-client.version>
 		<spring.version>5.1.5.RELEASE</spring.version>
 		<mina.version>2.0.20</mina.version>
-		<tomcat.version>9.0.16</tomcat.version>
+		<tomcat.version>9.0.17</tomcat.version>
 		<ical4j.version>3.0.6</ical4j.version>
 		<cxf.version>3.3.0</cxf.version>
 		<selenium.version>3.141.59</selenium.version>