Author: krosenvold
Date: Mon Sep 24 15:59:18 2012
New Revision: 1389449

URL: http://svn.apache.org/viewvc?rev=1389449&view=rev
Log:
o Updated dependencies to more modern versions

Modified:
    
maven/plugin-testing/branches/plugin-testing-mvn-2.x/maven-plugin-testing-harness/pom.xml
    
maven/plugin-testing/branches/plugin-testing-mvn-2.x/maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/stubs/ArtifactStub.java
    
maven/plugin-testing/branches/plugin-testing-mvn-2.x/maven-plugin-testing-tools/pom.xml
    
maven/plugin-testing/branches/plugin-testing-mvn-2.x/maven-test-tools/pom.xml
    maven/plugin-testing/branches/plugin-testing-mvn-2.x/pom.xml

Modified: 
maven/plugin-testing/branches/plugin-testing-mvn-2.x/maven-plugin-testing-harness/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugin-testing/branches/plugin-testing-mvn-2.x/maven-plugin-testing-harness/pom.xml?rev=1389449&r1=1389448&r2=1389449&view=diff
==============================================================================
--- 
maven/plugin-testing/branches/plugin-testing-mvn-2.x/maven-plugin-testing-harness/pom.xml
 (original)
+++ 
maven/plugin-testing/branches/plugin-testing-mvn-2.x/maven-plugin-testing-harness/pom.xml
 Mon Sep 24 15:59:18 2012
@@ -67,7 +67,6 @@ under the License.
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-settings</artifactId>
-      <version>2.0.4</version>
     </dependency>
 
     <!-- plexus -->
@@ -78,7 +77,6 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>1.0-alpha-7</version>
     </dependency>
   </dependencies>
 

Modified: 
maven/plugin-testing/branches/plugin-testing-mvn-2.x/maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/stubs/ArtifactStub.java
URL: 
http://svn.apache.org/viewvc/maven/plugin-testing/branches/plugin-testing-mvn-2.x/maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/stubs/ArtifactStub.java?rev=1389449&r1=1389448&r2=1389449&view=diff
==============================================================================
--- 
maven/plugin-testing/branches/plugin-testing-mvn-2.x/maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/stubs/ArtifactStub.java
 (original)
+++ 
maven/plugin-testing/branches/plugin-testing-mvn-2.x/maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/stubs/ArtifactStub.java
 Mon Sep 24 15:59:18 2012
@@ -62,11 +62,17 @@ public class ArtifactStub
      *
      * @see java.lang.Comparable#compareTo(java.lang.Object)
      */
-    public int compareTo( Object object )
+    public int compareTo( Artifact artifact )
     {
         return 0;
     }
 
+
+    public ArtifactMetadata getMetadata( Class<?> aClass )
+    {
+        return null;
+    }
+
     /** {@inheritDoc} */
     public String getGroupId()
     {

Modified: 
maven/plugin-testing/branches/plugin-testing-mvn-2.x/maven-plugin-testing-tools/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugin-testing/branches/plugin-testing-mvn-2.x/maven-plugin-testing-tools/pom.xml?rev=1389449&r1=1389448&r2=1389449&view=diff
==============================================================================
--- 
maven/plugin-testing/branches/plugin-testing-mvn-2.x/maven-plugin-testing-tools/pom.xml
 (original)
+++ 
maven/plugin-testing/branches/plugin-testing-mvn-2.x/maven-plugin-testing-tools/pom.xml
 Mon Sep 24 15:59:18 2012
@@ -48,6 +48,10 @@ under the License.
       <artifactId>plexus-utils</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-interpolation</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-settings</artifactId>
     </dependency>

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=1389449&r1=1389448&r2=1389449&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 15:59:18 2012
@@ -45,7 +45,6 @@ under the License.
     <dependency>
       <groupId>org.easymock</groupId>
       <artifactId>easymock</artifactId>
-      <version>2.5.2</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

Modified: maven/plugin-testing/branches/plugin-testing-mvn-2.x/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugin-testing/branches/plugin-testing-mvn-2.x/pom.xml?rev=1389449&r1=1389448&r2=1389449&view=diff
==============================================================================
--- maven/plugin-testing/branches/plugin-testing-mvn-2.x/pom.xml (original)
+++ maven/plugin-testing/branches/plugin-testing-mvn-2.x/pom.xml Mon Sep 24 
15:59:18 2012
@@ -114,7 +114,7 @@ under the License.
   </mailingLists>
 
   <properties>
-    <mavenVersion>2.0.6</mavenVersion>
+    <mavenVersion>2.2.1</mavenVersion>
   </properties>
 
   <prerequisites>
@@ -193,7 +193,22 @@ under the License.
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>1.5.1</version>
+        <version>3.0.8</version>
+      </dependency>
+      <dependency>
+        <groupId>org.codehaus.plexus</groupId>
+        <artifactId>plexus-interpolation</artifactId>
+        <version>1.15</version>
+      </dependency>
+      <dependency>
+        <groupId>org.codehaus.plexus</groupId>
+        <artifactId>plexus-archiver</artifactId>
+        <version>2.2</version>
+      </dependency>
+      <dependency>
+        <groupId>org.easymock</groupId>
+        <artifactId>easymock</artifactId>
+        <version>2.5.2</version>
       </dependency>
     </dependencies>
   </dependencyManagement>


Reply via email to