You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/01/05 17:24:50 UTC

[maven-apache-parent] branch master updated: [maven-release-plugin] prepare release apache-22

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

hboutemy 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 bbaeeda  [maven-release-plugin] prepare release apache-22
bbaeeda is described below

commit bbaeeda03f7a1b048287ef746103f59d8599c9ca
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Jan 5 18:24:41 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 4e9ec33..b7bdcd8 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>22-SNAPSHOT</version>
+  <version>22</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-22</tag>
   </scm>
 
   <distributionManagement>
@@ -92,7 +92,7 @@ under the License.
     <maven.compiler.target>1.7</maven.compiler.target>
     <surefire.version>2.22.0</surefire.version>
     <assembly.tarLongFileMode>posix</assembly.tarLongFileMode>
-    <project.build.outputTimestamp>2019-10-02T08:04:00Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-01-05T17:24:32Z</project.build.outputTimestamp>
   </properties>
 
   <repositories>