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/03/19 12:57:48 UTC

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

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 48aaff7  [maven-release-plugin] prepare release maven-verifier-1.8.0
48aaff7 is described below

commit 48aaff7cdb0c9766e820ce74eb0d548ea79d265c
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sat Mar 19 13:57:45 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 98162e0..9a43dde 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,14 +28,14 @@
   </parent>
 
   <artifactId>maven-verifier</artifactId>
-  <version>1.8.0-SNAPSHOT</version>
+  <version>1.8.0</version>
 
   <name>Apache Maven Verifier Component</name>
   <description>Provides a test harness for Maven integration tests.</description>
 
   <properties>
     <javaVersion>7</javaVersion>
-    <project.build.outputTimestamp>2020-05-03T13:46:40Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-03-19T12:57:38Z</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-1.8.0</tag>
   </scm>
   <issueManagement>
     <system>Jira</system>