You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2008/03/21 19:38:52 UTC

svn commit: r639753 - /maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3473PluginReportCrash/pom.xml

Author: brianf
Date: Fri Mar 21 11:38:51 2008
New Revision: 639753

URL: http://svn.apache.org/viewvc?rev=639753&view=rev
Log:
unlock the version so it tests compatibility with the latest.

Modified:
    maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3473PluginReportCrash/pom.xml

Modified: maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3473PluginReportCrash/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3473PluginReportCrash/pom.xml?rev=639753&r1=639752&r2=639753&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3473PluginReportCrash/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3473PluginReportCrash/pom.xml Fri Mar 21 11:38:51 2008
@@ -27,8 +27,7 @@
    <plugins>
      <plugin>
        <artifactId>maven-plugin-plugin</artifactId>
-       <!--only fails with 2.4, not 2.3-->
-       <version>2.4</version>
+       <!--only fails with 2.4, not 2.3 or 2.5-->
      </plugin>
    </plugins>
  </reporting>