This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch shared-maven-artifact-transfer in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
commit a316e2654b8cb7f09f4c5b56e86ffd5b46e65878 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Fri Feb 7 18:11:07 2020 +0100 [MSHARED-850] Run tests with maven-dependency-tree snapshot --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d04da06..7e0ed60 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ under the License. <artifactId>maven-plugins</artifactId> <groupId>org.apache.maven.plugins</groupId> <version>34</version> - <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath> + <relativePath/> </parent> <artifactId>maven-dependency-plugin</artifactId> @@ -230,7 +230,7 @@ under the License. <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-dependency-tree</artifactId> - <version>3.0.1</version> + <version>3.1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.maven.shared</groupId>