Repository: activemq-6 Updated Branches: refs/heads/master 6f96e9531 -> a97178aba
[maven-release-plugin] prepare release 6.0.0 Project: http://git-wip-us.apache.org/repos/asf/activemq-6/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-6/commit/a97178ab Tree: http://git-wip-us.apache.org/repos/asf/activemq-6/tree/a97178ab Diff: http://git-wip-us.apache.org/repos/asf/activemq-6/diff/a97178ab Branch: refs/heads/master Commit: a97178abafcda169973365aca91f1d9fc6864709 Parents: 6f96e95 Author: Martyn Taylor <[email protected]> Authored: Thu Mar 12 19:00:02 2015 +0000 Committer: Martyn Taylor <[email protected]> Committed: Thu Mar 12 19:00:02 2015 +0000 ---------------------------------------------------------------------- activemq-bootstrap/pom.xml | 2 +- activemq-commons/pom.xml | 2 +- activemq-core-client/pom.xml | 2 +- activemq-dto/pom.xml | 2 +- activemq-jms-client/pom.xml | 2 +- activemq-jms-server/pom.xml | 2 +- activemq-journal/pom.xml | 2 +- activemq-maven-plugin/pom.xml | 2 +- activemq-native/pom.xml | 2 +- activemq-protocols/activemq-amqp-protocol/pom.xml | 2 +- activemq-protocols/activemq-openwire-protocol/pom.xml | 2 +- activemq-protocols/activemq-proton-plug/pom.xml | 2 +- activemq-protocols/activemq-stomp-protocol/pom.xml | 2 +- activemq-protocols/pom.xml | 2 +- activemq-ra/pom.xml | 2 +- activemq-rest/pom.xml | 2 +- activemq-selector/pom.xml | 2 +- activemq-server/pom.xml | 2 +- activemq-service-extensions/pom.xml | 2 +- activemq-tools/pom.xml | 2 +- activemq-web/pom.xml | 2 +- activemq-website/pom.xml | 2 +- distribution/activemq/pom.xml | 2 +- distribution/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 +- 37 files changed, 38 insertions(+), 38 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/activemq-bootstrap/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-bootstrap/pom.xml b/activemq-bootstrap/pom.xml index 00005c6..00ae15b 100644 --- a/activemq-bootstrap/pom.xml +++ b/activemq-bootstrap/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <artifactId>activemq-bootstrap</artifactId> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/activemq-commons/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-commons/pom.xml b/activemq-commons/pom.xml index 5b62f98..faab8aa 100644 --- a/activemq-commons/pom.xml +++ b/activemq-commons/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <artifactId>activemq-commons</artifactId> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/activemq-core-client/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-core-client/pom.xml b/activemq-core-client/pom.xml index e3d5ed5..b935067 100644 --- a/activemq-core-client/pom.xml +++ b/activemq-core-client/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <artifactId>activemq-core-client</artifactId> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/activemq-dto/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-dto/pom.xml b/activemq-dto/pom.xml index 12a1d48..93313e9 100644 --- a/activemq-dto/pom.xml +++ b/activemq-dto/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <artifactId>activemq-dto</artifactId> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/activemq-jms-client/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-jms-client/pom.xml b/activemq-jms-client/pom.xml index 6168ef8..17189ea 100644 --- a/activemq-jms-client/pom.xml +++ b/activemq-jms-client/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <artifactId>activemq-jms-client</artifactId> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/activemq-jms-server/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-jms-server/pom.xml b/activemq-jms-server/pom.xml index 783afcb..eadfb3b 100644 --- a/activemq-jms-server/pom.xml +++ b/activemq-jms-server/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <artifactId>activemq-jms-server</artifactId> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/activemq-journal/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-journal/pom.xml b/activemq-journal/pom.xml index f94fd54..090282b 100644 --- a/activemq-journal/pom.xml +++ b/activemq-journal/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <artifactId>activemq-journal</artifactId> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/activemq-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-maven-plugin/pom.xml b/activemq-maven-plugin/pom.xml index 384f6eb..f06d920 100644 --- a/activemq-maven-plugin/pom.xml +++ b/activemq-maven-plugin/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <artifactId>activemq-maven-plugin</artifactId> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/activemq-native/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-native/pom.xml b/activemq-native/pom.xml index 55fdc7d..e097b96 100644 --- a/activemq-native/pom.xml +++ b/activemq-native/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <artifactId>activemq-native</artifactId> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/activemq-protocols/activemq-amqp-protocol/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-protocols/activemq-amqp-protocol/pom.xml b/activemq-protocols/activemq-amqp-protocol/pom.xml index 74e7ac1..03c69c4 100644 --- a/activemq-protocols/activemq-amqp-protocol/pom.xml +++ b/activemq-protocols/activemq-amqp-protocol/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>activemq-protocols</artifactId> <groupId>org.apache.activemq</groupId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/activemq-protocols/activemq-openwire-protocol/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-protocols/activemq-openwire-protocol/pom.xml b/activemq-protocols/activemq-openwire-protocol/pom.xml index 6458866..cbe5557 100644 --- a/activemq-protocols/activemq-openwire-protocol/pom.xml +++ b/activemq-protocols/activemq-openwire-protocol/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>activemq-protocols</artifactId> <groupId>org.apache.activemq</groupId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/activemq-protocols/activemq-proton-plug/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-protocols/activemq-proton-plug/pom.xml b/activemq-protocols/activemq-proton-plug/pom.xml index db125c4..aadb740 100644 --- a/activemq-protocols/activemq-proton-plug/pom.xml +++ b/activemq-protocols/activemq-proton-plug/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>activemq-protocols</artifactId> <groupId>org.apache.activemq</groupId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/activemq-protocols/activemq-stomp-protocol/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-protocols/activemq-stomp-protocol/pom.xml b/activemq-protocols/activemq-stomp-protocol/pom.xml index b47320a..9ce4043 100644 --- a/activemq-protocols/activemq-stomp-protocol/pom.xml +++ b/activemq-protocols/activemq-stomp-protocol/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>activemq-protocols</artifactId> <groupId>org.apache.activemq</groupId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/activemq-protocols/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-protocols/pom.xml b/activemq-protocols/pom.xml index ab0d927..fd225cc 100644 --- a/activemq-protocols/pom.xml +++ b/activemq-protocols/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>activemq-pom</artifactId> <groupId>org.apache.activemq</groupId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/activemq-ra/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-ra/pom.xml b/activemq-ra/pom.xml index 676effa..083b445 100644 --- a/activemq-ra/pom.xml +++ b/activemq-ra/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <artifactId>activemq-ra</artifactId> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/activemq-rest/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-rest/pom.xml b/activemq-rest/pom.xml index 4e2772d..7567d32 100644 --- a/activemq-rest/pom.xml +++ b/activemq-rest/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <name>ActiveMQ6 REST Interface Implementation</name> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/activemq-selector/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-selector/pom.xml b/activemq-selector/pom.xml index ed00644..f840716 100644 --- a/activemq-selector/pom.xml +++ b/activemq-selector/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <artifactId>activemq-selector</artifactId> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/activemq-server/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-server/pom.xml b/activemq-server/pom.xml index 18bbf8a..719caf0 100644 --- a/activemq-server/pom.xml +++ b/activemq-server/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <artifactId>activemq-server</artifactId> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/activemq-service-extensions/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-service-extensions/pom.xml b/activemq-service-extensions/pom.xml index e305dca..b5d7930 100644 --- a/activemq-service-extensions/pom.xml +++ b/activemq-service-extensions/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <artifactId>activemq-service-extensions</artifactId> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/activemq-tools/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-tools/pom.xml b/activemq-tools/pom.xml index 99c083a..d018282 100644 --- a/activemq-tools/pom.xml +++ b/activemq-tools/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <artifactId>activemq-tools</artifactId> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/activemq-web/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-web/pom.xml b/activemq-web/pom.xml index c675bf7..fab37ca 100644 --- a/activemq-web/pom.xml +++ b/activemq-web/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <artifactId>activemq-web</artifactId> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/activemq-website/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-website/pom.xml b/activemq-website/pom.xml index 53c1b89..9dd6b1d 100644 --- a/activemq-website/pom.xml +++ b/activemq-website/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <artifactId>activemq-website</artifactId> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/distribution/activemq/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/activemq/pom.xml b/distribution/activemq/pom.xml index 2f82924..dce3172 100644 --- a/distribution/activemq/pom.xml +++ b/distribution/activemq/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-distribution</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <artifactId>apache-activemq</artifactId> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 95c6904..7d967b0 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <artifactId>activemq-distribution</artifactId> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/integration/activemq-aerogear-integration/pom.xml ---------------------------------------------------------------------- diff --git a/integration/activemq-aerogear-integration/pom.xml b/integration/activemq-aerogear-integration/pom.xml index d109a9d..c87bb66 100644 --- a/integration/activemq-aerogear-integration/pom.xml +++ b/integration/activemq-aerogear-integration/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/integration/activemq-spring-integration/pom.xml ---------------------------------------------------------------------- diff --git a/integration/activemq-spring-integration/pom.xml b/integration/activemq-spring-integration/pom.xml index 4f03b08..2abe7b2 100644 --- a/integration/activemq-spring-integration/pom.xml +++ b/integration/activemq-spring-integration/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/integration/activemq-vertx-integration/pom.xml ---------------------------------------------------------------------- diff --git a/integration/activemq-vertx-integration/pom.xml b/integration/activemq-vertx-integration/pom.xml index ae81e1e..138f857 100644 --- a/integration/activemq-vertx-integration/pom.xml +++ b/integration/activemq-vertx-integration/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b45a87d..2420d8f 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <groupId>org.apache.activemq</groupId> <artifactId>activemq-pom</artifactId> <packaging>pom</packaging> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> <parent> <groupId>org.apache</groupId> @@ -106,7 +106,7 @@ <connection>scm:git:http://git-wip-us.apache.org/repos/asf/activemq-6.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/activemq-6.git</developerConnection> <url>https://fisheye6.atlassian.com/browse/~br=master/activemq-6-git</url> - <tag>6.0.0-SNAPSHOT</tag> + <tag>6.0.0</tag> </scm> <distributionManagement> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/tests/integration-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml index 6eec0ff..7417824 100644 --- a/tests/integration-tests/pom.xml +++ b/tests/integration-tests/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.activemq.tests</groupId> <artifactId>activemq-tests-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <artifactId>integration-tests</artifactId> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/tests/jms-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/jms-tests/pom.xml b/tests/jms-tests/pom.xml index 48b8507..c1c9152 100644 --- a/tests/jms-tests/pom.xml +++ b/tests/jms-tests/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.activemq.tests</groupId> <artifactId>activemq-tests-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <artifactId>jms-tests</artifactId> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/tests/joram-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/joram-tests/pom.xml b/tests/joram-tests/pom.xml index 9c079bb..0cfde9d 100644 --- a/tests/joram-tests/pom.xml +++ b/tests/joram-tests/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.activemq.tests</groupId> <artifactId>activemq-tests-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <artifactId>joram-tests</artifactId> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/tests/performance-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/performance-tests/pom.xml b/tests/performance-tests/pom.xml index 0b8f0b3..c9ead79 100644 --- a/tests/performance-tests/pom.xml +++ b/tests/performance-tests/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.activemq.tests</groupId> <artifactId>activemq-tests-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <artifactId>performance-tests</artifactId> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/pom.xml b/tests/pom.xml index bccb424..91808cd 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <name>ActiveMQ6 Tests POM</name> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/tests/soak-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/soak-tests/pom.xml b/tests/soak-tests/pom.xml index 67e41db..b9cd77a 100644 --- a/tests/soak-tests/pom.xml +++ b/tests/soak-tests/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.activemq.tests</groupId> <artifactId>activemq-tests-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <artifactId>soak-tests</artifactId> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/tests/stress-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/stress-tests/pom.xml b/tests/stress-tests/pom.xml index 8a92dd1..032df67 100644 --- a/tests/stress-tests/pom.xml +++ b/tests/stress-tests/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.activemq.tests</groupId> <artifactId>activemq-tests-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <artifactId>stress-tests</artifactId> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/tests/timing-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/timing-tests/pom.xml b/tests/timing-tests/pom.xml index e4b8fd8..754552f 100644 --- a/tests/timing-tests/pom.xml +++ b/tests/timing-tests/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.activemq.tests</groupId> <artifactId>activemq-tests-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <artifactId>timing-tests</artifactId> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a97178ab/tests/unit-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/unit-tests/pom.xml b/tests/unit-tests/pom.xml index 9b2bd95..9ae79d4 100644 --- a/tests/unit-tests/pom.xml +++ b/tests/unit-tests/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.activemq.tests</groupId> <artifactId>activemq-tests-pom</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.0</version> </parent> <artifactId>unit-tests</artifactId>
