You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/04/03 13:14:32 UTC

[maven-dependency-plugin] branch master updated: fix test (#44)

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

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 485e7ef  fix test (#44)
485e7ef is described below

commit 485e7efd4ad08b761f0991966a816f726ea59f96
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Fri Apr 3 09:14:26 2020 -0400

    fix test (#44)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ca5fc47..a43a36d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -242,7 +242,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-artifact-transfer</artifactId>
-      <version>0.12.0</version>
+      <version>0.11.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>