You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/12/11 19:14:41 UTC

[maven-apache-parent] branch master updated: Prepare ASF parent POM release 29

This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new e0591db  Prepare ASF parent POM release 29
e0591db is described below

commit e0591dbcd165d927be5853a4179bdcfdec2863c1
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sun Dec 11 20:13:39 2022 +0100

    Prepare ASF parent POM release 29
---
 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 03c9414..70c5737 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>29-SNAPSHOT</version>
+    <version>29</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 8c0ee5f..2ac7202 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-28...master}diff}})
+  ({{{https://github.com/apache/maven-apache-parent/compare/apache-29...master}diff}})
 #end
 #macro ( display $version $date )
 #**##set( $prev = $version - 1 )
@@ -175,6 +175,8 @@ History
 *--------------+------------+
 || <<Version>> || <<Release Date>> ||
 *--------------+------------+
+#display( 29, '2022-12-11' )
+*--------------+------------+
 #display( 28, '2022-11-14' )
 *--------------+------------+
 #display( 27, '2022-07-10' )