This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch maven-site-plugin-3.x in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git
commit efd8a57a15e7fb49d05068533de72df8291b25ed Author: Michael Osipov <micha...@apache.org> AuthorDate: Wed Oct 16 09:17:25 2024 +0200 [MSITE-1022] Upgrade to Maven Reporting Exec 2.0.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5033bca3..5044de96 100644 --- a/pom.xml +++ b/pom.xml @@ -224,7 +224,7 @@ under the License. <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-exec</artifactId> - <version>2.0.0-M14</version> + <version>2.0.0</version> </dependency> <dependency> <groupId>org.apache.maven.shared</groupId>