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 2020/11/20 07:11:50 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2455] wicket, wicketstuff

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 d6f653a  [OPENMEETINGS-2455] wicket, wicketstuff
d6f653a is described below

commit d6f653ac9e632fb7517d9ba600f331e29298ac85
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Fri Nov 20 14:11:34 2020 +0700

    [OPENMEETINGS-2455] wicket, wicketstuff
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 91fab35..3089883 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,9 +76,9 @@
 		<maven-checkstyle-plugin.version>3.1.1</maven-checkstyle-plugin.version>
 		<!-- dependency versions -->
 		<junit.version>5.7.0</junit.version>
-		<wicket.version>9.2.0-SNAPSHOT</wicket.version>
+		<wicket.version>9.2.0</wicket.version>
 		<wicketju.version>9.1.0</wicketju.version>
-		<wickets.version>9.1.0</wickets.version>
+		<wickets.version>9.2.0</wickets.version>
 		<wicket-bootstrap.version>5.0.2</wicket-bootstrap.version>
 		<font-awesome.version>5.15.1</font-awesome.version>
 		<spring.version>5.3.1</spring.version>