Return-Path: X-Original-To: apmail-archiva-commits-archive@www.apache.org Delivered-To: apmail-archiva-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 21B75D777 for ; Tue, 28 Aug 2012 12:34:59 +0000 (UTC) Received: (qmail 14038 invoked by uid 500); 28 Aug 2012 12:34:59 -0000 Delivered-To: apmail-archiva-commits-archive@archiva.apache.org Received: (qmail 13983 invoked by uid 500); 28 Aug 2012 12:34:58 -0000 Mailing-List: contact commits-help@archiva.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@archiva.apache.org Delivered-To: mailing list commits@archiva.apache.org Received: (qmail 13970 invoked by uid 99); 28 Aug 2012 12:34:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2012 12:34:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Tue, 28 Aug 2012 12:34:57 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A12BD23888EA for ; Tue, 28 Aug 2012 12:34:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1378105 - /archiva/redback/redback-components/trunk/redback-components-parent/pom.xml Date: Tue, 28 Aug 2012 12:34:14 -0000 To: commits@archiva.apache.org From: olamy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120828123414.A12BD23888EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olamy Date: Tue Aug 28 12:34:14 2012 New Revision: 1378105 URL: http://svn.apache.org/viewvc?rev=1378105&view=rev Log: use surefire version property from parent pom Modified: archiva/redback/redback-components/trunk/redback-components-parent/pom.xml Modified: archiva/redback/redback-components/trunk/redback-components-parent/pom.xml URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/redback-components-parent/pom.xml?rev=1378105&r1=1378104&r2=1378105&view=diff ============================================================================== --- archiva/redback/redback-components/trunk/redback-components-parent/pom.xml (original) +++ archiva/redback/redback-components/trunk/redback-components-parent/pom.xml Tue Aug 28 12:34:14 2012 @@ -266,7 +266,7 @@ org.apache.maven.plugins maven-surefire-report-plugin - 2.12.2 + ${surefireVersion} org.apache.maven.plugins