This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch parent-42 in repository https://gitbox.apache.org/repos/asf/maven-site.git
commit 4fc2c3ddda149e0e4457270f4891cc042f18dfda Author: Slawomir Jaranowski <[email protected]> AuthorDate: Tue Nov 28 12:52:47 2023 +0100 Use next parent version - 42-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0e75f889..cfc95f9e 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>41-SNAPSHOT</version> + <version>42-SNAPSHOT</version> <relativePath /> </parent>
