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/02/12 22:58:07 UTC

[maven-site-plugin] 01/01: [MSITE-882] Upgrade Maven Reporting Exec to 1.6.0

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

michaelo pushed a commit to branch dependency-updates
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git

commit 26979ff74277d604444df4d2e6b8a9e8c63ff52a
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Tue Jan 25 23:26:45 2022 +0100

    [MSITE-882] Upgrade Maven Reporting Exec to 1.6.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f9e5f68..1bf8d26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -225,7 +225,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-exec</artifactId>
-      <version>1.5.1</version>
+      <version>1.6.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>