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/08 20:52:51 UTC

[maven-verifier] branch master updated: Bump project version to 1.8.0-SNAPSHOT

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 184c920  Bump project version to 1.8.0-SNAPSHOT
184c920 is described below

commit 184c92030a79ae3af569a3efe60b05d25a9c5559
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Tue Mar 8 21:32:35 2022 +0100

    Bump project version to 1.8.0-SNAPSHOT
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9be8c2a..b45c088 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-verifier</artifactId>
-  <version>1.7.3-SNAPSHOT</version>
+  <version>1.8.0-SNAPSHOT</version>
 
   <name>Apache Maven Verifier Component</name>
   <description>Provides a test harness for Maven integration tests.</description>