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 2020/06/14 16:17:47 UTC

[maven-studies] 01/02: update parent pom

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

hboutemy pushed a commit to branch maven-extension-demo
in repository https://gitbox.apache.org/repos/asf/maven-studies.git

commit b7d46ae294e1dbc4d0c96f94d40a8fe9fe22f41d
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Jun 14 18:14:03 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 291b640..b7c45bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>32</version>
+    <version>34</version>
   </parent>
 
   <groupId>org.apache.maven.demo</groupId>