Author: krosenvold
Date: Wed Mar 9 20:14:35 2011
New Revision: 1079968
URL: http://svn.apache.org/viewvc?rev=1079968&view=rev
Log:
o Reverted release due to interesting bug on asf jenkins
Modified:
maven/surefire/trunk/maven-failsafe-plugin/pom.xml
maven/surefire/trunk/maven-surefire-common/pom.xml
maven/surefire/trunk/maven-surefire-plugin/pom.xml
maven/surefire/trunk/maven-surefire-report-plugin/pom.xml
maven/surefire/trunk/pom.xml
maven/surefire/trunk/surefire-api/pom.xml
maven/surefire/trunk/surefire-booter/pom.xml
maven/surefire/trunk/surefire-integration-tests/pom.xml
maven/surefire/trunk/surefire-providers/common-junit3/pom.xml
maven/surefire/trunk/surefire-providers/common-junit4/pom.xml
maven/surefire/trunk/surefire-providers/pom.xml
maven/surefire/trunk/surefire-providers/surefire-junit3/pom.xml
maven/surefire/trunk/surefire-providers/surefire-junit4/pom.xml
maven/surefire/trunk/surefire-providers/surefire-junit47/pom.xml
maven/surefire/trunk/surefire-providers/surefire-testng-utils/pom.xml
maven/surefire/trunk/surefire-providers/surefire-testng/pom.xml
maven/surefire/trunk/surefire-shadefire/pom.xml
Modified: maven/surefire/trunk/maven-failsafe-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/maven-failsafe-plugin/pom.xml?rev=1079968&r1=1079967&r2=1079968&view=diff
==============================================================================
--- maven/surefire/trunk/maven-failsafe-plugin/pom.xml (original)
+++ maven/surefire/trunk/maven-failsafe-plugin/pom.xml Wed Mar 9 20:14:35 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
- <version>2.8.1-SNAPSHOT</version>
+ <version>2.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: maven/surefire/trunk/maven-surefire-common/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-common/pom.xml?rev=1079968&r1=1079967&r2=1079968&view=diff
==============================================================================
--- maven/surefire/trunk/maven-surefire-common/pom.xml (original)
+++ maven/surefire/trunk/maven-surefire-common/pom.xml Wed Mar 9 20:14:35 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
- <version>2.8.1-SNAPSHOT</version>
+ <version>2.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: maven/surefire/trunk/maven-surefire-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-plugin/pom.xml?rev=1079968&r1=1079967&r2=1079968&view=diff
==============================================================================
--- maven/surefire/trunk/maven-surefire-plugin/pom.xml (original)
+++ maven/surefire/trunk/maven-surefire-plugin/pom.xml Wed Mar 9 20:14:35 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
- <version>2.8.1-SNAPSHOT</version>
+ <version>2.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: maven/surefire/trunk/maven-surefire-report-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-report-plugin/pom.xml?rev=1079968&r1=1079967&r2=1079968&view=diff
==============================================================================
--- maven/surefire/trunk/maven-surefire-report-plugin/pom.xml (original)
+++ maven/surefire/trunk/maven-surefire-report-plugin/pom.xml Wed Mar 9
20:14:35 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
- <version>2.8.1-SNAPSHOT</version>
+ <version>2.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: maven/surefire/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/pom.xml?rev=1079968&r1=1079967&r2=1079968&view=diff
==============================================================================
--- maven/surefire/trunk/pom.xml (original)
+++ maven/surefire/trunk/pom.xml Wed Mar 9 20:14:35 2011
@@ -29,7 +29,7 @@
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
- <version>2.8.1-SNAPSHOT</version>
+ <version>2.8-SNAPSHOT</version>
<packaging>pom</packaging>
<name>SureFire</name>
Modified: maven/surefire/trunk/surefire-api/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-api/pom.xml?rev=1079968&r1=1079967&r2=1079968&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-api/pom.xml (original)
+++ maven/surefire/trunk/surefire-api/pom.xml Wed Mar 9 20:14:35 2011
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
- <version>2.8.1-SNAPSHOT</version>
+ <version>2.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: maven/surefire/trunk/surefire-booter/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-booter/pom.xml?rev=1079968&r1=1079967&r2=1079968&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-booter/pom.xml (original)
+++ maven/surefire/trunk/surefire-booter/pom.xml Wed Mar 9 20:14:35 2011
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
- <version>2.8.1-SNAPSHOT</version>
+ <version>2.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: maven/surefire/trunk/surefire-integration-tests/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-integration-tests/pom.xml?rev=1079968&r1=1079967&r2=1079968&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-integration-tests/pom.xml (original)
+++ maven/surefire/trunk/surefire-integration-tests/pom.xml Wed Mar 9 20:14:35
2011
@@ -18,13 +18,14 @@
~ under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
- <version>2.8.1-SNAPSHOT</version>
+ <version>2.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: maven/surefire/trunk/surefire-providers/common-junit3/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-providers/common-junit3/pom.xml?rev=1079968&r1=1079967&r2=1079968&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-providers/common-junit3/pom.xml (original)
+++ maven/surefire/trunk/surefire-providers/common-junit3/pom.xml Wed Mar 9
20:14:35 2011
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
- <version>2.8.1-SNAPSHOT</version>
+ <version>2.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: maven/surefire/trunk/surefire-providers/common-junit4/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-providers/common-junit4/pom.xml?rev=1079968&r1=1079967&r2=1079968&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-providers/common-junit4/pom.xml (original)
+++ maven/surefire/trunk/surefire-providers/common-junit4/pom.xml Wed Mar 9
20:14:35 2011
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
- <version>2.8.1-SNAPSHOT</version>
+ <version>2.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: maven/surefire/trunk/surefire-providers/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-providers/pom.xml?rev=1079968&r1=1079967&r2=1079968&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-providers/pom.xml (original)
+++ maven/surefire/trunk/surefire-providers/pom.xml Wed Mar 9 20:14:35 2011
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
- <version>2.8.1-SNAPSHOT</version>
+ <version>2.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: maven/surefire/trunk/surefire-providers/surefire-junit3/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-providers/surefire-junit3/pom.xml?rev=1079968&r1=1079967&r2=1079968&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-providers/surefire-junit3/pom.xml (original)
+++ maven/surefire/trunk/surefire-providers/surefire-junit3/pom.xml Wed Mar 9
20:14:35 2011
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
- <version>2.8.1-SNAPSHOT</version>
+ <version>2.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: maven/surefire/trunk/surefire-providers/surefire-junit4/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-providers/surefire-junit4/pom.xml?rev=1079968&r1=1079967&r2=1079968&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-providers/surefire-junit4/pom.xml (original)
+++ maven/surefire/trunk/surefire-providers/surefire-junit4/pom.xml Wed Mar 9
20:14:35 2011
@@ -17,13 +17,14 @@
~ under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
- <version>2.8.1-SNAPSHOT</version>
+ <version>2.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: maven/surefire/trunk/surefire-providers/surefire-junit47/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-providers/surefire-junit47/pom.xml?rev=1079968&r1=1079967&r2=1079968&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-providers/surefire-junit47/pom.xml (original)
+++ maven/surefire/trunk/surefire-providers/surefire-junit47/pom.xml Wed Mar 9
20:14:35 2011
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
- <version>2.8.1-SNAPSHOT</version>
+ <version>2.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: maven/surefire/trunk/surefire-providers/surefire-testng-utils/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-providers/surefire-testng-utils/pom.xml?rev=1079968&r1=1079967&r2=1079968&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-providers/surefire-testng-utils/pom.xml
(original)
+++ maven/surefire/trunk/surefire-providers/surefire-testng-utils/pom.xml Wed
Mar 9 20:14:35 2011
@@ -1,10 +1,12 @@
<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
- <version>2.8.1-SNAPSHOT</version>
+ <version>2.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: maven/surefire/trunk/surefire-providers/surefire-testng/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-providers/surefire-testng/pom.xml?rev=1079968&r1=1079967&r2=1079968&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-providers/surefire-testng/pom.xml (original)
+++ maven/surefire/trunk/surefire-providers/surefire-testng/pom.xml Wed Mar 9
20:14:35 2011
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
- <version>2.8.1-SNAPSHOT</version>
+ <version>2.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: maven/surefire/trunk/surefire-shadefire/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-shadefire/pom.xml?rev=1079968&r1=1079967&r2=1079968&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-shadefire/pom.xml (original)
+++ maven/surefire/trunk/surefire-shadefire/pom.xml Wed Mar 9 20:14:35 2011
@@ -17,13 +17,14 @@
~ under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
- <version>2.8.1-SNAPSHOT</version>
+ <version>2.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>