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/05/03 13:46:48 UTC

[maven-verifier] branch master updated: [maven-release-plugin] prepare for next development iteration

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 22c29f0  [maven-release-plugin] prepare for next development iteration
22c29f0 is described below

commit 22c29f089b71f630582f796ffe533e4e2ce3044c
Author: rfscholte <rf...@apache.org>
AuthorDate: Sun May 3 15:46:42 2020 +0200

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 706b07c..77b94ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,14 +28,14 @@
   </parent>
 
   <artifactId>maven-verifier</artifactId>
-  <version>1.7.2</version>
+  <version>1.7.3-SNAPSHOT</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:14Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-05-03T13:46:40Z</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>maven-verifier-1.7.2</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>