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/08 06:05:54 UTC

[openmeetings] 02/02: [OPENMEETINGS-2455] wicket is switched to the next SNAPSHOT

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

commit 4b2972eaecb92d62ffeaf625fb0e9740ff2bb186
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Sun Nov 8 13:05:36 2020 +0700

    [OPENMEETINGS-2455] wicket is switched to the next SNAPSHOT
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 551633d..614fe8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
 		<maven-checkstyle-plugin.version>3.1.1</maven-checkstyle-plugin.version>
 		<!-- dependency versions -->
 		<junit.version>5.7.0</junit.version>
-		<wicket.version>9.1.0</wicket.version>
+		<wicket.version>9.2.0-SNAPSHOT</wicket.version>
 		<wicketju.version>9.1.0</wicketju.version>
 		<wickets.version>9.1.0</wickets.version>
 		<wicket-bootstrap.version>5.0.2</wicket-bootstrap.version>