You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2012/09/24 16:39:29 UTC

svn commit: r1389411 - /maven/plugin-testing/branches/plugin-testing-mvn-2.x/maven-test-tools/pom.xml

Author: krosenvold
Date: Mon Sep 24 14:39:29 2012
New Revision: 1389411

URL: http://svn.apache.org/viewvc?rev=1389411&view=rev
Log:
o Updated easymock version on 2.x branch

Modified:
    maven/plugin-testing/branches/plugin-testing-mvn-2.x/maven-test-tools/pom.xml

Modified: maven/plugin-testing/branches/plugin-testing-mvn-2.x/maven-test-tools/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-testing/branches/plugin-testing-mvn-2.x/maven-test-tools/pom.xml?rev=1389411&r1=1389410&r2=1389411&view=diff
==============================================================================
--- maven/plugin-testing/branches/plugin-testing-mvn-2.x/maven-test-tools/pom.xml (original)
+++ maven/plugin-testing/branches/plugin-testing-mvn-2.x/maven-test-tools/pom.xml Mon Sep 24 14:39:29 2012
@@ -43,9 +43,9 @@ under the License.
       <artifactId>junit</artifactId>
     </dependency>
     <dependency>
-      <groupId>easymock</groupId>
+      <groupId>org.easymock</groupId>
       <artifactId>easymock</artifactId>
-      <version>1.2_Java1.3</version>
+      <version>2.5.2</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>