Author: brett
Date: Fri Jun  1 19:40:26 2007
New Revision: 543697

URL: http://svn.apache.org/viewvc?view=rev&rev=543697
Log:
using a different version so that those successfully using it can continue to 
do so

Modified:
    
maven/sandbox/branches/surefire/surefire-collaboration/maven-surefire-plugin/pom.xml
    
maven/sandbox/branches/surefire/surefire-collaboration/maven-surefire-report-plugin/pom.xml
    maven/sandbox/branches/surefire/surefire-collaboration/pom.xml
    maven/sandbox/branches/surefire/surefire-collaboration/surefire-api/pom.xml
    
maven/sandbox/branches/surefire/surefire-collaboration/surefire-booter/pom.xml
    
maven/sandbox/branches/surefire/surefire-collaboration/surefire-providers/pom.xml
    
maven/sandbox/branches/surefire/surefire-collaboration/surefire-providers/surefire-junit/pom.xml
    
maven/sandbox/branches/surefire/surefire-collaboration/surefire-providers/surefire-junit4/pom.xml
    
maven/sandbox/branches/surefire/surefire-collaboration/surefire-providers/surefire-testng/pom.xml

Modified: 
maven/sandbox/branches/surefire/surefire-collaboration/maven-surefire-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/surefire/surefire-collaboration/maven-surefire-plugin/pom.xml?view=diff&rev=543697&r1=543696&r2=543697
==============================================================================
--- 
maven/sandbox/branches/surefire/surefire-collaboration/maven-surefire-plugin/pom.xml
 (original)
+++ 
maven/sandbox/branches/surefire/surefire-collaboration/maven-surefire-plugin/pom.xml
 Fri Jun  1 19:40:26 2007
@@ -22,14 +22,14 @@
   <parent>
     <artifactId>surefire</artifactId>
     <groupId>org.apache.maven.surefire</groupId>
-    <version>2.4-SNAPSHOT</version>
+    <version>2.4-collab-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-surefire-plugin</artifactId>
   <groupId>org.apache.maven.plugins</groupId>
   <packaging>maven-plugin</packaging>
   <name>Maven Surefire Plugin</name>
-  <version>2.4-SNAPSHOT</version>
+  <version>2.4-collab-SNAPSHOT</version>
   <prerequisites>
     <maven>2.0</maven>
   </prerequisites>
@@ -98,7 +98,7 @@
     <dependency>
       <groupId>org.apache.maven.surefire</groupId>
       <artifactId>surefire-booter</artifactId>
-      <version>2.4-SNAPSHOT</version>
+      <version>2.4-collab-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

Modified: 
maven/sandbox/branches/surefire/surefire-collaboration/maven-surefire-report-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/surefire/surefire-collaboration/maven-surefire-report-plugin/pom.xml?view=diff&rev=543697&r1=543696&r2=543697
==============================================================================
--- 
maven/sandbox/branches/surefire/surefire-collaboration/maven-surefire-report-plugin/pom.xml
 (original)
+++ 
maven/sandbox/branches/surefire/surefire-collaboration/maven-surefire-report-plugin/pom.xml
 Fri Jun  1 19:40:26 2007
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>surefire</artifactId>
     <groupId>org.apache.maven.surefire</groupId>
-    <version>2.4-SNAPSHOT</version>
+    <version>2.4-collab-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-surefire-report-plugin</artifactId>

Modified: maven/sandbox/branches/surefire/surefire-collaboration/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/surefire/surefire-collaboration/pom.xml?view=diff&rev=543697&r1=543696&r2=543697
==============================================================================
--- maven/sandbox/branches/surefire/surefire-collaboration/pom.xml (original)
+++ maven/sandbox/branches/surefire/surefire-collaboration/pom.xml Fri Jun  1 
19:40:26 2007
@@ -29,7 +29,7 @@
   <artifactId>surefire</artifactId>
   <packaging>pom</packaging>
   <name>Surefire</name>
-  <version>2.4-SNAPSHOT</version>
+  <version>2.4-collab-SNAPSHOT</version>
   <description>Surefire is a test framework project.</description>
   <url>http://maven.apache.org/surefire</url>
   <issueManagement>
@@ -98,7 +98,7 @@
         <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
           <!-- Require the latest version so that tests in surefire-api pass 
due to an API change -->
-          <version>2.4-SNAPSHOT</version>
+          <version>2.3</version>
         </plugin>
         <plugin>
           <artifactId>maven-release-plugin</artifactId>

Modified: 
maven/sandbox/branches/surefire/surefire-collaboration/surefire-api/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/surefire/surefire-collaboration/surefire-api/pom.xml?view=diff&rev=543697&r1=543696&r2=543697
==============================================================================
--- maven/sandbox/branches/surefire/surefire-collaboration/surefire-api/pom.xml 
(original)
+++ maven/sandbox/branches/surefire/surefire-collaboration/surefire-api/pom.xml 
Fri Jun  1 19:40:26 2007
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>surefire</artifactId>
     <groupId>org.apache.maven.surefire</groupId>
-    <version>2.4-SNAPSHOT</version>
+    <version>2.4-collab-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>surefire-api</artifactId>

Modified: 
maven/sandbox/branches/surefire/surefire-collaboration/surefire-booter/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/surefire/surefire-collaboration/surefire-booter/pom.xml?view=diff&rev=543697&r1=543696&r2=543697
==============================================================================
--- 
maven/sandbox/branches/surefire/surefire-collaboration/surefire-booter/pom.xml 
(original)
+++ 
maven/sandbox/branches/surefire/surefire-collaboration/surefire-booter/pom.xml 
Fri Jun  1 19:40:26 2007
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>surefire</artifactId>
     <groupId>org.apache.maven.surefire</groupId>
-    <version>2.4-SNAPSHOT</version>
+    <version>2.4-collab-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>surefire-booter</artifactId>
@@ -36,4 +36,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: 
maven/sandbox/branches/surefire/surefire-collaboration/surefire-providers/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/surefire/surefire-collaboration/surefire-providers/pom.xml?view=diff&rev=543697&r1=543696&r2=543697
==============================================================================
--- 
maven/sandbox/branches/surefire/surefire-collaboration/surefire-providers/pom.xml
 (original)
+++ 
maven/sandbox/branches/surefire/surefire-collaboration/surefire-providers/pom.xml
 Fri Jun  1 19:40:26 2007
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>surefire</artifactId>
     <groupId>org.apache.maven.surefire</groupId>
-    <version>2.4-SNAPSHOT</version>
+    <version>2.4-collab-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>surefire-providers</artifactId>
@@ -37,7 +37,7 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>surefire-api</artifactId>
-      <version>2.4-SNAPSHOT</version>
+      <version>2.4-collab-SNAPSHOT</version>
       <!-- commenting this due to MNG-2339
             <version>${project.version}</version>
       -->

Modified: 
maven/sandbox/branches/surefire/surefire-collaboration/surefire-providers/surefire-junit/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/surefire/surefire-collaboration/surefire-providers/surefire-junit/pom.xml?view=diff&rev=543697&r1=543696&r2=543697
==============================================================================
--- 
maven/sandbox/branches/surefire/surefire-collaboration/surefire-providers/surefire-junit/pom.xml
 (original)
+++ 
maven/sandbox/branches/surefire/surefire-collaboration/surefire-providers/surefire-junit/pom.xml
 Fri Jun  1 19:40:26 2007
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>2.4-SNAPSHOT</version>
+    <version>2.4-collab-SNAPSHOT</version>
   </parent>
   <artifactId>surefire-junit</artifactId>
   <name>SureFire JUnit Runner</name>

Modified: 
maven/sandbox/branches/surefire/surefire-collaboration/surefire-providers/surefire-junit4/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/surefire/surefire-collaboration/surefire-providers/surefire-junit4/pom.xml?view=diff&rev=543697&r1=543696&r2=543697
==============================================================================
--- 
maven/sandbox/branches/surefire/surefire-collaboration/surefire-providers/surefire-junit4/pom.xml
 (original)
+++ 
maven/sandbox/branches/surefire/surefire-collaboration/surefire-providers/surefire-junit4/pom.xml
 Fri Jun  1 19:40:26 2007
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>2.4-SNAPSHOT</version>
+    <version>2.4-collab-SNAPSHOT</version>
   </parent>
   <artifactId>surefire-junit4</artifactId>
   <name>SureFire JUnit4 Runner</name>

Modified: 
maven/sandbox/branches/surefire/surefire-collaboration/surefire-providers/surefire-testng/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/surefire/surefire-collaboration/surefire-providers/surefire-testng/pom.xml?view=diff&rev=543697&r1=543696&r2=543697
==============================================================================
--- 
maven/sandbox/branches/surefire/surefire-collaboration/surefire-providers/surefire-testng/pom.xml
 (original)
+++ 
maven/sandbox/branches/surefire/surefire-collaboration/surefire-providers/surefire-testng/pom.xml
 Fri Jun  1 19:40:26 2007
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>2.4-SNAPSHOT</version>
+    <version>2.4-collab-SNAPSHOT</version>
   </parent>
   <artifactId>surefire-testng</artifactId>
   <name>SureFire TestNG Runner</name>


Reply via email to