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:19:43 UTC

[maven-apache-parent] branch master updated: [maven-release-plugin] prepare release apache-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 21e946f  [maven-release-plugin] prepare release apache-27
21e946f is described below

commit 21e946f10fbb1dea218b9b026f950e26bd676edb
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sun Jul 10 11:19:39 2022 +0200

    [maven-release-plugin] prepare release apache-27
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index dd9478a..5b957b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <!-- for more information, see the documentation of this POM: http://maven.apache.org/pom/asf/ -->
   <groupId>org.apache</groupId>
   <artifactId>apache</artifactId>
-  <version>27-SNAPSHOT</version>
+  <version>27</version>
   <packaging>pom</packaging>
 
   <name>The Apache Software Foundation</name>
@@ -63,7 +63,7 @@ under the License.
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-apache-parent.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-apache-parent.git</developerConnection>
     <url>https://github.com/apache/maven-apache-parent/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>apache-27</tag>
   </scm>
 
   <distributionManagement>
@@ -94,7 +94,7 @@ under the License.
     <surefire.version>2.22.2</surefire.version><!-- for surefire, failsafe and surefire-report -->
     <maven.plugin.tools.version>3.6.4</maven.plugin.tools.version><!-- for m-plugin-p and maven-plugin-annotations -->
     <assembly.tarLongFileMode>posix</assembly.tarLongFileMode>
-    <project.build.outputTimestamp>2022-04-09T17:39:33Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-07-10T09:19:36Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>