You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/04/22 07:03:32 UTC

[maven-site] branch master updated: Use current snapshot of parent

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 8c789678 Use current snapshot of parent
8c789678 is described below

commit 8c7896789226d091912bfc80ce2be0235f4a788c
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Fri Apr 22 09:01:31 2022 +0200

    Use current snapshot of parent
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 07966b46..d9a42e09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>36-SNAPSHOT</version>
+    <version>37-SNAPSHOT</version>
     <relativePath />
   </parent>