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 0B1C810F40 for ; Fri, 27 Dec 2013 23:02:50 +0000 (UTC) Received: (qmail 50416 invoked by uid 500); 27 Dec 2013 23:02:50 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 50390 invoked by uid 500); 27 Dec 2013 23:02:49 -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 50376 invoked by uid 99); 27 Dec 2013 23:02:49 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Dec 2013 23:02:49 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 903598802F3; Fri, 27 Dec 2013 23:02:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ctubbsii@apache.org To: commits@accumulo.apache.org Date: Fri, 27 Dec 2013 23:02:49 -0000 Message-Id: <8c3101e64a2b4a1db682052a15317da6@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: ACCUMULO-2108 set dependency management version for submodules via maven project version. Updated Branches: refs/heads/1.5.1-SNAPSHOT b315fe2d4 -> 0c1ea722a 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.5.1-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}