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 3EB001062F for ; Tue, 4 Feb 2014 22:58:53 +0000 (UTC) Received: (qmail 46565 invoked by uid 500); 4 Feb 2014 22:58:37 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 46045 invoked by uid 500); 4 Feb 2014 22:58:22 -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 45800 invoked by uid 99); 4 Feb 2014 22:58:18 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Feb 2014 22:58:18 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 35F8C824E66; Tue, 4 Feb 2014 22:58:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: elserj@apache.org To: commits@accumulo.apache.org Date: Tue, 04 Feb 2014 22:58:40 -0000 Message-Id: <72c0abcc8a7e47edad1d0703e3c7b32e@git.apache.org> In-Reply-To: <11c7d6aaa8464efd9a88aef14e4ce0c3@git.apache.org> References: <11c7d6aaa8464efd9a88aef14e4ce0c3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [25/29] git commit: ACCUMULO-2170 Add in a tag element to the scm block ACCUMULO-2170 Add in a tag element to the scm block The release plugin will add in the tag elemen when it's not present, by appending it to the last child in the scm element. This creates a non-sorted pom, which sortpom will fail the build over. Adding in a tag with a "stub" value will at least let the build pass with the release plugin. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5eb19c67 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/5eb19c67 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/5eb19c67 Branch: refs/heads/master Commit: 5eb19c67519ab87c79c1570bf9d0e0edac4a1232 Parents: 9ff6eea Author: Josh Elser Authored: Tue Feb 4 16:59:00 2014 -0500 Committer: Josh Elser Committed: Tue Feb 4 17:47:59 2014 -0500 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/5eb19c67/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5f66d28..5fba3c8 100644 --- a/pom.xml +++ b/pom.xml @@ -86,6 +86,7 @@ scm:git:git://git.apache.org/accumulo.git scm:git:https://git-wip-us.apache.org/repos/asf/accumulo.git + ${project.version} https://git-wip-us.apache.org/repos/asf?p=accumulo.git