You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2009/09/17 00:09:37 UTC

svn commit: r815987 - in /maven/plugin-testing/branches/plugin-testing-mvn-3.x: maven-plugin-testing-tools/pom.xml pom.xml

Author: olamy
Date: Wed Sep 16 22:09:37 2009
New Revision: 815987

URL: http://svn.apache.org/viewvc?rev=815987&view=rev
Log:
align versions in the reactor.

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

Modified: maven/plugin-testing/branches/plugin-testing-mvn-3.x/maven-plugin-testing-tools/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-testing/branches/plugin-testing-mvn-3.x/maven-plugin-testing-tools/pom.xml?rev=815987&r1=815986&r2=815987&view=diff
==============================================================================
--- maven/plugin-testing/branches/plugin-testing-mvn-3.x/maven-plugin-testing-tools/pom.xml (original)
+++ maven/plugin-testing/branches/plugin-testing-mvn-3.x/maven-plugin-testing-tools/pom.xml Wed Sep 16 22:09:37 2009
@@ -60,9 +60,9 @@
       <version>2.0.10</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven.shared</groupId>
+      <groupId>org.apache.maven.plugin-testing</groupId>
       <artifactId>maven-test-tools</artifactId>
-      <version>1.0-alpha-2</version>
+      <version>2.0-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Modified: maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml?rev=815987&r1=815986&r2=815987&view=diff
==============================================================================
--- maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml (original)
+++ maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml Wed Sep 16 22:09:37 2009
@@ -167,7 +167,7 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-container-default</artifactId>
-        <version>1.1.0</version>
+        <version>1.2.1-SNAPSHOT</version>
       </dependency>    
     
       <dependency>
@@ -203,6 +203,14 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
           <version>2.4.3</version>
+          <configuration>
+            <systemProperties>
+              <property>
+                <name>java.io.tmpdir</name>
+                <value>${java.io.tmpdir}</value>
+              </property>
+            </systemProperties>
+          </configuration>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>