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 B4774200ACA for ; Thu, 9 Jun 2016 13:25:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B15EE160A58; Thu, 9 Jun 2016 11:25:01 +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 5B480160A2B for ; Thu, 9 Jun 2016 13:25:00 +0200 (CEST) Received: (qmail 95486 invoked by uid 500); 9 Jun 2016 11:24:59 -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 95473 invoked by uid 99); 9 Jun 2016 11:24:59 -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; Thu, 09 Jun 2016 11:24:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 58DF0E07F4; Thu, 9 Jun 2016 11:24:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: martyntaylor@apache.org To: commits@activemq.apache.org Message-Id: <8f98215fdbc34d9a99423be080b75d14@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: activemq-artemis git commit: [maven-release-plugin] prepare release 1.3.0 Date: Thu, 9 Jun 2016 11:24:59 +0000 (UTC) archived-at: Thu, 09 Jun 2016 11:25:01 -0000 Repository: activemq-artemis Updated Branches: refs/heads/master f699b5211 -> 2c5ab446b [maven-release-plugin] prepare release 1.3.0 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/2c5ab446 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/2c5ab446 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/2c5ab446 Branch: refs/heads/master Commit: 2c5ab446bec3cc05aef4c68b21e10218b64abdb9 Parents: f699b52 Author: Martyn Taylor Authored: Thu Jun 9 12:24:48 2016 +0100 Committer: Martyn Taylor Committed: Thu Jun 9 12:24:48 2016 +0100 ---------------------------------------------------------------------- artemis-boot/pom.xml | 2 +- artemis-cli/pom.xml | 2 +- artemis-commons/pom.xml | 2 +- artemis-core-client/pom.xml | 2 +- artemis-distribution/pom.xml | 2 +- artemis-dto/pom.xml | 2 +- artemis-features/pom.xml | 2 +- artemis-jdbc-store/pom.xml | 2 +- artemis-jms-client/pom.xml | 2 +- artemis-jms-server/pom.xml | 2 +- artemis-journal/pom.xml | 2 +- artemis-maven-plugin/pom.xml | 2 +- artemis-native/pom.xml | 2 +- artemis-protocols/artemis-amqp-protocol/pom.xml | 2 +- artemis-protocols/artemis-hornetq-protocol/pom.xml | 2 +- artemis-protocols/artemis-hqclient-protocol/pom.xml | 2 +- artemis-protocols/artemis-mqtt-protocol/pom.xml | 2 +- artemis-protocols/artemis-openwire-protocol/pom.xml | 2 +- artemis-protocols/artemis-proton-plug/pom.xml | 2 +- artemis-protocols/artemis-stomp-protocol/pom.xml | 2 +- artemis-protocols/pom.xml | 2 +- artemis-ra/pom.xml | 2 +- artemis-rest/pom.xml | 2 +- artemis-selector/pom.xml | 2 +- artemis-server-osgi/pom.xml | 2 +- artemis-server/pom.xml | 2 +- artemis-service-extensions/pom.xml | 2 +- artemis-web/pom.xml | 2 +- artemis-website/pom.xml | 2 +- integration/activemq-aerogear-integration/pom.xml | 2 +- integration/activemq-spring-integration/pom.xml | 2 +- integration/activemq-vertx-integration/pom.xml | 2 +- pom.xml | 4 ++-- tests/integration-tests/pom.xml | 2 +- tests/jms-tests/pom.xml | 2 +- tests/joram-tests/pom.xml | 2 +- tests/performance-tests/pom.xml | 2 +- tests/pom.xml | 2 +- tests/soak-tests/pom.xml | 2 +- tests/stress-tests/pom.xml | 2 +- tests/timing-tests/pom.xml | 2 +- tests/unit-tests/pom.xml | 2 +- 42 files changed, 43 insertions(+), 43 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-boot/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-boot/pom.xml b/artemis-boot/pom.xml index eb68634..435fb0e 100644 --- a/artemis-boot/pom.xml +++ b/artemis-boot/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq artemis-pom - 1.4.0-SNAPSHOT + 1.3.0 .. http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-cli/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-cli/pom.xml b/artemis-cli/pom.xml index 83ddea9..f5b03c7 100644 --- a/artemis-cli/pom.xml +++ b/artemis-cli/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 1.4.0-SNAPSHOT + 1.3.0 artemis-cli http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-commons/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-commons/pom.xml b/artemis-commons/pom.xml index 915fcbc..47b17ff 100644 --- a/artemis-commons/pom.xml +++ b/artemis-commons/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 1.4.0-SNAPSHOT + 1.3.0 artemis-commons http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-core-client/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-core-client/pom.xml b/artemis-core-client/pom.xml index d445dbf..250861f 100644 --- a/artemis-core-client/pom.xml +++ b/artemis-core-client/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 1.4.0-SNAPSHOT + 1.3.0 artemis-core-client http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-distribution/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-distribution/pom.xml b/artemis-distribution/pom.xml index 9346924..0f1d90f 100644 --- a/artemis-distribution/pom.xml +++ b/artemis-distribution/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq artemis-pom - 1.4.0-SNAPSHOT + 1.3.0 apache-artemis http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-dto/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-dto/pom.xml b/artemis-dto/pom.xml index 72e3f0c..a6fe210 100644 --- a/artemis-dto/pom.xml +++ b/artemis-dto/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 1.4.0-SNAPSHOT + 1.3.0 artemis-dto http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-features/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-features/pom.xml b/artemis-features/pom.xml index c95c4d6..2645703 100644 --- a/artemis-features/pom.xml +++ b/artemis-features/pom.xml @@ -19,7 +19,7 @@ org.apache.activemq artemis-pom - 1.4.0-SNAPSHOT + 1.3.0 artemis-features pom http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-jdbc-store/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-jdbc-store/pom.xml b/artemis-jdbc-store/pom.xml index 72ba37e..c35a3a1 100644 --- a/artemis-jdbc-store/pom.xml +++ b/artemis-jdbc-store/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 1.4.0-SNAPSHOT + 1.3.0 artemis-jdbc-store http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-jms-client/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-jms-client/pom.xml b/artemis-jms-client/pom.xml index 6a06d41..ff327fc 100644 --- a/artemis-jms-client/pom.xml +++ b/artemis-jms-client/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 1.4.0-SNAPSHOT + 1.3.0 artemis-jms-client http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-jms-server/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-jms-server/pom.xml b/artemis-jms-server/pom.xml index 0603955..a5eb954 100644 --- a/artemis-jms-server/pom.xml +++ b/artemis-jms-server/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 1.4.0-SNAPSHOT + 1.3.0 artemis-jms-server http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-journal/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-journal/pom.xml b/artemis-journal/pom.xml index 635a8b6..c1e4088 100644 --- a/artemis-journal/pom.xml +++ b/artemis-journal/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 1.4.0-SNAPSHOT + 1.3.0 artemis-journal http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-maven-plugin/pom.xml b/artemis-maven-plugin/pom.xml index 67d08d0..1fdcca9 100644 --- a/artemis-maven-plugin/pom.xml +++ b/artemis-maven-plugin/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 1.4.0-SNAPSHOT + 1.3.0 artemis-maven-plugin http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-native/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-native/pom.xml b/artemis-native/pom.xml index 89bc76e..3346f47 100644 --- a/artemis-native/pom.xml +++ b/artemis-native/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq artemis-pom - 1.4.0-SNAPSHOT + 1.3.0 artemis-native http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-protocols/artemis-amqp-protocol/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-protocols/artemis-amqp-protocol/pom.xml b/artemis-protocols/artemis-amqp-protocol/pom.xml index a1fe6f6..6354456 100644 --- a/artemis-protocols/artemis-amqp-protocol/pom.xml +++ b/artemis-protocols/artemis-amqp-protocol/pom.xml @@ -18,7 +18,7 @@ artemis-protocols org.apache.activemq - 1.4.0-SNAPSHOT + 1.3.0 4.0.0 http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-protocols/artemis-hornetq-protocol/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-protocols/artemis-hornetq-protocol/pom.xml b/artemis-protocols/artemis-hornetq-protocol/pom.xml index 388d3d8..404cca1 100644 --- a/artemis-protocols/artemis-hornetq-protocol/pom.xml +++ b/artemis-protocols/artemis-hornetq-protocol/pom.xml @@ -18,7 +18,7 @@ artemis-protocols org.apache.activemq - 1.4.0-SNAPSHOT + 1.3.0 4.0.0 http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-protocols/artemis-hqclient-protocol/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-protocols/artemis-hqclient-protocol/pom.xml b/artemis-protocols/artemis-hqclient-protocol/pom.xml index fdd9982..8fadb1c 100644 --- a/artemis-protocols/artemis-hqclient-protocol/pom.xml +++ b/artemis-protocols/artemis-hqclient-protocol/pom.xml @@ -18,7 +18,7 @@ artemis-protocols org.apache.activemq - 1.4.0-SNAPSHOT + 1.3.0 4.0.0 http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-protocols/artemis-mqtt-protocol/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-protocols/artemis-mqtt-protocol/pom.xml b/artemis-protocols/artemis-mqtt-protocol/pom.xml index 5404ee9..fdf2b33 100644 --- a/artemis-protocols/artemis-mqtt-protocol/pom.xml +++ b/artemis-protocols/artemis-mqtt-protocol/pom.xml @@ -18,7 +18,7 @@ artemis-protocols org.apache.activemq - 1.4.0-SNAPSHOT + 1.3.0 4.0.0 http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-protocols/artemis-openwire-protocol/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-protocols/artemis-openwire-protocol/pom.xml b/artemis-protocols/artemis-openwire-protocol/pom.xml index ba09b05..36c6442 100644 --- a/artemis-protocols/artemis-openwire-protocol/pom.xml +++ b/artemis-protocols/artemis-openwire-protocol/pom.xml @@ -18,7 +18,7 @@ artemis-protocols org.apache.activemq - 1.4.0-SNAPSHOT + 1.3.0 4.0.0 http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-protocols/artemis-proton-plug/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-protocols/artemis-proton-plug/pom.xml b/artemis-protocols/artemis-proton-plug/pom.xml index c140f60..406ed13 100644 --- a/artemis-protocols/artemis-proton-plug/pom.xml +++ b/artemis-protocols/artemis-proton-plug/pom.xml @@ -18,7 +18,7 @@ artemis-protocols org.apache.activemq - 1.4.0-SNAPSHOT + 1.3.0 4.0.0 http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-protocols/artemis-stomp-protocol/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-protocols/artemis-stomp-protocol/pom.xml b/artemis-protocols/artemis-stomp-protocol/pom.xml index 21576e0..329c241 100644 --- a/artemis-protocols/artemis-stomp-protocol/pom.xml +++ b/artemis-protocols/artemis-stomp-protocol/pom.xml @@ -18,7 +18,7 @@ artemis-protocols org.apache.activemq - 1.4.0-SNAPSHOT + 1.3.0 4.0.0 http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-protocols/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-protocols/pom.xml b/artemis-protocols/pom.xml index d5ace7e..7d3e73f 100644 --- a/artemis-protocols/pom.xml +++ b/artemis-protocols/pom.xml @@ -19,7 +19,7 @@ artemis-pom org.apache.activemq - 1.4.0-SNAPSHOT + 1.3.0 4.0.0 http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-ra/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-ra/pom.xml b/artemis-ra/pom.xml index 329aaa9..b3921eb 100644 --- a/artemis-ra/pom.xml +++ b/artemis-ra/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq artemis-pom - 1.4.0-SNAPSHOT + 1.3.0 artemis-ra http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-rest/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-rest/pom.xml b/artemis-rest/pom.xml index d22497e..c9685ba 100644 --- a/artemis-rest/pom.xml +++ b/artemis-rest/pom.xml @@ -19,7 +19,7 @@ org.apache.activemq artemis-pom - 1.4.0-SNAPSHOT + 1.3.0 ActiveMQ Artemis REST Interface Implementation http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-selector/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-selector/pom.xml b/artemis-selector/pom.xml index c085ead..9b75812 100644 --- a/artemis-selector/pom.xml +++ b/artemis-selector/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 1.4.0-SNAPSHOT + 1.3.0 artemis-selector http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-server-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-server-osgi/pom.xml b/artemis-server-osgi/pom.xml index 8036eb1..a8e230a 100644 --- a/artemis-server-osgi/pom.xml +++ b/artemis-server-osgi/pom.xml @@ -14,7 +14,7 @@ org.apache.activemq artemis-pom - 1.4.0-SNAPSHOT + 1.3.0 artemis-server-osgi http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-server/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-server/pom.xml b/artemis-server/pom.xml index 07cb0c3..a12173e 100644 --- a/artemis-server/pom.xml +++ b/artemis-server/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 1.4.0-SNAPSHOT + 1.3.0 artemis-server http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-service-extensions/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-service-extensions/pom.xml b/artemis-service-extensions/pom.xml index 481e0da..84dd349 100644 --- a/artemis-service-extensions/pom.xml +++ b/artemis-service-extensions/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 1.4.0-SNAPSHOT + 1.3.0 artemis-service-extensions http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-web/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-web/pom.xml b/artemis-web/pom.xml index 2814841..e97aaee 100644 --- a/artemis-web/pom.xml +++ b/artemis-web/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 1.4.0-SNAPSHOT + 1.3.0 artemis-web http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/artemis-website/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-website/pom.xml b/artemis-website/pom.xml index 5ac02fb..902aea3 100644 --- a/artemis-website/pom.xml +++ b/artemis-website/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 1.4.0-SNAPSHOT + 1.3.0 artemis-website http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/integration/activemq-aerogear-integration/pom.xml ---------------------------------------------------------------------- diff --git a/integration/activemq-aerogear-integration/pom.xml b/integration/activemq-aerogear-integration/pom.xml index 004ef54..6ac3d91 100644 --- a/integration/activemq-aerogear-integration/pom.xml +++ b/integration/activemq-aerogear-integration/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 1.4.0-SNAPSHOT + 1.3.0 ../../pom.xml http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/integration/activemq-spring-integration/pom.xml ---------------------------------------------------------------------- diff --git a/integration/activemq-spring-integration/pom.xml b/integration/activemq-spring-integration/pom.xml index e1254ed..761826a 100644 --- a/integration/activemq-spring-integration/pom.xml +++ b/integration/activemq-spring-integration/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq artemis-pom - 1.4.0-SNAPSHOT + 1.3.0 ../../pom.xml http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/integration/activemq-vertx-integration/pom.xml ---------------------------------------------------------------------- diff --git a/integration/activemq-vertx-integration/pom.xml b/integration/activemq-vertx-integration/pom.xml index 0bd0e3a..1c8ee2e 100644 --- a/integration/activemq-vertx-integration/pom.xml +++ b/integration/activemq-vertx-integration/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq artemis-pom - 1.4.0-SNAPSHOT + 1.3.0 ../../pom.xml http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7384d1f..50a039c 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom pom - 1.4.0-SNAPSHOT + 1.3.0 org.apache @@ -149,7 +149,7 @@ scm:git:http://git-wip-us.apache.org/repos/asf/activemq-artemis.git scm:git:https://git-wip-us.apache.org/repos/asf/activemq-artemis.git https://fisheye6.atlassian.com/browse/~br=master/activemq-artemis-git - 1.0.0-SNAPSHOT + 1.3.0 http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/tests/integration-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml index 2691c09..b1a4679 100644 --- a/tests/integration-tests/pom.xml +++ b/tests/integration-tests/pom.xml @@ -19,7 +19,7 @@ org.apache.activemq.tests artemis-tests-pom - 1.4.0-SNAPSHOT + 1.3.0 integration-tests http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/tests/jms-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/jms-tests/pom.xml b/tests/jms-tests/pom.xml index ec91e6f..c44df9d 100644 --- a/tests/jms-tests/pom.xml +++ b/tests/jms-tests/pom.xml @@ -19,7 +19,7 @@ org.apache.activemq.tests artemis-tests-pom - 1.4.0-SNAPSHOT + 1.3.0 jms-tests http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/tests/joram-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/joram-tests/pom.xml b/tests/joram-tests/pom.xml index 5bf9dfa..48e48c4 100644 --- a/tests/joram-tests/pom.xml +++ b/tests/joram-tests/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq.tests artemis-tests-pom - 1.4.0-SNAPSHOT + 1.3.0 joram-tests http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/tests/performance-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/performance-tests/pom.xml b/tests/performance-tests/pom.xml index df29521..6927886 100644 --- a/tests/performance-tests/pom.xml +++ b/tests/performance-tests/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq.tests artemis-tests-pom - 1.4.0-SNAPSHOT + 1.3.0 performance-tests http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/pom.xml b/tests/pom.xml index 6a9c000..e12dbe1 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -18,7 +18,7 @@ org.apache.activemq artemis-pom - 1.4.0-SNAPSHOT + 1.3.0 ActiveMQ Artemis Tests POM http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/tests/soak-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/soak-tests/pom.xml b/tests/soak-tests/pom.xml index c83077e..68a537a 100644 --- a/tests/soak-tests/pom.xml +++ b/tests/soak-tests/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq.tests artemis-tests-pom - 1.4.0-SNAPSHOT + 1.3.0 soak-tests http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/tests/stress-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/stress-tests/pom.xml b/tests/stress-tests/pom.xml index 4aa577d..5a0ef15 100644 --- a/tests/stress-tests/pom.xml +++ b/tests/stress-tests/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq.tests artemis-tests-pom - 1.4.0-SNAPSHOT + 1.3.0 stress-tests http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/tests/timing-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/timing-tests/pom.xml b/tests/timing-tests/pom.xml index 4bca43d..7034738 100644 --- a/tests/timing-tests/pom.xml +++ b/tests/timing-tests/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq.tests artemis-tests-pom - 1.4.0-SNAPSHOT + 1.3.0 timing-tests http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c5ab446/tests/unit-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/unit-tests/pom.xml b/tests/unit-tests/pom.xml index 1e5a220..97e01a6 100644 --- a/tests/unit-tests/pom.xml +++ b/tests/unit-tests/pom.xml @@ -19,7 +19,7 @@ org.apache.activemq.tests artemis-tests-pom - 1.4.0-SNAPSHOT + 1.3.0 unit-tests