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 2022/02/17 22:07:40 UTC

[maven-apache-parent] branch master updated: prepare ASF parent POM release 25

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 a6fedf9  prepare ASF parent POM release 25
a6fedf9 is described below

commit a6fedf90f8bf6fb102a27e7896841b8d2c492996
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Thu Feb 17 23:07:38 2022 +0100

    prepare ASF parent POM release 25
---
 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 b5120a9..ef6bdaa 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>25-SNAPSHOT</version>
+    <version>25</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 06be17f..7c9c8d7 100644
--- a/src/site-docs/apt/index.apt.vm
+++ b/src/site-docs/apt/index.apt.vm
@@ -164,7 +164,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-24...master}diff}})
+  ({{{https://github.com/apache/maven-apache-parent/compare/apache-25...master}diff}})
 #end
 #macro ( display $version $date )
 #**##set( $prev = $version - 1 )
@@ -175,6 +175,8 @@ History
 *--------------+------------+
 || <<Version>> || <<Release Date>> ||
 *--------------+------------+
+#display( 25, '2022-02-20' )
+*--------------+------------+
 #display( 24, '2021-07-13' )
 *--------------+------------+
 #display( 23, '2020-01-25' )