Return-Path: Delivered-To: apmail-maven-surefire-commits-archive@www.apache.org Received: (qmail 24961 invoked from network); 11 Dec 2007 16:05:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Dec 2007 16:05:04 -0000 Received: (qmail 42424 invoked by uid 500); 11 Dec 2007 16:04:52 -0000 Delivered-To: apmail-maven-surefire-commits-archive@maven.apache.org Received: (qmail 42399 invoked by uid 500); 11 Dec 2007 16:04:52 -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 42386 invoked by uid 99); 11 Dec 2007 16:04:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2007 08:04:52 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2007 16:05:02 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0A5F51A9832; Tue, 11 Dec 2007 08:04:41 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r603283 - in /maven/surefire/trunk: surefire-api/pom.xml surefire-booter/pom.xml Date: Tue, 11 Dec 2007 16:04:39 -0000 To: surefire-commits@maven.apache.org From: dfabulich@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071211160441.0A5F51A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dfabulich Date: Tue Dec 11 08:04:38 2007 New Revision: 603283 URL: http://svn.apache.org/viewvc?rev=603283&view=rev Log: Trying shade alpha-15 Modified: maven/surefire/trunk/surefire-api/pom.xml maven/surefire/trunk/surefire-booter/pom.xml Modified: maven/surefire/trunk/surefire-api/pom.xml URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-api/pom.xml?rev=603283&r1=603282&r2=603283&view=diff ============================================================================== --- maven/surefire/trunk/surefire-api/pom.xml (original) +++ maven/surefire/trunk/surefire-api/pom.xml Tue Dec 11 08:04:38 2007 @@ -31,7 +31,7 @@ org.apache.maven.plugins maven-shade-plugin - 1.0-alpha-14-SNAPSHOT + 1.0-alpha-15-SNAPSHOT package Modified: maven/surefire/trunk/surefire-booter/pom.xml URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-booter/pom.xml?rev=603283&r1=603282&r2=603283&view=diff ============================================================================== --- maven/surefire/trunk/surefire-booter/pom.xml (original) +++ maven/surefire/trunk/surefire-booter/pom.xml Tue Dec 11 08:04:38 2007 @@ -12,7 +12,7 @@ org.apache.maven.plugins maven-shade-plugin - 1.0-alpha-14-SNAPSHOT + 1.0-alpha-15-SNAPSHOT package