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

[maven-apache-parent] 02/02: [maven-release-plugin] prepare release apache-28

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

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

commit ad1aa022c7eee326f12f9cf75120b9f5bf3c0aee
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Mon Nov 14 23:50:44 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 116a3b7..0e5103b 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>28-SNAPSHOT</version>
+  <version>28</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-28</tag>
   </scm>
 
   <distributionManagement>
@@ -96,7 +96,7 @@ under the License.
     <surefire.version>2.22.2</surefire.version><!-- for surefire, failsafe and surefire-report -->
     <maven.plugin.tools.version>3.7.0</maven.plugin.tools.version><!-- for m-plugin-p and maven-plugin-annotations -->
     <assembly.tarLongFileMode>posix</assembly.tarLongFileMode>
-    <project.build.outputTimestamp>2022-07-10T09:19:48Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-11-14T22:50:41Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>