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 11:43:01 UTC

[maven-reporting-impl] 05/05: [MSHARED-1059] 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-impl.git

commit d8766c1e471be7b2c498da66f699e3099e101e57
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Apr 17 10:28:34 2022 +0200

    [MSHARED-1059] 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 ee19518..6737b75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-api</artifactId>
-      <version>3.1.0</version>
+      <version>4.0.0-M1-SNAPSHOT</version>
     </dependency>
 
     <!-- Maven -->