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 22:21:46 UTC

svn commit: r639850 - /maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0020/pom.xml

Author: brianf
Date: Fri Mar 21 14:21:45 2008
New Revision: 639850

URL: http://svn.apache.org/viewvc?rev=639850&view=rev
Log:
this was fixed by John's changes for MNG-3473

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

Modified: maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0020/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0020/pom.xml?rev=639850&r1=639849&r2=639850&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0020/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0020/pom.xml Fri Mar 21 14:21:45 2008
@@ -17,12 +17,11 @@
     <plugins>
       <plugin>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>2.3</version>
         <dependencies>
           <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-plugin-tools-beanshell</artifactId>
-            <version>2.1</version>
+            <version>2.0</version>
           </dependency>
         </dependencies>
       </plugin>