Return-Path: Delivered-To: apmail-maven-surefire-commits-archive@www.apache.org Received: (qmail 15532 invoked from network); 8 Jan 2010 16:40:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Jan 2010 16:40:15 -0000 Received: (qmail 57726 invoked by uid 500); 8 Jan 2010 16:40:15 -0000 Delivered-To: apmail-maven-surefire-commits-archive@maven.apache.org Received: (qmail 57685 invoked by uid 500); 8 Jan 2010 16:40:15 -0000 Mailing-List: contact surefire-commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: surefire-dev@maven.apache.org Delivered-To: mailing list surefire-commits@maven.apache.org Received: (qmail 57676 invoked by uid 99); 8 Jan 2010 16:40:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jan 2010 16:40:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jan 2010 16:40:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1D54423888DD; Fri, 8 Jan 2010 16:39:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r897255 - in /maven/surefire/trunk: ./ maven-failsafe-plugin/ maven-surefire-plugin/ maven-surefire-report-plugin/ surefire-api/ surefire-booter/ surefire-integration-tests/ surefire-providers/ surefire-providers/surefire-junit/ surefire-pr... Date: Fri, 08 Jan 2010 16:39:13 -0000 To: surefire-commits@maven.apache.org From: stephenc@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100108163954.1D54423888DD@eris.apache.org> Author: stephenc Date: Fri Jan 8 16:38:30 2010 New Revision: 897255 URL: http://svn.apache.org/viewvc?rev=897255&view=rev Log: [maven-release-plugin] prepare release surefire-2.5 Modified: maven/surefire/trunk/maven-failsafe-plugin/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=897255&r1=897254&r2=897255&view=diff ============================================================================== --- maven/surefire/trunk/maven-failsafe-plugin/pom.xml (original) +++ maven/surefire/trunk/maven-failsafe-plugin/pom.xml Fri Jan 8 16:38:30 2010 @@ -24,7 +24,7 @@ org.apache.maven.surefire surefire - 2.5-SNAPSHOT + 2.5 ../pom.xml Modified: maven/surefire/trunk/maven-surefire-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-plugin/pom.xml?rev=897255&r1=897254&r2=897255&view=diff ============================================================================== --- maven/surefire/trunk/maven-surefire-plugin/pom.xml (original) +++ maven/surefire/trunk/maven-surefire-plugin/pom.xml Fri Jan 8 16:38:30 2010 @@ -24,7 +24,7 @@ org.apache.maven.surefire surefire - 2.5-SNAPSHOT + 2.5 ../pom.xml 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=897255&r1=897254&r2=897255&view=diff ============================================================================== --- maven/surefire/trunk/maven-surefire-report-plugin/pom.xml (original) +++ maven/surefire/trunk/maven-surefire-report-plugin/pom.xml Fri Jan 8 16:38:30 2010 @@ -24,7 +24,7 @@ org.apache.maven.surefire surefire - 2.5-SNAPSHOT + 2.5 ../pom.xml Modified: maven/surefire/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/surefire/trunk/pom.xml?rev=897255&r1=897254&r2=897255&view=diff ============================================================================== --- maven/surefire/trunk/pom.xml (original) +++ maven/surefire/trunk/pom.xml Fri Jan 8 16:38:30 2010 @@ -29,7 +29,7 @@ org.apache.maven.surefire surefire - 2.5-SNAPSHOT + 2.5 pom SureFire @@ -97,9 +97,9 @@ - scm:svn:http://svn.apache.org/repos/asf/maven/surefire/trunk/ - scm:svn:https://svn.apache.org/repos/asf/maven/surefire/trunk/ - http://svn.apache.org/viewcvs.cgi/maven/surefire/trunk + scm:svn:http://svn.apache.org/repos/asf/maven/surefire/tags/surefire-2.5 + scm:svn:https://svn.apache.org/repos/asf/maven/surefire/tags/surefire-2.5 + http://svn.apache.org/viewcvs.cgi/maven/surefire/tags/surefire-2.5 jira @@ -111,12 +111,12 @@ org.apache.maven.surefire surefire-api - 2.5-SNAPSHOT + 2.5 org.apache.maven.surefire surefire-booter - 2.5-SNAPSHOT + 2.5 org.codehaus.plexus Modified: maven/surefire/trunk/surefire-api/pom.xml URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-api/pom.xml?rev=897255&r1=897254&r2=897255&view=diff ============================================================================== --- maven/surefire/trunk/surefire-api/pom.xml (original) +++ maven/surefire/trunk/surefire-api/pom.xml Fri Jan 8 16:38:30 2010 @@ -23,7 +23,7 @@ org.apache.maven.surefire surefire - 2.5-SNAPSHOT + 2.5 ../pom.xml Modified: maven/surefire/trunk/surefire-booter/pom.xml URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-booter/pom.xml?rev=897255&r1=897254&r2=897255&view=diff ============================================================================== --- maven/surefire/trunk/surefire-booter/pom.xml (original) +++ maven/surefire/trunk/surefire-booter/pom.xml Fri Jan 8 16:38:30 2010 @@ -23,7 +23,7 @@ org.apache.maven.surefire surefire - 2.5-SNAPSHOT + 2.5 ../pom.xml Modified: maven/surefire/trunk/surefire-integration-tests/pom.xml URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-integration-tests/pom.xml?rev=897255&r1=897254&r2=897255&view=diff ============================================================================== --- maven/surefire/trunk/surefire-integration-tests/pom.xml (original) +++ maven/surefire/trunk/surefire-integration-tests/pom.xml Fri Jan 8 16:38:30 2010 @@ -24,7 +24,7 @@ org.apache.maven.surefire surefire - 2.5-SNAPSHOT + 2.5 ../pom.xml Modified: maven/surefire/trunk/surefire-providers/pom.xml URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-providers/pom.xml?rev=897255&r1=897254&r2=897255&view=diff ============================================================================== --- maven/surefire/trunk/surefire-providers/pom.xml (original) +++ maven/surefire/trunk/surefire-providers/pom.xml Fri Jan 8 16:38:30 2010 @@ -24,7 +24,7 @@ org.apache.maven.surefire surefire - 2.5-SNAPSHOT + 2.5 ../pom.xml 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=897255&r1=897254&r2=897255&view=diff ============================================================================== --- maven/surefire/trunk/surefire-providers/surefire-junit/pom.xml (original) +++ maven/surefire/trunk/surefire-providers/surefire-junit/pom.xml Fri Jan 8 16:38:30 2010 @@ -23,7 +23,7 @@ org.apache.maven.surefire surefire-providers - 2.5-SNAPSHOT + 2.5 ../pom.xml 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=897255&r1=897254&r2=897255&view=diff ============================================================================== --- maven/surefire/trunk/surefire-providers/surefire-junit4/pom.xml (original) +++ maven/surefire/trunk/surefire-providers/surefire-junit4/pom.xml Fri Jan 8 16:38:30 2010 @@ -23,7 +23,7 @@ org.apache.maven.surefire surefire-providers - 2.5-SNAPSHOT + 2.5 ../pom.xml 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=897255&r1=897254&r2=897255&view=diff ============================================================================== --- maven/surefire/trunk/surefire-providers/surefire-junit47/pom.xml (original) +++ maven/surefire/trunk/surefire-providers/surefire-junit47/pom.xml Fri Jan 8 16:38:30 2010 @@ -23,7 +23,7 @@ org.apache.maven.surefire surefire-providers - 2.5-SNAPSHOT + 2.5 ../pom.xml 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=897255&r1=897254&r2=897255&view=diff ============================================================================== --- maven/surefire/trunk/surefire-providers/surefire-testng/pom.xml (original) +++ maven/surefire/trunk/surefire-providers/surefire-testng/pom.xml Fri Jan 8 16:38:30 2010 @@ -23,7 +23,7 @@ org.apache.maven.surefire surefire-providers - 2.5-SNAPSHOT + 2.5 ../pom.xml