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/01 18:26:28 UTC

[maven-verifier] branch master updated (d258bc3 -> cf5bf64)

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

rfscholte pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-verifier.git.


    from d258bc3  Apply try-with-resources and multi-catch
     add 0242a26  maven-verifier doesn't depend on maven dependencies, hence is maven independent. No reason to push version to 3.0.0
     add 305a9b5  [MSHARED-769] FileNotFoundException not thrown for unknown property file
     new cf5bf64  Packages have been changed, so make it 2.0.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                              |  2 +-
 .../org/apache/maven/shared/verifier/Verifier.java   | 16 +++-------------
 .../apache/maven/shared/verifier/VerifierTest.java   | 20 +++++++++++++++++---
 3 files changed, 21 insertions(+), 17 deletions(-)


[maven-verifier] 01/01: Packages have been changed, so make it 2.0.0

Posted by rf...@apache.org.
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

commit cf5bf64b7b81ed50bedf2e5778dbeb1c33547505
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri Nov 9 22:09:19 2018 +0100

    Packages have been changed, so make it 2.0.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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