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/04/06 21:28:29 UTC

[maven-integration-testing] branch update-maven-verifier updated: Update maven-verifier to 1.7.1

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

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


The following commit(s) were added to refs/heads/update-maven-verifier by this push:
     new 7e0f27d  Update maven-verifier to 1.7.1
7e0f27d is described below

commit 7e0f27d03d67f3d05d7e77c9a72fe71187802af0
Author: rfscholte <rf...@apache.org>
AuthorDate: Mon Apr 6 23:28:17 2020 +0200

    Update maven-verifier to 1.7.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 88c391e..9ceb300 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.0</version>
+        <version>1.7.1</version>
       </dependency>
     </dependencies>
   </dependencyManagement>