Skip to content

Commit

Permalink
prepare documentation for release 37
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jul 20, 2022
1 parent 1ece037 commit 3848fa5
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion doxia-tools/site-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ under the License.
<!-- we need to have a different gav for pom.xml and site-pom.xml -->
<!-- dot at the end is on purpose -->
<artifactId>maven-parent.</artifactId>
<version>37-SNAPSHOT</version>
<version>37</version>
<relativePath>../site-pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion maven-extensions/site-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ under the License.
<!-- we need to have a different gav for pom.xml and site-pom.xml -->
<!-- dot at the end is on purpose -->
<artifactId>maven-parent.</artifactId>
<version>37-SNAPSHOT</version>
<version>37</version>
<relativePath>../site-pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion maven-plugins/site-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ under the License.
<!-- we need to have a different gav for pom.xml and site-pom.xml -->
<!-- dot at the end is on purpose -->
<artifactId>maven-parent.</artifactId>
<version>37-SNAPSHOT</version>
<version>37</version>
<relativePath>../site-pom.xml</relativePath>
</parent>

Expand Down
4 changes: 3 additions & 1 deletion maven-plugins/src/site-docs/apt/index.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ mvn -Preporting site-deploy
* History

#if( $project.version.endsWith( "SNAPSHOT" ) )
#**##set( $prev = 36 )
#**##set( $prev = 37 )
master: {{{https://github.com/apache/maven-parent/tree/master/maven-plugins/pom.xml}$project.version}}
({{{https://github.com/apache/maven-parent/compare/maven-parent-$prev...master#diff}diff}})
#end
Expand All @@ -72,6 +72,8 @@ mvn -Preporting site-deploy
*--------------+------------+
|| <<Version>> || <<Release Date>> ||
*--------------+------------+
#display( 37, '2022-07-20' )
*--------------+------------+
#display( 36, '2022-04-18' )
*--------------+------------+
#display( 35, '2022-03-02' )
Expand Down
2 changes: 1 addition & 1 deletion maven-shared-components/site-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ under the License.
<!-- we need to have a different gav for pom.xml and site-pom.xml -->
<!-- dot at the end is on purpose -->
<artifactId>maven-parent.</artifactId>
<version>37-SNAPSHOT</version>
<version>37</version>
<relativePath>../site-pom.xml</relativePath>
</parent>

Expand Down
4 changes: 3 additions & 1 deletion maven-shared-components/src/site-docs/apt/index.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ mvn -Preporting site-deploy
* History

#if( $project.version.endsWith( "SNAPSHOT" ) )
#**##set( $prev = 36 )
#**##set( $prev = 37 )
master: {{{https://github.com/apache/maven-parent/tree/master/maven-shared-components/pom.xml}$project.version}}
({{{https://github.com/apache/maven-parent/compare/maven-parent-$prev...master#diff}diff}})
#end
Expand All @@ -60,6 +60,8 @@ mvn -Preporting site-deploy
*--------------+------------+
|| <<Version>> || <<Release Date>> ||
*--------------+------------+
#display( 37, '2022-07-20' )
*--------------+------------+
#display( 36, '2022-04-18' )
*--------------+------------+
#display( 35, '2022-03-02' )
Expand Down
2 changes: 1 addition & 1 deletion maven-skins/site-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ under the License.
<!-- we need to have a different gav for pom.xml and site-pom.xml -->
<!-- dot at the end is on purpose -->
<artifactId>maven-parent.</artifactId>
<version>37-SNAPSHOT</version>
<version>37</version>
<relativePath>../site-pom.xml</relativePath>
</parent>

Expand Down
4 changes: 3 additions & 1 deletion maven-skins/src/site-docs/apt/index.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Maven Skins Parent POM
History

#if( $project.version.endsWith( "SNAPSHOT" ) )
#**##set( $prev = 36 )
#**##set( $prev = 37 )
master: {{{https://github.com/apache/maven-parent/tree/master/maven-skins/pom.xml}$project.version}}
({{{https://github.com/apache/maven-parent/compare/maven-parent-$prev...master#diff}diff}})
#end
Expand All @@ -47,6 +47,8 @@ History
*--------------+------------+
|| <<Version>> || <<Release Date>> ||
*--------------+------------+
#display( 37, '2022-07-20' )
*--------------+------------+
#display( 36, '2022-04-18' )
*--------------+------------+
#display( 35, '2022-03-02' )
Expand Down
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.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>37-SNAPSHOT</version>
<version>37</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 @@ -88,7 +88,7 @@ mvn scm-publish:publish-scm
* History

#if( $project.version.endsWith( "SNAPSHOT" ) )
#**##set( $prev = 36 )
#**##set( $prev = 37 )
master: {{{https://github.com/apache/maven-parent/tree/master/pom.xml}$project.version}}
({{{https://github.com/apache/maven-parent/compare/maven-parent-$prev...master#diff}diff}},
{{{https://github.com/apache/maven-parent/compare/maven-parent-$prev...master}commits}})
Expand All @@ -106,6 +106,8 @@ mvn scm-publish:publish-scm
*--------------+------------+
|| <<Version>> || <<Release Date>> ||
*--------------+------------+
#display( 37, '2022-07-20' )
*--------------+------------+
#display( 36, '2022-04-18' )
*--------------+------------+
#display( 35, '2022-03-02' )
Expand Down

0 comments on commit 3848fa5

Please sign in to comment.