This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push:
new 3541afb7 Use next parent version - 42-SNAPSHOT
3541afb7 is described below
commit 3541afb7b832aac5a51cceee7f1f764576be4c91
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>