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/07/03 21:52:29 UTC

[maven-reporting-exec] 03/04: [MSHARED-1103] Upgrade Maven Reporting API to 4.0.0-M2

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch version-next
in repository https://gitbox.apache.org/repos/asf/maven-reporting-exec.git

commit 9746c91ba97c234bfcd7df9d1dc328d38003e7cb
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Jul 3 23:46:51 2022 +0200

    [MSHARED-1103] Upgrade Maven Reporting API to 4.0.0-M2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 580ae7f..4d85aa5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-api</artifactId>
-      <version>4.0.0-M1</version>
+      <version>4.0.0-M2</version>
     </dependency>
 
     <!-- Maven -->