You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2011/07/06 14:51:17 UTC

svn commit: r1143389 - /maven/plugins/trunk/maven-dependency-plugin/pom.xml

Author: stephenc
Date: Wed Jul  6 12:51:17 2011
New Revision: 1143389

URL: http://svn.apache.org/viewvc?rev=1143389&view=rev
Log:
maven-plugin-testing-harness is a royal pain.

o 2.0-alpha-1 causes all the tests to blow up

o 1.2 has all the tests passing, not sure why it was on 1.3-SNAPSHOT when 1.2 works

o Downgrading to 1.2 as there never was a release of 1.3

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=1143389&r1=1143388&r2=1143389&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Wed Jul  6 12:51:17 2011
@@ -85,7 +85,7 @@ under the License.
   <properties>
     <mavenVersion>2.0.9</mavenVersion>
     <doxiaVersion>1.0</doxiaVersion>
-    <pluginTestingVersion>1.3-SNAPSHOT</pluginTestingVersion>
+    <pluginTestingVersion>1.2</pluginTestingVersion>
   </properties>
 
   <dependencies>