You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/03/27 21:00:38 UTC

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

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

rfscholte 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 3c56307  [maven-release-plugin] prepare release maven-verifier-1.7.0
3c56307 is described below

commit 3c56307d655f9be81e13951dbdde01e0b5829066
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri Mar 27 22:00:32 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index ed1924d..2eaa5c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,11 +24,11 @@
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
     <version>33</version>
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <artifactId>maven-verifier</artifactId>
-  <version>1.7.0-SNAPSHOT</version>
+  <version>1.7.0</version>
 
   <name>Apache Maven Verifier Component</name>
   <description>Provides a test harness for Maven integration tests.</description>
@@ -47,7 +47,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.7.0</tag>
   </scm>
   <issueManagement>
     <system>jira</system>