This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch MPOM-478 in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git
commit 60722cd1348cfc437a2a4ae4ab690b4b0ac5621c Author: Slawomir Jaranowski <[email protected]> AuthorDate: Sat Apr 6 23:31:04 2024 +0200 [MPOM-478] Remove manually maintained history from site --- src/site-docs/apt/index.apt.vm | 66 ------------------------------------------ 1 file changed, 66 deletions(-) diff --git a/src/site-docs/apt/index.apt.vm b/src/site-docs/apt/index.apt.vm index b53c1dd..9ecadd8 100644 --- a/src/site-docs/apt/index.apt.vm +++ b/src/site-docs/apt/index.apt.vm @@ -168,69 +168,3 @@ Settings Configuration {{{https://www.apache.org/dev/publishing-maven-artifacts.html}Publishing Maven Artifacts}}. You can test your environment setup using <<<-Papache-release>>> with the command line. - -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-30...master}diff}}) -#end -#macro ( display $version $date ) -#**##set( $prev = $version - 1 ) -| {{{https://github.com/apache/maven-apache-parent/tree/apache-$version/pom.xml}$version}} -| ({{{https://github.com/apache/maven-apache-parent/compare/apache-$prev...apache-$version}diff}}) | $date | -#end - -*--------------+------------+ -|| <<Version>> || <<Release Date>> || -*--------------+------------+ -#display( 31, '2023-11-08' ) -*--------------+------------+ -#display( 30, '2023-06-11' ) -*--------------+------------+ -#display( 29, '2022-12-11' ) -*--------------+------------+ -#display( 28, '2022-11-14' ) -*--------------+------------+ -#display( 27, '2022-07-10' ) -*--------------+------------+ -#display( 26, '2022-04-09' ) -*--------------+------------+ -#display( 25, '2022-02-20' ) -*--------------+------------+ -#display( 24, '2021-07-13' ) -*--------------+------------+ -#display( 23, '2020-01-25' ) -*--------------+------------+ -#display( 22, '2020-01-08' ) -*--------------+------------+ -#display( 21, '2018-08-21' ) -*--------------+------------+ -#display( 20, '2018-07-07' ) -*--------------+------------+ -#display( 19, '2018-01-24' ) -*--------------+------------+ -#display( 18, '2016-05-18' ) -*--------------+------------+ -#display( 17, '2015-04-24' ) -*--------------+------------+ -#display( 16, '2014-11-13' ) -*--------------+------------+ -#display( 15, '2014-09-24' ) -*--------------+------------+ -#display( 14, '2014-03-06' ) -*--------------+------------+ -#display( 13, '2013-01-20' ) -*--------------+------------+ -#display( 12, '2012-11-01' ) -*--------------+------------+ -#display( 11, '2012-08-08' ) -*--------------+------------+ -#display( 10, '2011-08-09' ) -*--------------+------------+ -#display( 9, '2011-02-15' ) -*--------------+------------+ -#display( 8, '2010-11-26' ) -*--------------+------------+ -#display( 7, '2009-12-29' ) -*--------------+------------+
