This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch maven-site-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git
The following commit(s) were added to refs/heads/maven-site-plugin-3.x by this
push:
new 7dfd486e Bump parent pom to 45 (spotless/jdk25)
7dfd486e is described below
commit 7dfd486e1ac70eb570f31f048cc3a6f3f3b6195d
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Oct 19 16:35:10 2025 +0200
Bump parent pom to 45 (spotless/jdk25)
---
pom.xml | 11 +++--------
src/it/projects/effective-site/pom.xml | 2 +-
src/it/projects/full-reporting/pom.xml | 2 +-
src/it/projects/full-reporting/verify.groovy | 2 +-
4 files changed, 6 insertions(+), 11 deletions(-)
diff --git a/pom.xml b/pom.xml
index dd070e24..1774946c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
- <version>43</version>
+ <version>45</version>
<relativePath />
</parent>
@@ -295,6 +295,7 @@ under the License.
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
+ <version>${version.maven-plugin-tools}</version>
<scope>provided</scope>
</dependency>
@@ -315,13 +316,7 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-i18n</artifactId>
- <version>1.0-beta-10</version>
- <exclusions>
- <exclusion>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-component-api</artifactId>
- </exclusion>
- </exclusions>
+ <version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
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();