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

commit 184ac3db9661e53880afb9db0f4f1df430c4937d
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Fri Mar 2 22:12:56 2018 +0100

    [MSITE-767] fixed issue caused by DOXIASITETOOLS-155 with old parent
---
 src/it/effective-site/pom.xml                | 2 +-
 src/it/full-reporting/pom.xml                | 2 +-
 src/it/full-reporting/verify.groovy          | 2 +-
 src/it/site-sd-stagingSiteURL/parent/pom.xml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/it/effective-site/pom.xml b/src/it/effective-site/pom.xml
index 2d2b899..f9a9168 100644
--- a/src/it/effective-site/pom.xml
+++ b/src/it/effective-site/pom.xml
@@ -27,7 +27,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>28</version>
+    <version>31</version>
   </parent>
 
   <groupId>org.apache.maven.plugins.site.its</groupId>
diff --git a/src/it/full-reporting/pom.xml b/src/it/full-reporting/pom.xml
index 7f1d6d7..a3acb33 100644
--- a/src/it/full-reporting/pom.xml
+++ b/src/it/full-reporting/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>21</version>
+    <version>31</version>
   </parent>
 
   <groupId>org.apache.maven.plugins.site.its</groupId>
diff --git a/src/it/full-reporting/verify.groovy 
b/src/it/full-reporting/verify.groovy
index cb209c7..4eaf07e 100644
--- a/src/it/full-reporting/verify.groovy
+++ b/src/it/full-reporting/verify.groovy
@@ -33,7 +33,7 @@ assert new File( sitedir, 'checkstyle.html' ).exists();
 assert new File( sitedir, 'cpd.html' ).exists();
 assert new File( sitedir, 'apidocs/index.html' ).exists();
 assert new File( sitedir, 'apidocs/org/apache/maven/plugins/site/its/App.html' 
).exists();
-assert new File( sitedir, 'cobertura/index.html' ).exists();
+//assert new File( sitedir, 'cobertura/index.html' ).exists();
 assert new File( sitedir, 'xref/index.html' ).exists();
 assert new File( sitedir, 'xref-test/index.html' ).exists();
 
diff --git a/src/it/site-sd-stagingSiteURL/parent/pom.xml 
b/src/it/site-sd-stagingSiteURL/parent/pom.xml
index 70d5896..324148e 100644
--- a/src/it/site-sd-stagingSiteURL/parent/pom.xml
+++ b/src/it/site-sd-stagingSiteURL/parent/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>21</version>
+    <version>31</version>
   </parent>
 
   <groupId>org.apache.maven.plugins.site.its</groupId>

-- 
To stop receiving notification emails like this one, please contact
hbout...@apache.org.

Reply via email to