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 2013/08/25 19:33:28 UTC

svn commit: r1517345 - in /maven/plugins/trunk/maven-dependency-plugin/src/it: purge-local-repository-reresolve/invoker.properties purge-local-repository-version-range/invoker.properties

Author: rfscholte
Date: Sun Aug 25 17:33:28 2013
New Revision: 1517345

URL: http://svn.apache.org/r1517345
Log:
MNG-5366 not fixed, so excluding M3.1.0 for ITs which depend on this.

Modified:
    maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-reresolve/invoker.properties
    maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-version-range/invoker.properties

Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-reresolve/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-reresolve/invoker.properties?rev=1517345&r1=1517344&r2=1517345&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-reresolve/invoker.properties (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-reresolve/invoker.properties Sun Aug 25 17:33:28 2013
@@ -1,3 +1,3 @@
 invoker.goals = ${project.groupId}:${project.artifactId}:${project.version}:resolve ${project.groupId}:${project.artifactId}:${project.version}:purge-local-repository
 # [MNG-5366] Does not work in Maven 3.0.4 due to the resolveAlways operation not correctly forcing a new download
-invoker.maven.version = !3.0.4,!3.0.5
+invoker.maven.version = !3.0.4,!3.0.5,!3.1.0

Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-version-range/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-version-range/invoker.properties?rev=1517345&r1=1517344&r2=1517345&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-version-range/invoker.properties (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-version-range/invoker.properties Sun Aug 25 17:33:28 2013
@@ -1,3 +1,3 @@
 invoker.goals = ${project.groupId}:${project.artifactId}:${project.version}:purge-local-repository
 # [MNG-5366] Does not work in Maven 3.0.4 due to the resolveAlways operation not correctly forcing a new download
-invoker.maven.version = !3.0.4,!3.0.5
+invoker.maven.version = !3.0.4,!3.0.5,!3.1.0