Make the openwire examples use the activemq5 version from the top level pom
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/90c54b27 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/90c54b27 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/90c54b27 Branch: refs/heads/refactor-openwire Commit: 90c54b274ed84f5df54cf49ca7a32730ff48d81a Parents: 650fb58 Author: Paul Gallagher <[email protected]> Authored: Mon Feb 8 13:46:23 2016 +0000 Committer: jbertram <[email protected]> Committed: Mon Feb 8 10:42:38 2016 -0600 ---------------------------------------------------------------------- examples/protocols/openwire/pom.xml | 1 - pom.xml | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/90c54b27/examples/protocols/openwire/pom.xml ---------------------------------------------------------------------- diff --git a/examples/protocols/openwire/pom.xml b/examples/protocols/openwire/pom.xml index 47ef8c9..2eaa218 100644 --- a/examples/protocols/openwire/pom.xml +++ b/examples/protocols/openwire/pom.xml @@ -34,7 +34,6 @@ under the License. <properties> <activemq.basedir>${project.basedir}/../../..</activemq.basedir> - <activemq5-version>5.11.0</activemq5-version> <slf4j-version>1.7.10</slf4j-version> </properties> http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/90c54b27/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8294bd0..7e4b5b2 100644 --- a/pom.xml +++ b/pom.xml @@ -82,6 +82,7 @@ </ActiveMQ-Version> <resteasy.version>3.0.13.Final</resteasy.version> <proton.version>0.10</proton.version> + <activemq5-version>5.12.0</activemq5-version> <fuse.mqtt.client.version>1.10</fuse.mqtt.client.version> <apache.derby.version>10.11.1.1</apache.derby.version> <skipUnitTests>true</skipUnitTests> @@ -399,7 +400,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-client</artifactId> - <version>5.12.0</version> + <version>${activemq5-version}</version> <!-- License: Apache 2.0 --> </dependency> <dependency>
