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 8F873108B4 for ; Sat, 28 Dec 2013 00:07:10 +0000 (UTC) Received: (qmail 32562 invoked by uid 500); 28 Dec 2013 00:05:24 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 32403 invoked by uid 500); 28 Dec 2013 00:05:21 -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 32021 invoked by uid 99); 28 Dec 2013 00:05:13 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Dec 2013 00:05:13 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 631EE880391; Sat, 28 Dec 2013 00:05:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mdrob@apache.org To: commits@accumulo.apache.org Date: Sat, 28 Dec 2013 00:05:17 -0000 Message-Id: In-Reply-To: <72f88ec2189b4d0b81982decccb90cb7@git.apache.org> References: <72f88ec2189b4d0b81982decccb90cb7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [05/18] git commit: ACCUMULO-2108 set dependency management version for submodules via maven project version. ACCUMULO-2108 set dependency management version for submodules via maven project version. Signed-off-by: Christopher Tubbs Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/fc7a0a33 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/fc7a0a33 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/fc7a0a33 Branch: refs/heads/1.6.0-SNAPSHOT Commit: fc7a0a336a8e2623fb7eca1f01ab8a63cdc24967 Parents: 79266cb Author: Sean Busbey Authored: Fri Dec 27 16:51:32 2013 -0600 Committer: Christopher Tubbs Committed: Fri Dec 27 17:59:30 2013 -0500 ---------------------------------------------------------------------- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/fc7a0a33/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index fc0222e..20916c7 100644 --- a/pom.xml +++ b/pom.xml @@ -778,27 +778,27 @@ org.apache.accumulo cloudtrace - 1.4.5-SNAPSHOT + ${project.version} org.apache.accumulo accumulo-start - 1.4.5-SNAPSHOT + ${project.version} org.apache.accumulo accumulo-core - 1.4.5-SNAPSHOT + ${project.version} org.apache.accumulo accumulo-server - 1.4.5-SNAPSHOT + ${project.version} org.apache.accumulo accumulo-minicluster - 1.4.5-SNAPSHOT + ${project.version}