Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-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 111CDDCD7 for ; Tue, 21 May 2013 13:03:35 +0000 (UTC) Received: (qmail 11858 invoked by uid 500); 21 May 2013 13:03:35 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 11833 invoked by uid 500); 21 May 2013 13:03:35 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 11810 invoked by uid 99); 21 May 2013 13:03:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 May 2013 13:03:34 +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, 21 May 2013 13:03:32 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C742123888E7; Tue, 21 May 2013 13:03:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1484792 - in /accumulo/branches/1.5: assemble/pom.xml mini/pom.xml Date: Tue, 21 May 2013 13:03:11 -0000 To: commits@accumulo.apache.org From: cjnolet@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130521130311.C742123888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cjnolet Date: Tue May 21 13:03:11 2013 New Revision: 1484792 URL: http://svn.apache.org/r1484792 Log: ACCUMULO-1438 Adding mini artifact to assembly and removing redundant rat plugin from mini pom. Modified: accumulo/branches/1.5/assemble/pom.xml accumulo/branches/1.5/mini/pom.xml Modified: accumulo/branches/1.5/assemble/pom.xml URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/assemble/pom.xml?rev=1484792&r1=1484791&r2=1484792&view=diff ============================================================================== --- accumulo/branches/1.5/assemble/pom.xml (original) +++ accumulo/branches/1.5/assemble/pom.xml Tue May 21 13:03:11 2013 @@ -51,6 +51,10 @@ org.apache.accumulo + accumulo-mini + + + org.apache.accumulo accumulo-proxy Modified: accumulo/branches/1.5/mini/pom.xml URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/mini/pom.xml?rev=1484792&r1=1484791&r2=1484792&view=diff ============================================================================== Binary files - no diff available.