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 2018/12/08 14:24:24 UTC

[maven-archetypes] branch master updated: [MARCHETYPES-64] fixed test after m-site-p version upgrade

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-archetypes.git


The following commit(s) were added to refs/heads/master by this push:
     new be3ff82  [MARCHETYPES-64] fixed test after m-site-p version upgrade
be3ff82 is described below

commit be3ff82337b81a9918e4360beb6ed43838147ce3
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Dec 8 15:24:23 2018 +0100

    [MARCHETYPES-64] fixed test after m-site-p version upgrade
---
 .../src/test/resources/projects/it-basic/reference/pom.xml              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-archetype-site-simple/src/test/resources/projects/it-basic/reference/pom.xml b/maven-archetype-site-simple/src/test/resources/projects/it-basic/reference/pom.xml
index 4a3f680..a5bce4e 100644
--- a/maven-archetype-site-simple/src/test/resources/projects/it-basic/reference/pom.xml
+++ b/maven-archetype-site-simple/src/test/resources/projects/it-basic/reference/pom.xml
@@ -32,7 +32,7 @@
         </plugin>
         <plugin>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.7</version>
+          <version>3.7.1</version>
         </plugin>
         <plugin>
           <artifactId>maven-project-info-reports-plugin</artifactId>