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 16:25:51 UTC

[maven-verifier] branch master updated: Bump project version to 2.0.0-M1-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 b0006cf  Bump project version to 2.0.0-M1-SNAPSHOT
b0006cf is described below

commit b0006cf52803d06b62d210a6c7f083b564d197d5
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Thu Sep 22 18:24:32 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 15f6acb..c9cb8ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-verifier</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0-M1-SNAPSHOT</version>
 
   <name>Apache Maven Verifier Component</name>
   <description>Provides a test harness for Maven integration tests.</description>