This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git
commit 65182eb36851411d2d6e8f6bb7d91d87c5358577 Author: Guillaume Nodet <[email protected]> AuthorDate: Mon Nov 14 23:50:13 2022 +0100 Prepare ASF parent POM release 28 --- 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 c94e6e7..eb3c516 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>28-SNAPSHOT</version> + <version>28</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 de5a6f0..8c0ee5f 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-27...master}diff}}) + ({{{https://github.com/apache/maven-apache-parent/compare/apache-28...master}diff}}) #end #macro ( display $version $date ) #**##set( $prev = $version - 1 ) @@ -175,6 +175,8 @@ History *--------------+------------+ || <<Version>> || <<Release Date>> || *--------------+------------+ +#display( 28, '2022-11-14' ) +*--------------+------------+ #display( 27, '2022-07-10' ) *--------------+------------+ #display( 26, '2022-04-09' )
