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/17 21:53:36 UTC

[maven-reporting-exec] 04/08: [MSHARED-1062] 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-reporting-exec.git

commit 0682df7c0b0cbc005feec1594c7807d75c537534
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Apr 17 23:37:00 2022 +0200

    [MSHARED-1062] 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 9c5673f..04685e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-api</artifactId>
-      <version>3.1.0</version>
+      <version>4.0.0-M1</version>
     </dependency>
 
     <!-- Maven -->