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 2023/02/11 12:14:58 UTC

[maven-site-plugin] 02/02: [MSITE-926] Upgrade to Maven Reporting API/Exec 4.0.0-M4

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

commit 95c565ad3fc5a8655f3e224d4e8103940f66ea62
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Feb 11 13:14:01 2023 +0100

    [MSITE-926] Upgrade to Maven Reporting API/Exec 4.0.0-M4
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 52ef6573..3724088c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -220,12 +220,12 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-api</artifactId>
-      <version>4.0.0-M3</version>
+      <version>4.0.0-M4</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-exec</artifactId>
-      <version>2.0.0-M3</version>
+      <version>2.0.0-M4</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>