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/06 18:46:50 UTC

[maven-integration-testing] branch MNG-5937 updated: Update Maven Verifier

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

rfscholte pushed a commit to branch MNG-5937
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git


The following commit(s) were added to refs/heads/MNG-5937 by this push:
     new 3c739f5  Update Maven Verifier
3c739f5 is described below

commit 3c739f545646ed84d953f94aec588471da793540
Author: rfscholte <rf...@apache.org>
AuthorDate: Wed May 6 20:46:36 2020 +0200

    Update Maven Verifier
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9ceb300..b15063d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@ under the License.
       <dependency>
         <groupId>org.apache.maven.shared</groupId>
         <artifactId>maven-verifier</artifactId>
-        <version>1.7.1</version>
+        <version>1.7.2</version>
       </dependency>
     </dependencies>
   </dependencyManagement>