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 6a10c749ed97cefd9425d2b5e7de15f667f21520 Author: Maxim Solodovnik <[email protected]> AuthorDate: Tue Mar 28 16:10:24 2023 +0700 [OPENMEETINGS-2757] wicket-jquery-ui, kurento --- pom.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d4697df6f..dccce0d75 100644 --- a/pom.xml +++ b/pom.xml @@ -82,7 +82,7 @@ <!-- dependency versions --> <junit.version>5.9.2</junit.version> <wicket.version>9.12.0</wicket.version> - <wicket-jquery-ui.version>9.11.0</wicket-jquery-ui.version> + <wicket-jquery-ui.version>9.12.0</wicket-jquery-ui.version> <wicketstuff.version>9.12.0</wicketstuff.version> <wicket-bootstrap.version>6.0.2</wicket-bootstrap.version> <font-awesome.version>6.3.0</font-awesome.version> @@ -125,7 +125,7 @@ <bcprov-jdk15on.version>1.70</bcprov-jdk15on.version> <mockito.version>5.2.0</mockito.version> <quartz.version>2.3.2</quartz.version> - <kurento.version>6.18.0</kurento.version> + <kurento.version>7.0.0</kurento.version> <jain-sip.version>1.2.307</jain-sip.version><!-- other versions are broken! --> <jasny-bootstrap.version>3.1.3-2</jasny-bootstrap.version> <jodconverter.version>4.4.6</jodconverter.version> @@ -1777,6 +1777,9 @@ </profile> <profile> <id>rc</id> + <properties> + <site.skip>true</site.skip> + </properties> <build> <plugins> <plugin> @@ -1794,6 +1797,9 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <skip>false</skip> + </configuration> <executions> <execution> <id>attach-javadocs</id>
