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/04/24 11:30:15 UTC

[maven-site-plugin] 03/05: [MSITE-893] Upgrade Maven Reporting API to 4.0.0-M1

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 f677ec46b66995ceefb45705a038a74ceff1dc98
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Apr 24 13:06:24 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index efc1ef1a..8d75da03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -219,7 +219,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-api</artifactId>
-      <version>3.1.0</version>
+      <version>4.0.0-M1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>