You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2013/10/11 18:24:09 UTC

svn commit: r1531346 - in /maven/plugin-testing/trunk: maven-plugin-testing-harness/pom.xml maven-plugin-testing-tools/pom.xml maven-test-tools/pom.xml pom.xml

Author: jvanzyl
Date: Fri Oct 11 16:24:09 2013
New Revision: 1531346

URL: http://svn.apache.org/r1531346
Log:
Updating for Maven 3.1.1 and some fixes for the Maven Android Plugin

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=1531346&r1=1531345&r2=1531346&view=diff
==============================================================================
--- maven/plugin-testing/trunk/maven-plugin-testing-harness/pom.xml (original)
+++ maven/plugin-testing/trunk/maven-plugin-testing-harness/pom.xml Fri Oct 11 16:24:09 2013
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugin-testing</groupId>
     <artifactId>maven-plugin-testing</artifactId>
-    <version>3.0-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-plugin-testing-harness</artifactId>

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=1531346&r1=1531345&r2=1531346&view=diff
==============================================================================
--- maven/plugin-testing/trunk/maven-plugin-testing-tools/pom.xml (original)
+++ maven/plugin-testing/trunk/maven-plugin-testing-tools/pom.xml Fri Oct 11 16:24:09 2013
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugin-testing</groupId>
     <artifactId>maven-plugin-testing</artifactId>
-    <version>3.0-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-plugin-testing-tools</artifactId>

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=1531346&r1=1531345&r2=1531346&view=diff
==============================================================================
--- maven/plugin-testing/trunk/maven-test-tools/pom.xml (original)
+++ maven/plugin-testing/trunk/maven-test-tools/pom.xml Fri Oct 11 16:24:09 2013
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugin-testing</groupId>
     <artifactId>maven-plugin-testing</artifactId>
-    <version>3.0-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-test-tools</artifactId>

Modified: maven/plugin-testing/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-testing/trunk/pom.xml?rev=1531346&r1=1531345&r2=1531346&view=diff
==============================================================================
--- maven/plugin-testing/trunk/pom.xml (original)
+++ maven/plugin-testing/trunk/pom.xml Fri Oct 11 16:24:09 2013
@@ -31,7 +31,7 @@ under the License.
 
   <groupId>org.apache.maven.plugin-testing</groupId>
   <artifactId>maven-plugin-testing</artifactId>
-  <version>3.0-SNAPSHOT</version>
+  <version>3.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Maven Plugin Testing</name>
@@ -114,7 +114,7 @@ under the License.
   </mailingLists>
 
   <prerequisites>
-    <maven>3.1.0</maven>
+    <maven>3.1.1</maven>
   </prerequisites>
 
   <modules>
@@ -144,7 +144,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <mavenVersion>3.1.0</mavenVersion>
+    <mavenVersion>3.1.1</mavenVersion>
     <plexusVersion>1.5.5</plexusVersion>
     <maven.site.path>plugin-testing-archives/LATEST</maven.site.path>
   </properties>
@@ -187,7 +187,7 @@ under the License.
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>3.0.10</version>
+        <version>3.0.15</version>
         <scope>provided</scope>
       </dependency>