Author: krosenvold Date: Thu Dec 16 09:32:54 2010 New Revision: 1049845 URL: http://svn.apache.org/viewvc?rev=1049845&view=rev Log: Revert "[maven-release-plugin] prepare for next development iteration" Revert "[maven-release-plugin] prepare release surefire-2.7"
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/pom.xml maven/surefire/trunk/surefire-providers/surefire-junit/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/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=1049845&r1=1049844&r2=1049845&view=diff ============================================================================== --- maven/surefire/trunk/maven-failsafe-plugin/pom.xml (original) +++ maven/surefire/trunk/maven-failsafe-plugin/pom.xml Thu Dec 16 09:32:54 2010 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> - <version>2.7.1-SNAPSHOT</version> + <version>2.7-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=1049845&r1=1049844&r2=1049845&view=diff ============================================================================== --- maven/surefire/trunk/maven-surefire-common/pom.xml (original) +++ maven/surefire/trunk/maven-surefire-common/pom.xml Thu Dec 16 09:32:54 2010 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> - <version>2.7.1-SNAPSHOT</version> + <version>2.7-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=1049845&r1=1049844&r2=1049845&view=diff ============================================================================== --- maven/surefire/trunk/maven-surefire-plugin/pom.xml (original) +++ maven/surefire/trunk/maven-surefire-plugin/pom.xml Thu Dec 16 09:32:54 2010 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> - <version>2.7.1-SNAPSHOT</version> + <version>2.7-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=1049845&r1=1049844&r2=1049845&view=diff ============================================================================== --- maven/surefire/trunk/maven-surefire-report-plugin/pom.xml (original) +++ maven/surefire/trunk/maven-surefire-report-plugin/pom.xml Thu Dec 16 09:32:54 2010 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> - <version>2.7.1-SNAPSHOT</version> + <version>2.7-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=1049845&r1=1049844&r2=1049845&view=diff ============================================================================== --- maven/surefire/trunk/pom.xml (original) +++ maven/surefire/trunk/pom.xml Thu Dec 16 09:32:54 2010 @@ -29,7 +29,7 @@ <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> - <version>2.7.1-SNAPSHOT</version> + <version>2.7-SNAPSHOT</version> <packaging>pom</packaging> <name>SureFire</name> @@ -112,17 +112,17 @@ <dependency> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-api</artifactId> - <version>2.7.1-SNAPSHOT</version> + <version>2.7-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-booter</artifactId> - <version>2.7.1-SNAPSHOT</version> + <version>2.7-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.maven.surefire</groupId> <artifactId>maven-surefire-common</artifactId> - <version>2.7.1-SNAPSHOT</version> + <version>2.7-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> Modified: maven/surefire/trunk/surefire-api/pom.xml URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-api/pom.xml?rev=1049845&r1=1049844&r2=1049845&view=diff ============================================================================== --- maven/surefire/trunk/surefire-api/pom.xml (original) +++ maven/surefire/trunk/surefire-api/pom.xml Thu Dec 16 09:32:54 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> - <version>2.7.1-SNAPSHOT</version> + <version>2.7-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=1049845&r1=1049844&r2=1049845&view=diff ============================================================================== --- maven/surefire/trunk/surefire-booter/pom.xml (original) +++ maven/surefire/trunk/surefire-booter/pom.xml Thu Dec 16 09:32:54 2010 @@ -17,13 +17,14 @@ ~ specific language governing permissions and limitations ~ 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.7.1-SNAPSHOT</version> + <version>2.7-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=1049845&r1=1049844&r2=1049845&view=diff ============================================================================== --- maven/surefire/trunk/surefire-integration-tests/pom.xml (original) +++ maven/surefire/trunk/surefire-integration-tests/pom.xml Thu Dec 16 09:32:54 2010 @@ -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.7.1-SNAPSHOT</version> + <version>2.7-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=1049845&r1=1049844&r2=1049845&view=diff ============================================================================== --- maven/surefire/trunk/surefire-providers/pom.xml (original) +++ maven/surefire/trunk/surefire-providers/pom.xml Thu Dec 16 09:32:54 2010 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> - <version>2.7.1-SNAPSHOT</version> + <version>2.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> Modified: maven/surefire/trunk/surefire-providers/surefire-junit/pom.xml URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-providers/surefire-junit/pom.xml?rev=1049845&r1=1049844&r2=1049845&view=diff ============================================================================== --- maven/surefire/trunk/surefire-providers/surefire-junit/pom.xml (original) +++ maven/surefire/trunk/surefire-providers/surefire-junit/pom.xml Thu Dec 16 09:32:54 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-providers</artifactId> - <version>2.7.1-SNAPSHOT</version> + <version>2.7-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=1049845&r1=1049844&r2=1049845&view=diff ============================================================================== --- maven/surefire/trunk/surefire-providers/surefire-junit4/pom.xml (original) +++ maven/surefire/trunk/surefire-providers/surefire-junit4/pom.xml Thu Dec 16 09:32:54 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-providers</artifactId> - <version>2.7.1-SNAPSHOT</version> + <version>2.7-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=1049845&r1=1049844&r2=1049845&view=diff ============================================================================== --- maven/surefire/trunk/surefire-providers/surefire-junit47/pom.xml (original) +++ maven/surefire/trunk/surefire-providers/surefire-junit47/pom.xml Thu Dec 16 09:32:54 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-providers</artifactId> - <version>2.7.1-SNAPSHOT</version> + <version>2.7-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=1049845&r1=1049844&r2=1049845&view=diff ============================================================================== --- maven/surefire/trunk/surefire-providers/surefire-testng/pom.xml (original) +++ maven/surefire/trunk/surefire-providers/surefire-testng/pom.xml Thu Dec 16 09:32:54 2010 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-providers</artifactId> - <version>2.7.1-SNAPSHOT</version> + <version>2.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent>