You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/03/25 20:22:20 UTC

[maven-resolver] 01/01: update parent

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

elharo pushed a commit to branch parent
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git

commit dc6dd6d6599dc16457ebf44cf8eef0c2f9f56bff
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Wed Mar 25 16:22:02 2020 -0400

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

diff --git a/pom.xml b/pom.xml
index e8cdc8f..856e1b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>33</version>
+    <version>34</version>
   </parent>
 
   <groupId>org.apache.maven.resolver</groupId>