You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/06/12 14:08:08 UTC

[maven-doxia-site] branch master updated: Use 35-SNAPSHOT parent

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

slachiewicz 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 f4b141e  Use 35-SNAPSHOT parent
f4b141e is described below

commit f4b141e355049642fc4f3ea645ea8dbef00eb58f
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Jun 12 16:07:03 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 9066251..8fb0e60 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>34</version>
+    <version>35-SNAPSHOT</version>
     <relativePath/>
   </parent>