diff --git a/activemq-native/README b/activemq-native/README
index 88bd9904cd..183742ee2d 100644
--- a/activemq-native/README
+++ b/activemq-native/README
@@ -37,7 +37,7 @@ if you are missing any dependencies, autoconf would tell you what you're missing
COMPILED FILE
-The produced file will be under the ./target/nar (example: ./target/nar/activemq-native-6.0.0-SNAPSHOT-amd64-Linux-gpp-jni/lib/amd64-Linux-gpp/jni/libactivemq-native-6.0.0-SNAPSHOT.so)
+The produced file will be under the ./target/nar (example: ./target/nar/activemq-native-6.0.0-amd64-Linux-gpp-jni/lib/amd64-Linux-gpp/jni/libactivemq-native-6.0.0.so)
and you will have to rename it manually under ./bin following the appropriate pattern.
diff --git a/activemq_doap.rdf b/activemq_doap.rdf
index 475a8e35d9..16d9787574 100644
--- a/activemq_doap.rdf
+++ b/activemq_doap.rdf
@@ -65,8 +65,8 @@ under the License.
- 6.0.0-SNAPSHOT
- 6.0.0-SNAPSHOT.final
+ 6.0.0
+ 6.0.0.final
2013-16-12
diff --git a/distribution/activemq/src/main/resources/README.html b/distribution/activemq/src/main/resources/README.html
index eb945de5c1..8e41d4fdec 100644
--- a/distribution/activemq/src/main/resources/README.html
+++ b/distribution/activemq/src/main/resources/README.html
@@ -61,7 +61,7 @@ The broker comes shipped with an in depth user manual and a bunch of examples to
The examples are shipped inside the distribution folder under "examples": Apache ActiveMQ Examples.
-
Release Notes - ActiveMQ 6.0.0-SNAPSHOT
+Release Notes - ActiveMQ 6.0.0
-The ActiveMQ 6.0.0-SNAPSHOT release notes can be found in the Apache ActiveMQ project JIRA.
+The ActiveMQ 6.0.0 release notes can be found in the Apache ActiveMQ project JIRA.
diff --git a/docs/user-manual/en/libaio.md b/docs/user-manual/en/libaio.md
index 9d948375fa..9664d5e5c1 100644
--- a/docs/user-manual/en/libaio.md
+++ b/docs/user-manual/en/libaio.md
@@ -72,7 +72,7 @@ script `compile-native.sh`. This script will invoke the proper maven profile to
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
- [INFO] Building ActiveMQ6 Native POM 6.0.0-SNAPSHOT
+ [INFO] Building ActiveMQ6 Native POM 6.0.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- nar-maven-plugin:3.0.0:nar-validate (default-nar-validate) @ activemq-native ---
diff --git a/docs/user-manual/en/logging.md b/docs/user-manual/en/logging.md
index 1ff56859ad..cf184a4541 100644
--- a/docs/user-manual/en/logging.md
+++ b/docs/user-manual/en/logging.md
@@ -62,7 +62,7 @@ add the following dependencies.
org.apache.activemq
activemq-core-client
- 6.0.0-SNAPSHOT
+ 6.0.0
There are 2 properties you need to set when starting your java program,
diff --git a/docs/user-manual/en/management.md b/docs/user-manual/en/management.md
index 7d8d342c70..186410a857 100644
--- a/docs/user-manual/en/management.md
+++ b/docs/user-manual/en/management.md
@@ -555,7 +555,7 @@ be to use a brower and go to the URL http://localhost:8161/jolokia/read/org.apac
This would give you back something like the following:
- {"timestamp":1422019706,"status":200,"request":{"mbean":"org.apache.activemq:module=Core,type=Server","attribute":"Version","type":"read"},"value":"6.0.0-SNAPSHOT.SNAPSHOT (Active Hornet, 126)"}
+ {"timestamp":1422019706,"status":200,"request":{"mbean":"org.apache.activemq:module=Core,type=Server","attribute":"Version","type":"read"},"value":"6.0.0.SNAPSHOT (Active Hornet, 126)"}
## Using Management Via Core API
diff --git a/docs/user-manual/en/rest.md b/docs/user-manual/en/rest.md
index a306281b93..36fadb68de 100644
--- a/docs/user-manual/en/rest.md
+++ b/docs/user-manual/en/rest.md
@@ -103,7 +103,7 @@ Within your WEB-INF/lib directory you must have the Apache activemq-rest.jar fil
org.apache.activemq.rest
activemq-rest
- 6.0.0-SNAPSHOT.Final
+ 6.0.0.Final
*
@@ -179,7 +179,7 @@ Here's a Maven pom.xml file for creating a WAR for this environment. Make sure y
org.apache.activemq.rest
activemq-rest
- 6.0.0-SNAPSHOT.Final
+ 6.0.0.Final
diff --git a/examples/core/embedded-remote/pom.xml b/examples/core/embedded-remote/pom.xml
index dc3cde2f00..93044ebe9e 100644
--- a/examples/core/embedded-remote/pom.xml
+++ b/examples/core/embedded-remote/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.core
core-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-core-embedded-remote-example
diff --git a/examples/core/embedded/pom.xml b/examples/core/embedded/pom.xml
index 92fe4f1ed9..bcd878f0ee 100644
--- a/examples/core/embedded/pom.xml
+++ b/examples/core/embedded/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.core
core-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-core-embedded-example
diff --git a/examples/core/perf/pom.xml b/examples/core/perf/pom.xml
index 131d424dab..f8bc523d11 100644
--- a/examples/core/perf/pom.xml
+++ b/examples/core/perf/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.core
core-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-core-perf-example
diff --git a/examples/core/vertx-connector/pom.xml b/examples/core/vertx-connector/pom.xml
index f401739277..0b94b507d7 100644
--- a/examples/core/vertx-connector/pom.xml
+++ b/examples/core/vertx-connector/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.core
core-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-vertx-example
diff --git a/examples/jms/activemq-ra-rar/pom.xml b/examples/jms/activemq-ra-rar/pom.xml
index cefa69a97b..c3a56cc146 100644
--- a/examples/jms/activemq-ra-rar/pom.xml
+++ b/examples/jms/activemq-ra-rar/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-rar
diff --git a/examples/jms/aerogear/pom.xml b/examples/jms/aerogear/pom.xml
index c2f7a46f08..155a38b37c 100644
--- a/examples/jms/aerogear/pom.xml
+++ b/examples/jms/aerogear/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
diff --git a/examples/jms/applet/pom.xml b/examples/jms/applet/pom.xml
index 0944dcadef..6380dbb96d 100644
--- a/examples/jms/applet/pom.xml
+++ b/examples/jms/applet/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-applet-example
diff --git a/examples/jms/application-layer-failover/pom.xml b/examples/jms/application-layer-failover/pom.xml
index e87947bbb7..643c002ef3 100644
--- a/examples/jms/application-layer-failover/pom.xml
+++ b/examples/jms/application-layer-failover/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-application-layer-failover-example
diff --git a/examples/jms/bridge/pom.xml b/examples/jms/bridge/pom.xml
index c4274b32e4..5e543c2ce4 100644
--- a/examples/jms/bridge/pom.xml
+++ b/examples/jms/bridge/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-bridge-example
diff --git a/examples/jms/browser/pom.xml b/examples/jms/browser/pom.xml
index 4d1a4c00cc..f399c7194b 100644
--- a/examples/jms/browser/pom.xml
+++ b/examples/jms/browser/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-browser-example
diff --git a/examples/jms/client-kickoff/pom.xml b/examples/jms/client-kickoff/pom.xml
index f9ac7ad052..0f088b7ef8 100644
--- a/examples/jms/client-kickoff/pom.xml
+++ b/examples/jms/client-kickoff/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-client-kickoff-example
diff --git a/examples/jms/client-side-failoverlistener/pom.xml b/examples/jms/client-side-failoverlistener/pom.xml
index 9939e090d2..1498db83a2 100644
--- a/examples/jms/client-side-failoverlistener/pom.xml
+++ b/examples/jms/client-side-failoverlistener/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-client-side-fileoverlistener-example
diff --git a/examples/jms/client-side-load-balancing/pom.xml b/examples/jms/client-side-load-balancing/pom.xml
index ce6f239848..72dc7d3a32 100644
--- a/examples/jms/client-side-load-balancing/pom.xml
+++ b/examples/jms/client-side-load-balancing/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-client-side-load-balancing-example
diff --git a/examples/jms/clustered-durable-subscription/pom.xml b/examples/jms/clustered-durable-subscription/pom.xml
index 11f123dc81..3044c71031 100644
--- a/examples/jms/clustered-durable-subscription/pom.xml
+++ b/examples/jms/clustered-durable-subscription/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-clustered-durable-subscription-example
diff --git a/examples/jms/clustered-grouping/pom.xml b/examples/jms/clustered-grouping/pom.xml
index 821d6333eb..d84dc90a20 100644
--- a/examples/jms/clustered-grouping/pom.xml
+++ b/examples/jms/clustered-grouping/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-clustered-grouping-example
diff --git a/examples/jms/clustered-jgroups/pom.xml b/examples/jms/clustered-jgroups/pom.xml
index 7a10bc1e21..6c5b79be87 100644
--- a/examples/jms/clustered-jgroups/pom.xml
+++ b/examples/jms/clustered-jgroups/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
clustered-jgroups
diff --git a/examples/jms/clustered-queue/pom.xml b/examples/jms/clustered-queue/pom.xml
index 597015ff39..e637561fd2 100644
--- a/examples/jms/clustered-queue/pom.xml
+++ b/examples/jms/clustered-queue/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
clustered-queue
diff --git a/examples/jms/clustered-standalone/pom.xml b/examples/jms/clustered-standalone/pom.xml
index a5d6e0b2cc..323f94e407 100644
--- a/examples/jms/clustered-standalone/pom.xml
+++ b/examples/jms/clustered-standalone/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-clustered-standalone-example
diff --git a/examples/jms/clustered-static-discovery/pom.xml b/examples/jms/clustered-static-discovery/pom.xml
index 950d09172b..c8e17c447d 100644
--- a/examples/jms/clustered-static-discovery/pom.xml
+++ b/examples/jms/clustered-static-discovery/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-clustered-static-discovery-example
diff --git a/examples/jms/clustered-static-oneway/pom.xml b/examples/jms/clustered-static-oneway/pom.xml
index 59d89be71e..0ff0e61c68 100644
--- a/examples/jms/clustered-static-oneway/pom.xml
+++ b/examples/jms/clustered-static-oneway/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-clustered-static-oneway-example
diff --git a/examples/jms/clustered-topic/pom.xml b/examples/jms/clustered-topic/pom.xml
index 3c0d302b0a..415b5ca156 100644
--- a/examples/jms/clustered-topic/pom.xml
+++ b/examples/jms/clustered-topic/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-clustered-topic-example
diff --git a/examples/jms/colocated-failover-scale-down/pom.xml b/examples/jms/colocated-failover-scale-down/pom.xml
index 50e8f80485..ace154d237 100644
--- a/examples/jms/colocated-failover-scale-down/pom.xml
+++ b/examples/jms/colocated-failover-scale-down/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
colocated-failover-scale-down
diff --git a/examples/jms/colocated-failover/pom.xml b/examples/jms/colocated-failover/pom.xml
index 6373c0d609..7a0e91518e 100644
--- a/examples/jms/colocated-failover/pom.xml
+++ b/examples/jms/colocated-failover/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
colocated-failover
diff --git a/examples/jms/consumer-rate-limit/pom.xml b/examples/jms/consumer-rate-limit/pom.xml
index cf0014e8a2..ebd38e1265 100644
--- a/examples/jms/consumer-rate-limit/pom.xml
+++ b/examples/jms/consumer-rate-limit/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-consumer-rate-limit-example
diff --git a/examples/jms/dead-letter/pom.xml b/examples/jms/dead-letter/pom.xml
index 35784f6747..48e83b204e 100644
--- a/examples/jms/dead-letter/pom.xml
+++ b/examples/jms/dead-letter/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-dead-letter-example
diff --git a/examples/jms/delayed-redelivery/pom.xml b/examples/jms/delayed-redelivery/pom.xml
index da43b78f9e..aaa243dddd 100644
--- a/examples/jms/delayed-redelivery/pom.xml
+++ b/examples/jms/delayed-redelivery/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-delayed-redelivery-example
diff --git a/examples/jms/divert/pom.xml b/examples/jms/divert/pom.xml
index 8d00b9223b..51c139ffc7 100644
--- a/examples/jms/divert/pom.xml
+++ b/examples/jms/divert/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-divert-example
diff --git a/examples/jms/durable-subscription/pom.xml b/examples/jms/durable-subscription/pom.xml
index 0ac226b012..1ec4173e98 100644
--- a/examples/jms/durable-subscription/pom.xml
+++ b/examples/jms/durable-subscription/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-durable-subscription-example
diff --git a/examples/jms/embedded-simple/pom.xml b/examples/jms/embedded-simple/pom.xml
index d9cc90b729..8ee8f0050f 100644
--- a/examples/jms/embedded-simple/pom.xml
+++ b/examples/jms/embedded-simple/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-embedded-simple-example
diff --git a/examples/jms/embedded/pom.xml b/examples/jms/embedded/pom.xml
index ba661cdc46..ee662b6464 100644
--- a/examples/jms/embedded/pom.xml
+++ b/examples/jms/embedded/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-embedded-example
diff --git a/examples/jms/expiry/pom.xml b/examples/jms/expiry/pom.xml
index c76c8b87ab..fc53819336 100644
--- a/examples/jms/expiry/pom.xml
+++ b/examples/jms/expiry/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-expiry-example
diff --git a/examples/jms/ha-policy-autobackup/pom.xml b/examples/jms/ha-policy-autobackup/pom.xml
index b27492f5d6..1d95ce9e6a 100644
--- a/examples/jms/ha-policy-autobackup/pom.xml
+++ b/examples/jms/ha-policy-autobackup/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
ha-policy-autobackup
diff --git a/examples/jms/http-transport/pom.xml b/examples/jms/http-transport/pom.xml
index 343e1534a1..a98c42ede1 100644
--- a/examples/jms/http-transport/pom.xml
+++ b/examples/jms/http-transport/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-http-transport-example
diff --git a/examples/jms/instantiate-connection-factory/pom.xml b/examples/jms/instantiate-connection-factory/pom.xml
index e668c373d3..0feefe7df9 100644
--- a/examples/jms/instantiate-connection-factory/pom.xml
+++ b/examples/jms/instantiate-connection-factory/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-instantiate-connection-factory-example
diff --git a/examples/jms/interceptor/pom.xml b/examples/jms/interceptor/pom.xml
index 10311a91cc..7542c97311 100644
--- a/examples/jms/interceptor/pom.xml
+++ b/examples/jms/interceptor/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-interceptor-example
diff --git a/examples/jms/jms-auto-closeable/pom.xml b/examples/jms/jms-auto-closeable/pom.xml
index 5a3519deca..08cb5c5882 100644
--- a/examples/jms/jms-auto-closeable/pom.xml
+++ b/examples/jms/jms-auto-closeable/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-auto-closeable-example
diff --git a/examples/jms/jms-bridge/pom.xml b/examples/jms/jms-bridge/pom.xml
index 8c207d2c27..b1f5657820 100644
--- a/examples/jms/jms-bridge/pom.xml
+++ b/examples/jms/jms-bridge/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-jms-bridge-example
diff --git a/examples/jms/jms-completion-listener/pom.xml b/examples/jms/jms-completion-listener/pom.xml
index 0f0ef9037b..016ed96dc6 100644
--- a/examples/jms/jms-completion-listener/pom.xml
+++ b/examples/jms/jms-completion-listener/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-completion-listener-example
diff --git a/examples/jms/jms-context/pom.xml b/examples/jms/jms-context/pom.xml
index 184bf5f7dc..b26dbe6d79 100644
--- a/examples/jms/jms-context/pom.xml
+++ b/examples/jms/jms-context/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-context-example
diff --git a/examples/jms/jms-shared-consumer/pom.xml b/examples/jms/jms-shared-consumer/pom.xml
index fc3e96a569..160514fc22 100644
--- a/examples/jms/jms-shared-consumer/pom.xml
+++ b/examples/jms/jms-shared-consumer/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-shared-consumer-example
diff --git a/examples/jms/jmx/pom.xml b/examples/jms/jmx/pom.xml
index f64ebddcab..6f94acc491 100644
--- a/examples/jms/jmx/pom.xml
+++ b/examples/jms/jmx/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-jmx-example
diff --git a/examples/jms/large-message/pom.xml b/examples/jms/large-message/pom.xml
index b33871783d..94a9177005 100644
--- a/examples/jms/large-message/pom.xml
+++ b/examples/jms/large-message/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-large-message-example
diff --git a/examples/jms/last-value-queue/pom.xml b/examples/jms/last-value-queue/pom.xml
index ae72c04d23..fd1c984aea 100644
--- a/examples/jms/last-value-queue/pom.xml
+++ b/examples/jms/last-value-queue/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-last-value-queue-example
diff --git a/examples/jms/management-notifications/pom.xml b/examples/jms/management-notifications/pom.xml
index be25d1a441..d9d3adaca9 100644
--- a/examples/jms/management-notifications/pom.xml
+++ b/examples/jms/management-notifications/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-management-notifications-example
diff --git a/examples/jms/management/pom.xml b/examples/jms/management/pom.xml
index 1e3f3f5c0a..24c995fd6d 100644
--- a/examples/jms/management/pom.xml
+++ b/examples/jms/management/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-management-example
diff --git a/examples/jms/message-counters/pom.xml b/examples/jms/message-counters/pom.xml
index be788fef86..84a3b304cf 100644
--- a/examples/jms/message-counters/pom.xml
+++ b/examples/jms/message-counters/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-message-counters-example
diff --git a/examples/jms/message-group/pom.xml b/examples/jms/message-group/pom.xml
index 6317190d77..bea5966961 100644
--- a/examples/jms/message-group/pom.xml
+++ b/examples/jms/message-group/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-message-group-example
diff --git a/examples/jms/message-group2/pom.xml b/examples/jms/message-group2/pom.xml
index 72c3b6edd0..514d2fcdc2 100644
--- a/examples/jms/message-group2/pom.xml
+++ b/examples/jms/message-group2/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-message-group2-example
diff --git a/examples/jms/message-priority/pom.xml b/examples/jms/message-priority/pom.xml
index 744ad4af31..0e69b563aa 100644
--- a/examples/jms/message-priority/pom.xml
+++ b/examples/jms/message-priority/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-message-priority-example
diff --git a/examples/jms/multiple-failover-failback/pom.xml b/examples/jms/multiple-failover-failback/pom.xml
index 23f5053628..4340245b74 100644
--- a/examples/jms/multiple-failover-failback/pom.xml
+++ b/examples/jms/multiple-failover-failback/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-multiple-failover-failback-example
diff --git a/examples/jms/multiple-failover/pom.xml b/examples/jms/multiple-failover/pom.xml
index d91e98ce75..e94d855bc4 100644
--- a/examples/jms/multiple-failover/pom.xml
+++ b/examples/jms/multiple-failover/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-multiple-failover-example
diff --git a/examples/jms/no-consumer-buffering/pom.xml b/examples/jms/no-consumer-buffering/pom.xml
index 008beace80..68eea6be2e 100644
--- a/examples/jms/no-consumer-buffering/pom.xml
+++ b/examples/jms/no-consumer-buffering/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-no-consumer-buffering-example
diff --git a/examples/jms/non-transaction-failover/pom.xml b/examples/jms/non-transaction-failover/pom.xml
index f63ef33ca6..ce21ab6780 100644
--- a/examples/jms/non-transaction-failover/pom.xml
+++ b/examples/jms/non-transaction-failover/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
non-transaction-failover
diff --git a/examples/jms/openwire/pom.xml b/examples/jms/openwire/pom.xml
index d6c86a442a..7db1b2d27e 100644
--- a/examples/jms/openwire/pom.xml
+++ b/examples/jms/openwire/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-openwire-example
diff --git a/examples/jms/paging/pom.xml b/examples/jms/paging/pom.xml
index fb84dd50db..24f152185b 100644
--- a/examples/jms/paging/pom.xml
+++ b/examples/jms/paging/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-paging-example
diff --git a/examples/jms/perf/pom.xml b/examples/jms/perf/pom.xml
index 8c9a434351..fe4fc0184d 100644
--- a/examples/jms/perf/pom.xml
+++ b/examples/jms/perf/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-perf-example
diff --git a/examples/jms/pre-acknowledge/pom.xml b/examples/jms/pre-acknowledge/pom.xml
index f5fb57b2e3..9acf23534d 100644
--- a/examples/jms/pre-acknowledge/pom.xml
+++ b/examples/jms/pre-acknowledge/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-pre-acknowledge-example
diff --git a/examples/jms/producer-rate-limit/pom.xml b/examples/jms/producer-rate-limit/pom.xml
index cf84921ed9..ffb7104781 100644
--- a/examples/jms/producer-rate-limit/pom.xml
+++ b/examples/jms/producer-rate-limit/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-producer-rate-limit-example
diff --git a/examples/jms/proton-cpp/pom.xml b/examples/jms/proton-cpp/pom.xml
index 3f4bdd65f0..f060cef575 100644
--- a/examples/jms/proton-cpp/pom.xml
+++ b/examples/jms/proton-cpp/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-protoncpp
diff --git a/examples/jms/proton-j/pom.xml b/examples/jms/proton-j/pom.xml
index 87138d8c34..a461ebf70b 100644
--- a/examples/jms/proton-j/pom.xml
+++ b/examples/jms/proton-j/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-proton-j-example
diff --git a/examples/jms/proton-ruby/pom.xml b/examples/jms/proton-ruby/pom.xml
index 99da252ad5..46ca0917ae 100644
--- a/examples/jms/proton-ruby/pom.xml
+++ b/examples/jms/proton-ruby/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-proton-ruby-example
diff --git a/examples/jms/queue-message-redistribution/pom.xml b/examples/jms/queue-message-redistribution/pom.xml
index 06ad8ad0a8..1aff7e0a2c 100644
--- a/examples/jms/queue-message-redistribution/pom.xml
+++ b/examples/jms/queue-message-redistribution/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-queue-message-redistribution-example
diff --git a/examples/jms/queue-requestor/pom.xml b/examples/jms/queue-requestor/pom.xml
index 23e6ddff0e..a5beffc00d 100644
--- a/examples/jms/queue-requestor/pom.xml
+++ b/examples/jms/queue-requestor/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-queue-requestor-example
diff --git a/examples/jms/queue-selector/pom.xml b/examples/jms/queue-selector/pom.xml
index fd79886594..50bb7ec53d 100644
--- a/examples/jms/queue-selector/pom.xml
+++ b/examples/jms/queue-selector/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-queue-selector-example
diff --git a/examples/jms/queue/pom.xml b/examples/jms/queue/pom.xml
index 48c1090cd3..cb922118a3 100644
--- a/examples/jms/queue/pom.xml
+++ b/examples/jms/queue/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-queue-example
diff --git a/examples/jms/reattach-node/pom.xml b/examples/jms/reattach-node/pom.xml
index 5297b9cb2d..13c6547c0b 100644
--- a/examples/jms/reattach-node/pom.xml
+++ b/examples/jms/reattach-node/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-reattach-node-example
diff --git a/examples/jms/replicated-failback-static/pom.xml b/examples/jms/replicated-failback-static/pom.xml
index 5bb58aa168..ec6b1bb73b 100644
--- a/examples/jms/replicated-failback-static/pom.xml
+++ b/examples/jms/replicated-failback-static/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-replicated-failback-static-example
diff --git a/examples/jms/replicated-failback/pom.xml b/examples/jms/replicated-failback/pom.xml
index d0e0a224eb..498bc1a5e1 100644
--- a/examples/jms/replicated-failback/pom.xml
+++ b/examples/jms/replicated-failback/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-replicated-failback-example
diff --git a/examples/jms/replicated-multiple-failover/pom.xml b/examples/jms/replicated-multiple-failover/pom.xml
index 1c909c9c8c..8f57a01f7a 100644
--- a/examples/jms/replicated-multiple-failover/pom.xml
+++ b/examples/jms/replicated-multiple-failover/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-replicated-multiple-failover-example
diff --git a/examples/jms/replicated-transaction-failover/pom.xml b/examples/jms/replicated-transaction-failover/pom.xml
index 1f326b4e66..3aa787e0e6 100644
--- a/examples/jms/replicated-transaction-failover/pom.xml
+++ b/examples/jms/replicated-transaction-failover/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-replicated-transaction-failover-example
diff --git a/examples/jms/request-reply/pom.xml b/examples/jms/request-reply/pom.xml
index 1e2ac2136a..0ed6707d35 100644
--- a/examples/jms/request-reply/pom.xml
+++ b/examples/jms/request-reply/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-request-reply-example
diff --git a/examples/jms/rest/dup-send/pom.xml b/examples/jms/rest/dup-send/pom.xml
index 5e951fd507..666f41080b 100644
--- a/examples/jms/rest/dup-send/pom.xml
+++ b/examples/jms/rest/dup-send/pom.xml
@@ -24,7 +24,7 @@ under the License.
org.apache.activemq.rest.examples
activemq-rest-examples-pom
- 6.0.0-SNAPSHOT
+ 6.0.0
dup-send
war
diff --git a/examples/jms/rest/javascript-chat/pom.xml b/examples/jms/rest/javascript-chat/pom.xml
index 8e0f128367..7221ea42a6 100644
--- a/examples/jms/rest/javascript-chat/pom.xml
+++ b/examples/jms/rest/javascript-chat/pom.xml
@@ -24,7 +24,7 @@ under the License.
org.apache.activemq.rest.examples
activemq-rest-examples-pom
- 6.0.0-SNAPSHOT
+ 6.0.0
javascript-chat
war
diff --git a/examples/jms/rest/jms-to-rest/pom.xml b/examples/jms/rest/jms-to-rest/pom.xml
index cf3944f923..54131dd2e1 100644
--- a/examples/jms/rest/jms-to-rest/pom.xml
+++ b/examples/jms/rest/jms-to-rest/pom.xml
@@ -24,7 +24,7 @@ under the License.
org.apache.activemq.rest.examples
activemq-rest-examples-pom
- 6.0.0-SNAPSHOT
+ 6.0.0
mixed-jms-rest
war
diff --git a/examples/jms/rest/pom.xml b/examples/jms/rest/pom.xml
index 65ba661a04..345387a2a1 100644
--- a/examples/jms/rest/pom.xml
+++ b/examples/jms/rest/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
org.apache.activemq.rest.examples
diff --git a/examples/jms/rest/push/pom.xml b/examples/jms/rest/push/pom.xml
index 6fb3e057a6..22fe50cbe2 100644
--- a/examples/jms/rest/push/pom.xml
+++ b/examples/jms/rest/push/pom.xml
@@ -24,7 +24,7 @@ under the License.
org.apache.activemq.rest.examples
activemq-rest-examples-pom
- 6.0.0-SNAPSHOT
+ 6.0.0
push
war
diff --git a/examples/jms/scale-down/pom.xml b/examples/jms/scale-down/pom.xml
index 394964e6df..dbccd495a0 100644
--- a/examples/jms/scale-down/pom.xml
+++ b/examples/jms/scale-down/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
scale-down
diff --git a/examples/jms/scheduled-message/pom.xml b/examples/jms/scheduled-message/pom.xml
index 6cebe74771..f3fd1bdffc 100644
--- a/examples/jms/scheduled-message/pom.xml
+++ b/examples/jms/scheduled-message/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-scheduled-message-example
diff --git a/examples/jms/security/pom.xml b/examples/jms/security/pom.xml
index b7ca902f9f..db98baa4e1 100644
--- a/examples/jms/security/pom.xml
+++ b/examples/jms/security/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-security-example
diff --git a/examples/jms/send-acknowledgements/pom.xml b/examples/jms/send-acknowledgements/pom.xml
index 4acc0cbb81..95b6aa670a 100644
--- a/examples/jms/send-acknowledgements/pom.xml
+++ b/examples/jms/send-acknowledgements/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-send-acknowledgements-example
diff --git a/examples/jms/spring-integration/pom.xml b/examples/jms/spring-integration/pom.xml
index d09bd7f818..c24bfa7fb7 100644
--- a/examples/jms/spring-integration/pom.xml
+++ b/examples/jms/spring-integration/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-spring-integration-example
diff --git a/examples/jms/ssl-enabled/pom.xml b/examples/jms/ssl-enabled/pom.xml
index 4e45233ade..015b72df95 100644
--- a/examples/jms/ssl-enabled/pom.xml
+++ b/examples/jms/ssl-enabled/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-ssl-enabled-example
diff --git a/examples/jms/static-selector-jms/pom.xml b/examples/jms/static-selector-jms/pom.xml
index e2d805c470..16824ba28d 100644
--- a/examples/jms/static-selector-jms/pom.xml
+++ b/examples/jms/static-selector-jms/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-static-selector-jms-example
diff --git a/examples/jms/static-selector/pom.xml b/examples/jms/static-selector/pom.xml
index 5f77157371..80380a5c4a 100644
--- a/examples/jms/static-selector/pom.xml
+++ b/examples/jms/static-selector/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-static-selector-example
diff --git a/examples/jms/stomp-websockets/pom.xml b/examples/jms/stomp-websockets/pom.xml
index 9933a5df16..d05748e62f 100644
--- a/examples/jms/stomp-websockets/pom.xml
+++ b/examples/jms/stomp-websockets/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-stomp-websockets-example
diff --git a/examples/jms/stomp/pom.xml b/examples/jms/stomp/pom.xml
index 769b4b248e..e8c1cdc56d 100644
--- a/examples/jms/stomp/pom.xml
+++ b/examples/jms/stomp/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-stomp-example
diff --git a/examples/jms/stomp1.1/pom.xml b/examples/jms/stomp1.1/pom.xml
index 72f05362fd..d1cc80165d 100644
--- a/examples/jms/stomp1.1/pom.xml
+++ b/examples/jms/stomp1.1/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-stomp1.1-example
diff --git a/examples/jms/stomp1.2/pom.xml b/examples/jms/stomp1.2/pom.xml
index bf5492da5d..6ef423b6ab 100644
--- a/examples/jms/stomp1.2/pom.xml
+++ b/examples/jms/stomp1.2/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-stomp1.2-example
diff --git a/examples/jms/stop-server-failover/pom.xml b/examples/jms/stop-server-failover/pom.xml
index d5c9eb493c..2e2deae82b 100644
--- a/examples/jms/stop-server-failover/pom.xml
+++ b/examples/jms/stop-server-failover/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-stop-server-failover-example
diff --git a/examples/jms/symmetric-cluster/pom.xml b/examples/jms/symmetric-cluster/pom.xml
index 76fd5e0ecf..913a8e6a41 100644
--- a/examples/jms/symmetric-cluster/pom.xml
+++ b/examples/jms/symmetric-cluster/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-symmetric-cluster-example
diff --git a/examples/jms/temp-queue/pom.xml b/examples/jms/temp-queue/pom.xml
index 9f3046cae3..8d14ba3489 100644
--- a/examples/jms/temp-queue/pom.xml
+++ b/examples/jms/temp-queue/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-temp-queue-example
diff --git a/examples/jms/topic-hierarchies/pom.xml b/examples/jms/topic-hierarchies/pom.xml
index fe6e18c312..52eba52296 100644
--- a/examples/jms/topic-hierarchies/pom.xml
+++ b/examples/jms/topic-hierarchies/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-topic-hierarchies-example
diff --git a/examples/jms/topic-selector-example1/pom.xml b/examples/jms/topic-selector-example1/pom.xml
index 6fd70ef4ff..d57cdebe26 100644
--- a/examples/jms/topic-selector-example1/pom.xml
+++ b/examples/jms/topic-selector-example1/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-topic-selector-example1-example
diff --git a/examples/jms/topic-selector-example2/pom.xml b/examples/jms/topic-selector-example2/pom.xml
index 9cbe55d3bd..a7f1ecd6f1 100644
--- a/examples/jms/topic-selector-example2/pom.xml
+++ b/examples/jms/topic-selector-example2/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-topic-selector-example2-example
diff --git a/examples/jms/topic/pom.xml b/examples/jms/topic/pom.xml
index 3aaaa6ab6b..2c8d91f7b3 100644
--- a/examples/jms/topic/pom.xml
+++ b/examples/jms/topic/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-topic-example
diff --git a/examples/jms/transaction-failover/pom.xml b/examples/jms/transaction-failover/pom.xml
index 21a6cc28b5..3730318d9e 100644
--- a/examples/jms/transaction-failover/pom.xml
+++ b/examples/jms/transaction-failover/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-transaction-failover-example
diff --git a/examples/jms/transactional/pom.xml b/examples/jms/transactional/pom.xml
index 1d7b0eeb21..7dfb9b82b5 100644
--- a/examples/jms/transactional/pom.xml
+++ b/examples/jms/transactional/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-transactional-example
diff --git a/examples/jms/xa-heuristic/pom.xml b/examples/jms/xa-heuristic/pom.xml
index d1785c0a02..167cc5448c 100644
--- a/examples/jms/xa-heuristic/pom.xml
+++ b/examples/jms/xa-heuristic/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-xa-heuristic-example
diff --git a/examples/jms/xa-receive/pom.xml b/examples/jms/xa-receive/pom.xml
index c84dbba4ba..fff7652c6f 100644
--- a/examples/jms/xa-receive/pom.xml
+++ b/examples/jms/xa-receive/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-xa-receive-example
diff --git a/examples/jms/xa-send/pom.xml b/examples/jms/xa-send/pom.xml
index 94f4bbbde1..6f97c07eaf 100644
--- a/examples/jms/xa-send/pom.xml
+++ b/examples/jms/xa-send/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples.jms
jms-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
activemq-jms-xa-send-example
diff --git a/examples/soak/normal/pom.xml b/examples/soak/normal/pom.xml
index d0715b9667..61ee70ef38 100644
--- a/examples/soak/normal/pom.xml
+++ b/examples/soak/normal/pom.xml
@@ -29,7 +29,7 @@ under the License.
org.apache.activemq.example.soak
soak-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
diff --git a/examples/soak/pom.xml b/examples/soak/pom.xml
index 0522c7432d..c23f290417 100644
--- a/examples/soak/pom.xml
+++ b/examples/soak/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.apache.activemq.examples
activemq-examples
- 6.0.0-SNAPSHOT
+ 6.0.0
org.apache.activemq.example.soak
diff --git a/tests/byteman-tests/pom.xml b/tests/byteman-tests/pom.xml
index a576f92a54..5002c5c1ea 100644
--- a/tests/byteman-tests/pom.xml
+++ b/tests/byteman-tests/pom.xml
@@ -20,7 +20,7 @@
org.apache.activemq.tests
activemq-tests-pom
- 6.0.0-SNAPSHOT
+ 6.0.0
byteman-tests
diff --git a/tests/concurrent-tests/pom.xml b/tests/concurrent-tests/pom.xml
index 9a1fc39dbf..773c7d0ae4 100644
--- a/tests/concurrent-tests/pom.xml
+++ b/tests/concurrent-tests/pom.xml
@@ -21,7 +21,7 @@
org.apache.activemq.tests
activemq-tests-pom
- 6.0.0-SNAPSHOT
+ 6.0.0
concurrent-tests
diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml
index e246ee4fc9..3b3017c866 100644
--- a/tests/integration-tests/pom.xml
+++ b/tests/integration-tests/pom.xml
@@ -20,7 +20,7 @@
org.apache.activemq.tests
activemq-tests-pom
- 6.0.0-SNAPSHOT
+ 6.0.0
integration-tests
diff --git a/tests/jms-tests/pom.xml b/tests/jms-tests/pom.xml
index c31e32dba1..c2034fec11 100644
--- a/tests/jms-tests/pom.xml
+++ b/tests/jms-tests/pom.xml
@@ -20,7 +20,7 @@
org.apache.activemq.tests
activemq-tests-pom
- 6.0.0-SNAPSHOT
+ 6.0.0
jms-tests
diff --git a/tests/joram-tests/pom.xml b/tests/joram-tests/pom.xml
index 3947fa9a98..fac51b4448 100644
--- a/tests/joram-tests/pom.xml
+++ b/tests/joram-tests/pom.xml
@@ -21,7 +21,7 @@
org.apache.activemq.tests
activemq-tests-pom
- 6.0.0-SNAPSHOT
+ 6.0.0
joram-tests
diff --git a/tests/performance-tests/pom.xml b/tests/performance-tests/pom.xml
index a093c3ae0c..4457b83202 100644
--- a/tests/performance-tests/pom.xml
+++ b/tests/performance-tests/pom.xml
@@ -21,7 +21,7 @@
org.apache.activemq.tests
activemq-tests-pom
- 6.0.0-SNAPSHOT
+ 6.0.0
performance-tests
diff --git a/tests/pom.xml b/tests/pom.xml
index 7f4b176fa2..65c02c27d7 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -19,7 +19,7 @@
org.apache.activemq
activemq-pom
- 6.0.0-SNAPSHOT
+ 6.0.0
ActiveMQ6 Tests POM
diff --git a/tests/soak-tests/pom.xml b/tests/soak-tests/pom.xml
index b85a2c7fd9..a87cdf97a8 100644
--- a/tests/soak-tests/pom.xml
+++ b/tests/soak-tests/pom.xml
@@ -21,7 +21,7 @@
org.apache.activemq.tests
activemq-tests-pom
- 6.0.0-SNAPSHOT
+ 6.0.0
soak-tests
diff --git a/tests/stress-tests/pom.xml b/tests/stress-tests/pom.xml
index 7a1ba68635..0cb9eedc2a 100644
--- a/tests/stress-tests/pom.xml
+++ b/tests/stress-tests/pom.xml
@@ -21,7 +21,7 @@
org.apache.activemq.tests
activemq-tests-pom
- 6.0.0-SNAPSHOT
+ 6.0.0
stress-tests
diff --git a/tests/timing-tests/pom.xml b/tests/timing-tests/pom.xml
index f16c4b1717..db859c378f 100644
--- a/tests/timing-tests/pom.xml
+++ b/tests/timing-tests/pom.xml
@@ -21,7 +21,7 @@
org.apache.activemq.tests
activemq-tests-pom
- 6.0.0-SNAPSHOT
+ 6.0.0
timing-tests
diff --git a/tests/unit-tests/pom.xml b/tests/unit-tests/pom.xml
index 5c22bb0bbc..776929c2df 100644
--- a/tests/unit-tests/pom.xml
+++ b/tests/unit-tests/pom.xml
@@ -20,7 +20,7 @@
org.apache.activemq.tests
activemq-tests-pom
- 6.0.0-SNAPSHOT
+ 6.0.0
unit-tests