This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch doxia-2.0.0 in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git
commit 592fdf193c296be0b37937486d725589bf537210 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 d53d19ba..a4cc30a1 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>