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/07 07:08:29 UTC

[maven-doxia-site] branch master updated: use latest SNAPSHOT parent pom

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-doxia-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 056cc91  use latest SNAPSHOT parent pom
056cc91 is described below

commit 056cc91ebce24c2709e31b97d4678dab17eef282
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon Mar 7 08:08:23 2022 +0100

    use latest SNAPSHOT parent pom
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9fec5e0..c94a403 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>35</version>
+    <version>36-SNAPSHOT</version>
     <relativePath/>
   </parent>