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 a39be05  fixed missing version update
a39be05 is described below

commit a39be05806361524a5945039b58291c8cd6200a8
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Sun Aug 26 00:00:21 2018 +0200

    fixed missing version update
---
 maven-plugins/src/site-docs/apt/index.apt.vm           | 2 +-
 maven-shared-components/src/site-docs/apt/index.apt.vm | 2 +-
 maven-skins/src/site-docs/apt/index.apt.vm             | 2 +-
 src/site-docs/apt/index.apt.vm                         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/maven-plugins/src/site-docs/apt/index.apt.vm 
b/maven-plugins/src/site-docs/apt/index.apt.vm
index c9af5b0..3f97c25 100644
--- a/maven-plugins/src/site-docs/apt/index.apt.vm
+++ b/maven-plugins/src/site-docs/apt/index.apt.vm
@@ -56,7 +56,7 @@ mvn -Preporting site-deploy
 * History
 
 #if( $project.version.endsWith( "SNAPSHOT" ) )
-#**##set( $prev = 30 )
+#**##set( $prev = 32 )
   master: 
{{{https://github.com/apache/maven-parent/tree/master/maven-plugins/pom.xml}$project.version}}
   
({{{https://gitbox.apache.org/repos/asf?p=maven-parent.git;a=blobdiff;f=maven-plugins/pom.xml;hb=master;hpb=maven-parent-$prev}diff}})
 #end
diff --git a/maven-shared-components/src/site-docs/apt/index.apt.vm 
b/maven-shared-components/src/site-docs/apt/index.apt.vm
index 7e0312f..8796915 100644
--- a/maven-shared-components/src/site-docs/apt/index.apt.vm
+++ b/maven-shared-components/src/site-docs/apt/index.apt.vm
@@ -44,7 +44,7 @@ mvn -Preporting site-deploy
 * History
 
 #if( $project.version.endsWith( "SNAPSHOT" ) )
-#**##set( $prev = 30 )
+#**##set( $prev = 32 )
   master: 
{{{https://github.com/apache/maven-parent/tree/master/maven-shared-components/pom.xml}$project.version}}
   
({{{https://gitbox.apache.org/repos/asf?p=maven-parent.git;a=blobdiff;f=maven-shared-components/pom.xml;hb=master;hpb=maven-parent-$prev}diff}})
 #end
diff --git a/maven-skins/src/site-docs/apt/index.apt.vm 
b/maven-skins/src/site-docs/apt/index.apt.vm
index 4f01779..57f5b2b 100644
--- a/maven-skins/src/site-docs/apt/index.apt.vm
+++ b/maven-skins/src/site-docs/apt/index.apt.vm
@@ -34,7 +34,7 @@ Maven Skins Parent POM
 History
 
 #if( $project.version.endsWith( "SNAPSHOT" ) )
-#**##set( $prev = 30 )
+#**##set( $prev = 32 )
   master: 
{{{https://github.com/apache/maven-parent/tree/master/maven-skins/pom.xml}$project.version}}
   
({{{https://gitbox.apache.org/repos/asf?p=maven-parent.git;a=blobdiff;f=maven-skins/pom.xml;hb=master;hpb=maven-parent-$prev}diff}})
 #end
diff --git a/src/site-docs/apt/index.apt.vm b/src/site-docs/apt/index.apt.vm
index 62d157c..6082961 100644
--- a/src/site-docs/apt/index.apt.vm
+++ b/src/site-docs/apt/index.apt.vm
@@ -88,7 +88,7 @@ mvn scm-publish:publish-scm
 * History
 
 #if( $project.version.endsWith( "SNAPSHOT" ) )
-#**##set( $prev = 30 )
+#**##set( $prev = 32 )
   master: 
{{{https://github.com/apache/maven-parent/tree/master/pom.xml}$project.version}}
   
({{{https://gitbox.apache.org/repos/asf?p=maven-parent.git;a=blobdiff;f=pom.xml;hb=master;hpb=maven-parent-$prev}diff}},
   
{{{https://github.com/apache/maven-parent/compare/maven-parent-$prev...master}commits}})

Reply via email to