This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch spotless2 in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git
commit dbd4d507a7672ddcc98797f9965b1199c48847f6 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Oct 19 16:35:10 2025 +0200 Bump its parent pom to 45 (spotless/jdk25) --- src/it/projects/effective-site/pom.xml | 2 +- src/it/projects/full-reporting/pom.xml | 2 +- src/it/projects/full-reporting/verify.groovy | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/it/projects/effective-site/pom.xml b/src/it/projects/effective-site/pom.xml index d7898fe1..86083dbc 100644 --- a/src/it/projects/effective-site/pom.xml +++ b/src/it/projects/effective-site/pom.xml @@ -27,7 +27,7 @@ under the License. <parent> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugins</artifactId> - <version>43</version> + <version>45</version> </parent> <groupId>org.apache.maven.plugins.site.its</groupId> diff --git a/src/it/projects/full-reporting/pom.xml b/src/it/projects/full-reporting/pom.xml index 30f726f9..2b645888 100644 --- a/src/it/projects/full-reporting/pom.xml +++ b/src/it/projects/full-reporting/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>43</version> + <version>45</version> </parent> <groupId>org.apache.maven.plugins.site.its</groupId> diff --git a/src/it/projects/full-reporting/verify.groovy b/src/it/projects/full-reporting/verify.groovy index deaa154e..023b4c8d 100644 --- a/src/it/projects/full-reporting/verify.groovy +++ b/src/it/projects/full-reporting/verify.groovy @@ -27,7 +27,7 @@ assert content.contains( 'Tests run: 1, Failures: 0, Errors: 0, Skipped: 0' ); sitedir = new File( basedir, 'target/site' ); -assert new File( sitedir, 'surefire-report.html' ).exists(); +assert new File( sitedir, 'surefire.html' ).exists(); assert new File( sitedir, 'index.html' ).exists(); assert new File( sitedir, 'checkstyle.html' ).exists(); assert new File( sitedir, 'cpd.html' ).exists();
