prepare ASF parent POM release 26
diff --git a/site-pom.xml b/site-pom.xml
index 30e9541..363a620 100644
--- a/site-pom.xml
+++ b/site-pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>26-SNAPSHOT</version>
+    <version>26</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 7c9c8d7..c369ae1 100644
--- a/src/site-docs/apt/index.apt.vm
+++ b/src/site-docs/apt/index.apt.vm
@@ -164,7 +164,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-25...master}diff}})
+  ({{{https://github.com/apache/maven-apache-parent/compare/apache-26...master}diff}})
 #end
 #macro ( display $version $date )
 #**##set( $prev = $version - 1 )
@@ -175,6 +175,8 @@
 *--------------+------------+
 || <<Version>> || <<Release Date>> ||
 *--------------+------------+
+#display( 26, '2022-04-09' )
+*--------------+------------+
 #display( 25, '2022-02-20' )
 *--------------+------------+
 #display( 24, '2021-07-13' )