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 2020/01/22 15:09:54 UTC

[maven-apache-parent] branch master updated: prepare next release documentation

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-apache-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new adc021b  prepare next release documentation
adc021b is described below

commit adc021bb692c552703991c3e8df3422c83cda53c
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Jan 22 16:09:49 2020 +0100

    prepare next release documentation
---
 site-pom.xml                   | 2 +-
 src/site-docs/apt/index.apt.vm | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/site-pom.xml b/site-pom.xml
index d42c1b1..733abe2 100644
--- a/site-pom.xml
+++ b/site-pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>23-SNAPSHOT</version>
+    <version>23</version>
     <relativePath>./pom.xml</relativePath>
   </parent>
 
diff --git a/src/site-docs/apt/index.apt.vm b/src/site-docs/apt/index.apt.vm
index 06d169a..11f808a 100644
--- a/src/site-docs/apt/index.apt.vm
+++ b/src/site-docs/apt/index.apt.vm
@@ -151,7 +151,7 @@ History
 
 #if( $project.version.endsWith( "SNAPSHOT" ) )
   master: {{{https://github.com/apache/maven-apache-parent/tree/master/pom.xml}$project.version}}
-  ({{{https://github.com/apache/maven-apache-parent/compare/apache-22...master}diff}})
+  ({{{https://github.com/apache/maven-apache-parent/compare/apache-23...master}diff}})
 #end
 #macro ( display $version $date )
 #**##set( $prev = $version - 1 )
@@ -162,6 +162,8 @@ History
 *--------------+------------+
 || <<Version>> || <<Release Date>> ||
 *--------------+------------+
+#display( 23, '2020-01-25' )
+*--------------+------------+
 #display( 22, '2020-01-08' )
 *--------------+------------+
 #display( 21, '2018-08-21' )