Author: krosenvold
Date: Sat Sep 22 19:54:25 2012
New Revision: 1388881

URL: http://svn.apache.org/viewvc?rev=1388881&view=rev
Log:
o Updated easymock to later version that works post jdk 1.5. Upped other deps 
too

Modified:
    maven/plugin-testing/trunk/maven-plugin-testing-harness/pom.xml
    maven/plugin-testing/trunk/maven-plugin-testing-tools/pom.xml
    maven/plugin-testing/trunk/maven-test-tools/pom.xml
    maven/plugin-testing/trunk/pom.xml

Modified: maven/plugin-testing/trunk/maven-plugin-testing-harness/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugin-testing/trunk/maven-plugin-testing-harness/pom.xml?rev=1388881&r1=1388880&r2=1388881&view=diff
==============================================================================
--- maven/plugin-testing/trunk/maven-plugin-testing-harness/pom.xml (original)
+++ maven/plugin-testing/trunk/maven-plugin-testing-harness/pom.xml Sat Sep 22 
19:54:25 2012
@@ -69,7 +69,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>1.0-alpha-7</version>
+      <version>2.2</version>
     </dependency>
   </dependencies>
 

Modified: maven/plugin-testing/trunk/maven-plugin-testing-tools/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugin-testing/trunk/maven-plugin-testing-tools/pom.xml?rev=1388881&r1=1388880&r2=1388881&view=diff
==============================================================================
--- maven/plugin-testing/trunk/maven-plugin-testing-tools/pom.xml (original)
+++ maven/plugin-testing/trunk/maven-plugin-testing-tools/pom.xml Sat Sep 22 
19:54:25 2012
@@ -61,7 +61,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-invoker</artifactId>
-      <version>2.0.10</version>
+      <version>2.0.11</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.plugin-testing</groupId>

Modified: maven/plugin-testing/trunk/maven-test-tools/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugin-testing/trunk/maven-test-tools/pom.xml?rev=1388881&r1=1388880&r2=1388881&view=diff
==============================================================================
--- maven/plugin-testing/trunk/maven-test-tools/pom.xml (original)
+++ maven/plugin-testing/trunk/maven-test-tools/pom.xml Sat Sep 22 19:54:25 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>

Modified: maven/plugin-testing/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugin-testing/trunk/pom.xml?rev=1388881&r1=1388880&r2=1388881&view=diff
==============================================================================
--- maven/plugin-testing/trunk/pom.xml (original)
+++ maven/plugin-testing/trunk/pom.xml Sat Sep 22 19:54:25 2012
@@ -177,7 +177,7 @@ under the License.
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>2.0.1</version>
+        <version>3.0.8</version>
       </dependency>    
     
       <dependency>


Reply via email to