Skip to content

Commit

Permalink
prepare ASF parent POM release 25
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Feb 17, 2022
1 parent f77587d commit a6fedf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
4 changes: 3 additions & 1 deletion src/site-docs/apt/index.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand All @@ -175,6 +175,8 @@ History
*--------------+------------+
|| <<Version>> || <<Release Date>> ||
*--------------+------------+
#display( 25, '2022-02-20' )
*--------------+------------+
#display( 24, '2021-07-13' )
*--------------+------------+
#display( 23, '2020-01-25' )
Expand Down

0 comments on commit a6fedf9

Please sign in to comment.