prepare next release documentation
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 @@
   <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 @@
 
 #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 @@
 *--------------+------------+
 || <<Version>> || <<Release Date>> ||
 *--------------+------------+
+#display( 23, '2020-01-25' )
+*--------------+------------+
 #display( 22, '2020-01-08' )
 *--------------+------------+
 #display( 21, '2018-08-21' )