This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git
commit 6471c48cf9904eccbee0575fcfb011f05b5f3193 Author: Michael Osipov <[email protected]> AuthorDate: Sat Oct 14 00:11:43 2023 +0200 [MSITE-983] Upgrade to Maven Reporting API 4.0.0-M8 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2cac96c6..39e764a8 100644 --- a/pom.xml +++ b/pom.xml @@ -220,7 +220,7 @@ under the License. <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-api</artifactId> - <version>4.0.0-M7</version> + <version>4.0.0-M8</version> </dependency> <dependency> <groupId>org.apache.maven.reporting</groupId>
