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 2018/09/15 21:15:42 UTC

[maven-site] branch master updated: upgraded 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-site.git


The following commit(s) were added to refs/heads/master by this push:
     new cc0ead8  upgraded parent POM
cc0ead8 is described below

commit cc0ead853573a8e6ec79c109172d6a52efffe9e3
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Sep 15 23:15:40 2018 +0200

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

diff --git a/pom.xml b/pom.xml
index aca84f8..ed5dceb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>33-SNAPSHOT</version>
+    <version>34-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-site</artifactId>