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/09/22 20:28:59 UTC

[maven-verifier] branch master updated: [maven-release-plugin] prepare release maven-verifier-2.0.0-M1

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-verifier.git


The following commit(s) were added to refs/heads/master by this push:
     new fd3890a  [maven-release-plugin] prepare release maven-verifier-2.0.0-M1
fd3890a is described below

commit fd3890aad121ef783c7dfeaadc1ba0b6f369729e
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Thu Sep 22 22:28:54 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index c9cb8ea..85d2810 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,14 +28,14 @@
   </parent>
 
   <artifactId>maven-verifier</artifactId>
-  <version>2.0.0-M1-SNAPSHOT</version>
+  <version>2.0.0-M1</version>
 
   <name>Apache Maven Verifier Component</name>
   <description>Provides a test harness for Maven integration tests.</description>
 
   <properties>
     <javaVersion>8</javaVersion>
-    <project.build.outputTimestamp>2022-03-19T12:57:53Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-09-22T20:28:45Z</project.build.outputTimestamp>
   </properties>
 
   <contributors>
@@ -48,7 +48,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-verifier.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-verifier.git</developerConnection>
     <url>https://github.com/apache/maven-verifier/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-verifier-2.0.0-M1</tag>
   </scm>
   <issueManagement>
     <system>Jira</system>