You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/06/19 22:43:28 UTC

[maven-site-plugin] branch master updated: [MSITE-863] fix Maven < 3.6.1 compatibility issue

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5179a4d  [MSITE-863] fix Maven < 3.6.1 compatibility issue
5179a4d is described below

commit 5179a4d5b708f5ab5546edfb0fb2d6313b018ba4
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Jun 20 00:43:23 2020 +0200

    [MSITE-863] fix Maven < 3.6.1 compatibility issue
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e1c88df..563b155 100644
--- a/pom.xml
+++ b/pom.xml
@@ -222,7 +222,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-exec</artifactId>
-      <version>1.5-SNAPSHOT</version><!-- MSITE-863/MSHARED-921 -->
+      <version>1.5.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>