You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/06/23 14:55:04 UTC

[maven-repository-plugin] 01/01: [MREPOSITORY-44] - Upgrade shared verifier

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

khmarbaise pushed a commit to branch MREPOSITORY-44
in repository https://gitbox.apache.org/repos/asf/maven-repository-plugin.git

commit cc622431e08763c77a71929b9e898bf39156e63d
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Jun 23 16:54:56 2018 +0200

    [MREPOSITORY-44] - Upgrade shared verifier
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1da3df9..dc5963e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,7 +149,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-verifier</artifactId>
-      <version>1.2</version>
+      <version>1.6</version>
       <scope>test</scope>
     </dependency>
   </dependencies>