This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 494bbf6e0aaefeafc9da496514c078c7002da564 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue May 22 15:29:35 2018 +0200 Upgrade Artemis to version 2.6.0 --- examples/camel-example-artemis-amqp-blueprint/README.md | 2 +- parent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/camel-example-artemis-amqp-blueprint/README.md b/examples/camel-example-artemis-amqp-blueprint/README.md index efa9bcb..84c65be 100644 --- a/examples/camel-example-artemis-amqp-blueprint/README.md +++ b/examples/camel-example-artemis-amqp-blueprint/README.md @@ -20,7 +20,7 @@ You download and unzip Apache ActiveMQ Artemis from: http://activemq.apache.org/ After unzipping the download, you can then create a new broker with the name `mybroker`: - $ cd apache-artemis-2.4.0 + $ cd apache-artemis-2.6.0 $ bin/artemis create mybroker ### Run ActiveMQ Artemis diff --git a/parent/pom.xml b/parent/pom.xml index 488667a..2c6faf5 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -41,7 +41,7 @@ <abdera-version>1.1.3</abdera-version> <!-- Note that activemq dependency is only used for testing! --> <activemq-version>5.15.3</activemq-version> - <activemq-artemis-version>2.5.0</activemq-artemis-version> + <activemq-artemis-version>2.6.0</activemq-artemis-version> <aether-version>1.0.2.v20150114</aether-version> <ahc-version>2.4.7</ahc-version> <ant-bundle-version>1.7.0_6</ant-bundle-version> -- To stop receiving notification emails like this one, please contact acosent...@apache.org.