Skip to content

Commit

Permalink
Prepare ASF parent POM release 29
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Dec 11, 2022
1 parent ad6ee63 commit e0591db
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>29-SNAPSHOT</version>
<version>29</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-28...master}diff}})
({{{https://github.com/apache/maven-apache-parent/compare/apache-29...master}diff}})
#end
#macro ( display $version $date )
#**##set( $prev = $version - 1 )
Expand All @@ -175,6 +175,8 @@ History
*--------------+------------+
|| <<Version>> || <<Release Date>> ||
*--------------+------------+
#display( 29, '2022-12-11' )
*--------------+------------+
#display( 28, '2022-11-14' )
*--------------+------------+
#display( 27, '2022-07-10' )
Expand Down

0 comments on commit e0591db

Please sign in to comment.