This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-archetypes.git
commit b8e6a1a51607ebc68603878570cbec23c39653c8 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Mon Jun 29 22:01:59 2026 +0200 Bump maven-site-plugin version to 3.22.0 --- .../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 90e459a..98079be 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.21.0</version> + <version>3.22.0</version> </plugin> <plugin> <artifactId>maven-project-info-reports-plugin</artifactId>
