Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 96E13200BD3 for ; Mon, 21 Nov 2016 23:24:40 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 9562F160AEF; Mon, 21 Nov 2016 22:24:40 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DE63C160AF9 for ; Mon, 21 Nov 2016 23:24:39 +0100 (CET) Received: (qmail 93865 invoked by uid 500); 21 Nov 2016 22:24:38 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 93854 invoked by uid 99); 21 Nov 2016 22:24:38 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2016 22:24:38 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9F094E9437; Mon, 21 Nov 2016 22:24:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: clebertsuconic@apache.org To: commits@activemq.apache.org Date: Mon, 21 Nov 2016 22:24:39 -0000 Message-Id: <778fc8b1db08496b853cc79ef71a7cbd@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] activemq-artemis git commit: NO-JIRA: Move version properties to top level pom and add the runtime artifacts to the dependencyManagement archived-at: Mon, 21 Nov 2016 22:24:40 -0000 NO-JIRA: Move version properties to top level pom and add the runtime artifacts to the dependencyManagement Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/3f60e9cf Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/3f60e9cf Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/3f60e9cf Branch: refs/heads/master Commit: 3f60e9cf889de0f46c3f3073d27fcfa9d6b14ae3 Parents: 2f70533 Author: Paul Gallagher Authored: Thu Nov 10 14:34:07 2016 +0000 Committer: Clebert Suconic Committed: Mon Nov 21 17:21:44 2016 -0500 ---------------------------------------------------------------------- artemis-cli/pom.xml | 2 -- pom.xml | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/3f60e9cf/artemis-cli/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-cli/pom.xml b/artemis-cli/pom.xml index d9bc886..c7f4172 100644 --- a/artemis-cli/pom.xml +++ b/artemis-cli/pom.xml @@ -30,8 +30,6 @@ ${project.basedir}/.. 1.18 - 2.1 - 3.0 http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/3f60e9cf/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3e7e525..de1e9d6 100644 --- a/pom.xml +++ b/pom.xml @@ -71,6 +71,8 @@ scp://people.apache.org/x1/www/activemq.apache.org + 2.1 + 3.0 5.14.0 10.11.1.1 1.9.2 @@ -382,6 +384,18 @@ ${commons.collections.version} + + org.apache.commons + commons-configuration2 + ${commons.config.version} + + + + org.apache.commons + commons-lang3 + ${commons.lang.version} + +