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/07/10 09:15:19 UTC

[maven-apache-parent] branch master updated: prepare ASF parent POM release 27

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 40e91d1  prepare ASF parent POM release 27
40e91d1 is described below

commit 40e91d1c8f89dfd04172b28a157954c10093ab65
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sun Jul 10 11:14:54 2022 +0200

    prepare ASF parent POM release 27
---
 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 3194bae..457afec 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>27-SNAPSHOT</version>
+    <version>27</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 c369ae1..de5a6f0 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-26...master}diff}})
+  ({{{https://github.com/apache/maven-apache-parent/compare/apache-27...master}diff}})
 #end
 #macro ( display $version $date )
 #**##set( $prev = $version - 1 )
@@ -175,6 +175,8 @@ History
 *--------------+------------+
 || <<Version>> || <<Release Date>> ||
 *--------------+------------+
+#display( 27, '2022-07-10' )
+*--------------+------------+
 #display( 26, '2022-04-09' )
 *--------------+------------+
 #display( 25, '2022-02-20' )