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

[maven-site] branch master updated: now working on Maven parent POM 36-SNAPSHOT

This is an automated email from the ASF dual-hosted git repository.

hboutemy 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 ce059e5  now working on Maven parent POM 36-SNAPSHOT
ce059e5 is described below

commit ce059e5b161d39434aaa4d0a7f2658c96159ed7f
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Thu Mar 3 08:02:58 2022 +0100

    now working on Maven parent POM 36-SNAPSHOT
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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