Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-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 E407F18E4B for ; Wed, 12 Aug 2015 13:17:38 +0000 (UTC) Received: (qmail 40174 invoked by uid 500); 12 Aug 2015 13:17:32 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 40126 invoked by uid 500); 12 Aug 2015 13:17:32 -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 40112 invoked by uid 99); 12 Aug 2015 13:17:32 -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; Wed, 12 Aug 2015 13:17:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 59D07E00D5; Wed, 12 Aug 2015 13:17:32 +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: Wed, 12 Aug 2015 13:17:32 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] activemq-artemis git commit: Downgrade Paho SNAPSHOT dep to latest release Repository: activemq-artemis Updated Branches: refs/heads/master 302c06d4e -> 0ad57c7ab Downgrade Paho SNAPSHOT dep to latest release Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/90940091 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/90940091 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/90940091 Branch: refs/heads/master Commit: 90940091d3c0f7e1494d74e0eadb939044c80f06 Parents: 302c06d Author: Martyn Taylor Authored: Wed Aug 12 11:59:12 2015 +0100 Committer: Martyn Taylor Committed: Wed Aug 12 11:59:12 2015 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- tests/integration-tests/pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/90940091/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6aff716..040c8a0 100644 --- a/pom.xml +++ b/pom.xml @@ -178,7 +178,7 @@ org.eclipse.paho mqtt-client - 0.4.1-SNAPSHOT + 0.4.0 test http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/90940091/tests/integration-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml index 3e90194..b4edb50 100644 --- a/tests/integration-tests/pom.xml +++ b/tests/integration-tests/pom.xml @@ -36,9 +36,9 @@ eclipse.m2 - https://repo.eclipse.org/content/groups/snapshots/ - false - true + https://repo.eclipse.org/content/repositories/paho-releases/ + true + false