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 2023/07/11 05:22:41 UTC

[openmeetings] branch maven-site-M9 created (now 36c119b5c)

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a change to branch maven-site-M9
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


      at 36c119b5c [OPENMEETINGS-2770] tomcat, plugins

This branch includes the following new commits:

     new 36c119b5c [OPENMEETINGS-2770] tomcat, plugins

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[openmeetings] 01/01: [OPENMEETINGS-2770] tomcat, plugins

Posted by so...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch maven-site-M9
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 36c119b5cfe4d234002c8c2c24786f289e714dbb
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Tue Jul 11 12:22:25 2023 +0700

    [OPENMEETINGS-2770] tomcat, plugins
---
 pom.xml | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index fc4a7ec3e..ed1727f38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
 		<!-- plugin versions -->
 		<version.maven-javadoc-plugin>3.5.0</version.maven-javadoc-plugin>
 		<version.maven-surefire>3.1.2</version.maven-surefire>
-		<version.maven-site-plugin>4.0.0-M5</version.maven-site-plugin>
+		<version.maven-site-plugin>4.0.0-M9</version.maven-site-plugin>
 		<version.maven-enforcer-plugin>3.3.0</version.maven-enforcer-plugin>
 		<version.maven-source-plugin>3.3.0</version.maven-source-plugin>
 		<version.maven-compiler-plugin>3.11.0</version.maven-compiler-plugin>
@@ -55,32 +55,33 @@
 		<version.maven-assembly-plugin>3.6.0</version.maven-assembly-plugin>
 		<version.maven-dependency-plugin>3.6.0</version.maven-dependency-plugin>
 		<version.maven-war-plugin>3.4.0</version.maven-war-plugin>
-		<version.maven-clean-plugin>3.2.0</version.maven-clean-plugin>
+		<version.maven-clean-plugin>3.3.1</version.maven-clean-plugin>
 		<version.maven-antrun-plugin>3.1.0</version.maven-antrun-plugin>
 		<version.maven-resources-plugin>3.3.1</version.maven-resources-plugin>
 		<version.maven-gpg-plugin>3.1.0</version.maven-gpg-plugin>
 		<version.apache-rat-plugin>0.15</version.apache-rat-plugin>
 		<version.checksum-maven-plugin>1.11</version.checksum-maven-plugin>
 
-		<maven-bundle-plugin.version>5.1.8</maven-bundle-plugin.version>
+		<maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version>
 		<maven-checkstyle-plugin.version>3.3.0</maven-checkstyle-plugin.version>
 		<exec-maven-plugin.version>3.1.0</exec-maven-plugin.version>
 		<minify-maven-plugin.version>1.7.6</minify-maven-plugin.version>
-		<license-maven-plugin.version>2.0.0</license-maven-plugin.version>
+		<license-maven-plugin.version>2.2.0</license-maven-plugin.version>
 		<reflow-maven-skin.version>2.3.3</reflow-maven-skin.version>
 		<reflow-theme>cerulean</reflow-theme>
 		<replacer.version>1.5.3</replacer.version>
-		<xml-maven-plugin.version>1.0.2</xml-maven-plugin.version>
+		<xml-maven-plugin.version>1.1.0</xml-maven-plugin.version>
 		<saxon.version>8.7</saxon.version>
-		<buildnumber-maven-plugin.version>3.0.0</buildnumber-maven-plugin.version>
+		<buildnumber-maven-plugin.version>3.2.0</buildnumber-maven-plugin.version>
 		<keytool-maven-plugin.version>1.7</keytool-maven-plugin.version>
 		<maven-jarsigner-plugin.version>3.0.0</maven-jarsigner-plugin.version>
 		<sonar-maven-plugin.version>3.9.1.2184</sonar-maven-plugin.version>
 		<jacoco-maven-plugin.versoin>0.8.10</jacoco-maven-plugin.versoin>
 		<forbiddenapis.version>3.5.1</forbiddenapis.version>
-		<frontend-maven-plugin.version>1.12.1</frontend-maven-plugin.version>
+		<frontend-maven-plugin.version>1.13.4</frontend-maven-plugin.version>
 		<swagger-plugin.version>2.1.6</swagger-plugin.version>
 		<plexus-utils.version>3.5.1</plexus-utils.version>
+		<versions-maven-plugin.version>2.16.0</versions-maven-plugin.version>
 
 		<!-- dependency versions -->
 		<junit.version>5.9.3</junit.version>
@@ -90,7 +91,7 @@
 		<wicket-bootstrap.version>6.0.4</wicket-bootstrap.version>
 		<font-awesome.version>6.4.0</font-awesome.version>
 		<spring.version>5.3.28</spring.version>
-		<tomcat.version>9.0.76</tomcat.version>
+		<tomcat.version>9.0.78</tomcat.version>
 		<ical4j.version>4.0.0-beta8</ical4j.version>
 		<cxf.version>3.6.1</cxf.version>
 		<io.prometheus.version>0.16.0</io.prometheus.version>
@@ -1600,6 +1601,11 @@
 					<artifactId>swagger-maven-plugin</artifactId>
 					<version>${swagger-plugin.version}</version>
 				</plugin>
+				<plugin>
+					<groupId>org.codehaus.mojo</groupId>
+					<artifactId>versions-maven-plugin</artifactId>
+					<version>${versions-maven-plugin.version}</version>
+				</plugin>
 			</plugins>
 		</pluginManagement>
 	</build>