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-parent.git
The following commit(s) were added to refs/heads/master by this push: new 4991441 updated parent to 32-SNAPSHOT to be able to publish LATEST site 4991441 is described below commit 4991441cb4984fb74a27b553eac1752efe2a9174 Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Mon Feb 5 08:31:08 2018 +0100 updated parent to 32-SNAPSHOT to be able to publish LATEST site --- doxia-tools/site-pom.xml | 2 +- maven-archetype-bundles/site-pom.xml | 2 +- maven-plugins/site-pom.xml | 2 +- maven-shared-components/site-pom.xml | 2 +- maven-skins/site-pom.xml | 2 +- site-pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doxia-tools/site-pom.xml b/doxia-tools/site-pom.xml index b60bc1f..5e1c531 100644 --- a/doxia-tools/site-pom.xml +++ b/doxia-tools/site-pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent.</artifactId> - <version>31</version> + <version>32-SNAPSHOT</version> <relativePath>../site-pom.xml</relativePath> </parent> diff --git a/maven-archetype-bundles/site-pom.xml b/maven-archetype-bundles/site-pom.xml index 683aa72..8efd98e 100644 --- a/maven-archetype-bundles/site-pom.xml +++ b/maven-archetype-bundles/site-pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent.</artifactId> - <version>31</version> + <version>32-SNAPSHOT</version> <relativePath>../site-pom.xml</relativePath> </parent> diff --git a/maven-plugins/site-pom.xml b/maven-plugins/site-pom.xml index ef250e7..6eeca26 100644 --- a/maven-plugins/site-pom.xml +++ b/maven-plugins/site-pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent.</artifactId> - <version>31</version> + <version>32-SNAPSHOT</version> <relativePath>../site-pom.xml</relativePath> </parent> diff --git a/maven-shared-components/site-pom.xml b/maven-shared-components/site-pom.xml index 4610f5b..3d7c46c 100644 --- a/maven-shared-components/site-pom.xml +++ b/maven-shared-components/site-pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent.</artifactId> - <version>31</version> + <version>32-SNAPSHOT</version> <relativePath>../site-pom.xml</relativePath> </parent> diff --git a/maven-skins/site-pom.xml b/maven-skins/site-pom.xml index 926919b..b9af1f4 100644 --- a/maven-skins/site-pom.xml +++ b/maven-skins/site-pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent.</artifactId> - <version>31</version> + <version>32-SNAPSHOT</version> <relativePath>../site-pom.xml</relativePath> </parent> diff --git a/site-pom.xml b/site-pom.xml index 47e8c9d..abf31a2 100644 --- a/site-pom.xml +++ b/site-pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>31</version> + <version>32-SNAPSHOT</version> <relativePath>./pom.xml</relativePath> </parent> -- To stop receiving notification emails like this one, please contact hbout...@apache.org.