Author: rfscholte
Date: Mon Oct 15 21:10:58 2012
New Revision: 1398526
URL: http://svn.apache.org/viewvc?rev=1398526&view=rev
Log:
Upgrade pluginTestingVersion from 1.2 to 2.1
Upgrade maven-common-artifact-filters from 1.2. to 1.4
m-c-a-f used to pull in maven-plugin-testing-harness:1.1, which still seems to
be required.
Modified:
maven/plugins/trunk/maven-dependency-plugin/pom.xml
Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/pom.xml?rev=1398526&r1=1398525&r2=1398526&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Mon Oct 15 21:10:58 2012
@@ -53,7 +53,7 @@ under the License.
<properties>
<mavenVersion>2.0.9</mavenVersion>
<doxiaVersion>1.0</doxiaVersion>
- <pluginTestingVersion>1.2</pluginTestingVersion>
+ <pluginTestingVersion>2.1</pluginTestingVersion>
<mavenPluginPluginVersion>3.1</mavenPluginPluginVersion>
</properties>
@@ -160,7 +160,7 @@ under the License.
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-common-artifact-filters</artifactId>
- <version>1.2</version>
+ <version>1.4</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
@@ -201,6 +201,13 @@ under the License.
<version>3.8.2</version>
<scope>test</scope>
</dependency>
+ <dependency> <!-- this seems to be a critical dependency,
+ must be declared before org.apache.maven.plugin-testing so it's first on
the classpath -->
+ <groupId>org.apache.maven.shared</groupId>
+ <artifactId>maven-plugin-testing-harness</artifactId>
+ <version>1.1</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-tools</artifactId>