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/04/11 08:32:28 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2757] maven-site-plugin downgraded

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 ecf5d1ef4 [OPENMEETINGS-2757] maven-site-plugin downgraded
ecf5d1ef4 is described below

commit ecf5d1ef4aa9a598b3327d6abb71dbf4723c4724
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Tue Apr 11 15:32:18 2023 +0700

    [OPENMEETINGS-2757] maven-site-plugin downgraded
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bf40d4739..042e3756f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
 		<!-- plugin versions -->
 		<maven-javadoc-plugin.version>3.5.0</maven-javadoc-plugin.version>
 		<maven-surefire-plugin.version>3.0.0</maven-surefire-plugin.version>
-		<maven-site-plugin.version>4.0.0-M7</maven-site-plugin.version>
+		<maven-site-plugin.version>4.0.0-M5</maven-site-plugin.version>
 		<exec-maven-plugin.version>3.1.0</exec-maven-plugin.version>
 		<minify-maven-plugin.version>1.7.6</minify-maven-plugin.version>
 		<maven-enforcer-plugin.version>3.3.0</maven-enforcer-plugin.version>