You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/11/30 09:47:57 UTC

[maven-site-plugin] branch master updated: [MSITE-918] Upgrade Maven Reporting API to 4.0.0-M3

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


The following commit(s) were added to refs/heads/master by this push:
     new 94b8b161 [MSITE-918] Upgrade Maven Reporting API to 4.0.0-M3
94b8b161 is described below

commit 94b8b161da3ca7a0bcf4617d6dd54d26b2d84027
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Nov 30 10:47:42 2022 +0100

    [MSITE-918] Upgrade Maven Reporting API to 4.0.0-M3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7a9506b9..fa014487 100644
--- a/pom.xml
+++ b/pom.xml
@@ -222,7 +222,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-api</artifactId>
-      <version>4.0.0-M2</version>
+      <version>4.0.0-M3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>