You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ma...@apache.org on 2015/05/11 22:48:39 UTC

[1/2] activemq-artemis git commit: [maven-release-plugin] prepare release 1.0.0

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 5ad1a0cf3 -> d2de238a3


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/topic-selector-example1/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/topic-selector-example1/pom.xml b/examples/jms/topic-selector-example1/pom.xml
index 2da90a7..0d9fb30 100644
--- a/examples/jms/topic-selector-example1/pom.xml
+++ b/examples/jms/topic-selector-example1/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-topic-selector-example1-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/topic-selector-example2/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/topic-selector-example2/pom.xml b/examples/jms/topic-selector-example2/pom.xml
index f090f39..f065adf 100644
--- a/examples/jms/topic-selector-example2/pom.xml
+++ b/examples/jms/topic-selector-example2/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-topic-selector-example2-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/topic/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/topic/pom.xml b/examples/jms/topic/pom.xml
index 3429952..aaf76a0 100644
--- a/examples/jms/topic/pom.xml
+++ b/examples/jms/topic/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-topic-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/transaction-failover/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/transaction-failover/pom.xml b/examples/jms/transaction-failover/pom.xml
index 1827016..a45969b 100644
--- a/examples/jms/transaction-failover/pom.xml
+++ b/examples/jms/transaction-failover/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-transaction-failover-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/transactional/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/transactional/pom.xml b/examples/jms/transactional/pom.xml
index 9fa9ad3..9321d92 100644
--- a/examples/jms/transactional/pom.xml
+++ b/examples/jms/transactional/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-transactional-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/xa-heuristic/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/xa-heuristic/pom.xml b/examples/jms/xa-heuristic/pom.xml
index 6fe48af..cf8ba8a 100644
--- a/examples/jms/xa-heuristic/pom.xml
+++ b/examples/jms/xa-heuristic/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-xa-heuristic-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/xa-receive/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/xa-receive/pom.xml b/examples/jms/xa-receive/pom.xml
index 07053ec..f87f26b 100644
--- a/examples/jms/xa-receive/pom.xml
+++ b/examples/jms/xa-receive/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-xa-receive-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/xa-send/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/xa-send/pom.xml b/examples/jms/xa-send/pom.xml
index fd54951..71d472e 100644
--- a/examples/jms/xa-send/pom.xml
+++ b/examples/jms/xa-send/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-xa-send-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index b87a0a2..c35cab5 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq</groupId>
       <artifactId>artemis-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <groupId>org.apache.activemq.examples</groupId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/soak/normal/pom.xml
----------------------------------------------------------------------
diff --git a/examples/soak/normal/pom.xml b/examples/soak/normal/pom.xml
index b10f820..fe6622e 100644
--- a/examples/soak/normal/pom.xml
+++ b/examples/soak/normal/pom.xml
@@ -28,7 +28,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.soak</groupId>
       <artifactId>soak-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <dependencies>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/soak/pom.xml
----------------------------------------------------------------------
diff --git a/examples/soak/pom.xml b/examples/soak/pom.xml
index a91f10b..18fa01e 100644
--- a/examples/soak/pom.xml
+++ b/examples/soak/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples</groupId>
       <artifactId>artemis-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <groupId>org.apache.activemq.examples.soak</groupId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/integration/activemq-aerogear-integration/pom.xml
----------------------------------------------------------------------
diff --git a/integration/activemq-aerogear-integration/pom.xml b/integration/activemq-aerogear-integration/pom.xml
index bd023ce..033a2dd 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>artemis-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
       <relativePath>../../pom.xml</relativePath>
    </parent>
 

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/integration/activemq-spring-integration/pom.xml
----------------------------------------------------------------------
diff --git a/integration/activemq-spring-integration/pom.xml b/integration/activemq-spring-integration/pom.xml
index 227e77c..b199ee0 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>artemis-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
       <relativePath>../../pom.xml</relativePath>
    </parent>
 

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/integration/activemq-vertx-integration/pom.xml
----------------------------------------------------------------------
diff --git a/integration/activemq-vertx-integration/pom.xml b/integration/activemq-vertx-integration/pom.xml
index 63c47e6..f8bccf4 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>artemis-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
       <relativePath>../../pom.xml</relativePath>
    </parent>
 

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d34fcda..bfa2c4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
    <groupId>org.apache.activemq</groupId>
    <artifactId>artemis-pom</artifactId>
    <packaging>pom</packaging>
-   <version>1.0.0-SNAPSHOT</version>
+   <version>1.0.0</version>
 
    <parent>
       <groupId>org.apache</groupId>
@@ -109,7 +109,7 @@
       <connection>scm:git:http://git-wip-us.apache.org/repos/asf/activemq-artemis.git</connection>
       <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/activemq-artemis.git</developerConnection>
       <url>https://fisheye6.atlassian.com/browse/~br=master/activemq-artemis-git</url>
-      <tag>1.0.0-SNAPSHOT</tag>
+      <tag>1.0.0</tag>
    </scm>
 
    <distributionManagement>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/tests/integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml
index 12a038f..3fa8435 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>artemis-tests-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>integration-tests</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/tests/jms-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/jms-tests/pom.xml b/tests/jms-tests/pom.xml
index e58199b..b612fae 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>artemis-tests-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>jms-tests</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/tests/joram-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/joram-tests/pom.xml b/tests/joram-tests/pom.xml
index 9e6771e..04d8dc7 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>artemis-tests-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>joram-tests</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/tests/performance-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/performance-tests/pom.xml b/tests/performance-tests/pom.xml
index e630cbe..2602be2 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>artemis-tests-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>performance-tests</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/pom.xml b/tests/pom.xml
index daacd70..637a5cd 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -18,7 +18,7 @@
    <parent>
       <groupId>org.apache.activemq</groupId>
       <artifactId>artemis-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <name>ActiveMQ Artemis Tests POM</name>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/tests/soak-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/soak-tests/pom.xml b/tests/soak-tests/pom.xml
index 9cff664..56ce43e 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>artemis-tests-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>soak-tests</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/tests/stress-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/stress-tests/pom.xml b/tests/stress-tests/pom.xml
index 3fc2818..9eabda7 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>artemis-tests-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>stress-tests</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/tests/timing-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/timing-tests/pom.xml b/tests/timing-tests/pom.xml
index b9f072b..5f5cacc 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>artemis-tests-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>timing-tests</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/tests/unit-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/unit-tests/pom.xml b/tests/unit-tests/pom.xml
index 7be22e4..c507288 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>artemis-tests-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>unit-tests</artifactId>


[2/2] activemq-artemis git commit: [maven-release-plugin] prepare release 1.0.0

Posted by ma...@apache.org.
[maven-release-plugin] prepare release 1.0.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/d2de238a
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/d2de238a
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/d2de238a

Branch: refs/heads/master
Commit: d2de238a30f764daca33f6cbfc3c4f11dbc294af
Parents: 5ad1a0c
Author: Martyn Taylor <mt...@redhat.com>
Authored: Mon May 11 21:48:17 2015 +0100
Committer: Martyn Taylor <mt...@redhat.com>
Committed: Mon May 11 21:48:17 2015 +0100

----------------------------------------------------------------------
 artemis-boot/pom.xml                                 | 5 ++---
 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-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-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/pom.xml                               | 2 +-
 artemis-service-extensions/pom.xml                   | 2 +-
 artemis-web/pom.xml                                  | 2 +-
 artemis-website/pom.xml                              | 2 +-
 examples/core/embedded-remote/pom.xml                | 2 +-
 examples/core/embedded/pom.xml                       | 2 +-
 examples/core/perf/pom.xml                           | 2 +-
 examples/core/pom.xml                                | 2 +-
 examples/core/vertx-connector/pom.xml                | 2 +-
 examples/jms/aerogear/pom.xml                        | 2 +-
 examples/jms/application-layer-failover/pom.xml      | 2 +-
 examples/jms/artemis-ra-rar/pom.xml                  | 2 +-
 examples/jms/bridge/pom.xml                          | 2 +-
 examples/jms/browser/pom.xml                         | 2 +-
 examples/jms/client-kickoff/pom.xml                  | 2 +-
 examples/jms/client-side-failoverlistener/pom.xml    | 2 +-
 examples/jms/client-side-load-balancing/pom.xml      | 2 +-
 examples/jms/clustered-durable-subscription/pom.xml  | 2 +-
 examples/jms/clustered-grouping/pom.xml              | 2 +-
 examples/jms/clustered-jgroups/pom.xml               | 2 +-
 examples/jms/clustered-queue/pom.xml                 | 2 +-
 examples/jms/clustered-standalone/pom.xml            | 2 +-
 examples/jms/clustered-static-discovery/pom.xml      | 2 +-
 examples/jms/clustered-static-oneway/pom.xml         | 2 +-
 examples/jms/clustered-topic/pom.xml                 | 2 +-
 examples/jms/colocated-failover-scale-down/pom.xml   | 2 +-
 examples/jms/colocated-failover/pom.xml              | 2 +-
 examples/jms/common/pom.xml                          | 2 +-
 examples/jms/consumer-rate-limit/pom.xml             | 2 +-
 examples/jms/dead-letter/pom.xml                     | 2 +-
 examples/jms/delayed-redelivery/pom.xml              | 2 +-
 examples/jms/divert/pom.xml                          | 2 +-
 examples/jms/durable-subscription/pom.xml            | 2 +-
 examples/jms/embedded-simple/pom.xml                 | 2 +-
 examples/jms/embedded/pom.xml                        | 2 +-
 examples/jms/expiry/pom.xml                          | 2 +-
 examples/jms/ha-policy-autobackup/pom.xml            | 2 +-
 examples/jms/http-transport/pom.xml                  | 2 +-
 examples/jms/instantiate-connection-factory/pom.xml  | 2 +-
 examples/jms/interceptor/pom.xml                     | 2 +-
 examples/jms/jms-auto-closeable/pom.xml              | 2 +-
 examples/jms/jms-bridge/pom.xml                      | 2 +-
 examples/jms/jms-completion-listener/pom.xml         | 2 +-
 examples/jms/jms-context/pom.xml                     | 2 +-
 examples/jms/jms-shared-consumer/pom.xml             | 2 +-
 examples/jms/jmx/pom.xml                             | 2 +-
 examples/jms/large-message/pom.xml                   | 2 +-
 examples/jms/last-value-queue/pom.xml                | 2 +-
 examples/jms/management-notifications/pom.xml        | 2 +-
 examples/jms/management/pom.xml                      | 2 +-
 examples/jms/message-counters/pom.xml                | 2 +-
 examples/jms/message-group/pom.xml                   | 2 +-
 examples/jms/message-group2/pom.xml                  | 2 +-
 examples/jms/message-priority/pom.xml                | 2 +-
 examples/jms/multiple-failover-failback/pom.xml      | 2 +-
 examples/jms/multiple-failover/pom.xml               | 2 +-
 examples/jms/no-consumer-buffering/pom.xml           | 2 +-
 examples/jms/non-transaction-failover/pom.xml        | 2 +-
 examples/jms/openwire/pom.xml                        | 2 +-
 examples/jms/paging/pom.xml                          | 2 +-
 examples/jms/perf/pom.xml                            | 2 +-
 examples/jms/pom.xml                                 | 2 +-
 examples/jms/pre-acknowledge/pom.xml                 | 2 +-
 examples/jms/producer-rate-limit/pom.xml             | 2 +-
 examples/jms/proton-cpp/pom.xml                      | 2 +-
 examples/jms/proton-j/pom.xml                        | 2 +-
 examples/jms/proton-ruby/pom.xml                     | 2 +-
 examples/jms/queue-message-redistribution/pom.xml    | 2 +-
 examples/jms/queue-requestor/pom.xml                 | 2 +-
 examples/jms/queue-selector/pom.xml                  | 2 +-
 examples/jms/queue/pom.xml                           | 2 +-
 examples/jms/reattach-node/pom.xml                   | 2 +-
 examples/jms/replicated-failback-static/pom.xml      | 2 +-
 examples/jms/replicated-failback/pom.xml             | 2 +-
 examples/jms/replicated-multiple-failover/pom.xml    | 2 +-
 examples/jms/replicated-transaction-failover/pom.xml | 2 +-
 examples/jms/request-reply/pom.xml                   | 2 +-
 examples/jms/rest/dup-send/pom.xml                   | 2 +-
 examples/jms/rest/javascript-chat/pom.xml            | 2 +-
 examples/jms/rest/jms-to-rest/pom.xml                | 2 +-
 examples/jms/rest/pom.xml                            | 2 +-
 examples/jms/rest/push/pom.xml                       | 2 +-
 examples/jms/scale-down/pom.xml                      | 2 +-
 examples/jms/scheduled-message/pom.xml               | 2 +-
 examples/jms/security/pom.xml                        | 2 +-
 examples/jms/send-acknowledgements/pom.xml           | 2 +-
 examples/jms/spring-integration/pom.xml              | 2 +-
 examples/jms/ssl-enabled/pom.xml                     | 2 +-
 examples/jms/static-selector-jms/pom.xml             | 2 +-
 examples/jms/static-selector/pom.xml                 | 2 +-
 examples/jms/stomp-websockets/pom.xml                | 2 +-
 examples/jms/stomp/pom.xml                           | 2 +-
 examples/jms/stomp1.1/pom.xml                        | 2 +-
 examples/jms/stomp1.2/pom.xml                        | 2 +-
 examples/jms/stop-server-failover/pom.xml            | 2 +-
 examples/jms/symmetric-cluster/pom.xml               | 2 +-
 examples/jms/temp-queue/pom.xml                      | 2 +-
 examples/jms/topic-hierarchies/pom.xml               | 2 +-
 examples/jms/topic-selector-example1/pom.xml         | 2 +-
 examples/jms/topic-selector-example2/pom.xml         | 2 +-
 examples/jms/topic/pom.xml                           | 2 +-
 examples/jms/transaction-failover/pom.xml            | 2 +-
 examples/jms/transactional/pom.xml                   | 2 +-
 examples/jms/xa-heuristic/pom.xml                    | 2 +-
 examples/jms/xa-receive/pom.xml                      | 2 +-
 examples/jms/xa-send/pom.xml                         | 2 +-
 examples/pom.xml                                     | 2 +-
 examples/soak/normal/pom.xml                         | 2 +-
 examples/soak/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 +-
 142 files changed, 144 insertions(+), 145 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/artemis-boot/pom.xml
----------------------------------------------------------------------
diff --git a/artemis-boot/pom.xml b/artemis-boot/pom.xml
index 95527ec..f02bb30 100644
--- a/artemis-boot/pom.xml
+++ b/artemis-boot/pom.xml
@@ -15,15 +15,14 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
    <modelVersion>4.0.0</modelVersion>
 
    <parent>
       <groupId>org.apache.activemq</groupId>
       <artifactId>artemis-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
       <relativePath>..</relativePath>
    </parent>
 

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/artemis-cli/pom.xml
----------------------------------------------------------------------
diff --git a/artemis-cli/pom.xml b/artemis-cli/pom.xml
index 44a38b4..71582c4 100644
--- a/artemis-cli/pom.xml
+++ b/artemis-cli/pom.xml
@@ -20,7 +20,7 @@
    <parent>
       <groupId>org.apache.activemq</groupId>
       <artifactId>artemis-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-cli</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/artemis-commons/pom.xml
----------------------------------------------------------------------
diff --git a/artemis-commons/pom.xml b/artemis-commons/pom.xml
index 9bd669c..5d1cb27 100644
--- a/artemis-commons/pom.xml
+++ b/artemis-commons/pom.xml
@@ -20,7 +20,7 @@
    <parent>
       <groupId>org.apache.activemq</groupId>
       <artifactId>artemis-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-commons</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/artemis-core-client/pom.xml
----------------------------------------------------------------------
diff --git a/artemis-core-client/pom.xml b/artemis-core-client/pom.xml
index 4a6a62b..e782c06 100644
--- a/artemis-core-client/pom.xml
+++ b/artemis-core-client/pom.xml
@@ -20,7 +20,7 @@
    <parent>
       <groupId>org.apache.activemq</groupId>
       <artifactId>artemis-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-core-client</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/artemis-distribution/pom.xml
----------------------------------------------------------------------
diff --git a/artemis-distribution/pom.xml b/artemis-distribution/pom.xml
index 7dffc25..22c6529 100644
--- a/artemis-distribution/pom.xml
+++ b/artemis-distribution/pom.xml
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.apache.activemq</groupId>
       <artifactId>artemis-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>apache-artemis</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/artemis-dto/pom.xml
----------------------------------------------------------------------
diff --git a/artemis-dto/pom.xml b/artemis-dto/pom.xml
index 69888fd..20b5148 100644
--- a/artemis-dto/pom.xml
+++ b/artemis-dto/pom.xml
@@ -20,7 +20,7 @@
    <parent>
       <groupId>org.apache.activemq</groupId>
       <artifactId>artemis-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-dto</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/artemis-jms-client/pom.xml
----------------------------------------------------------------------
diff --git a/artemis-jms-client/pom.xml b/artemis-jms-client/pom.xml
index e448927..511241d 100644
--- a/artemis-jms-client/pom.xml
+++ b/artemis-jms-client/pom.xml
@@ -20,7 +20,7 @@
    <parent>
       <groupId>org.apache.activemq</groupId>
       <artifactId>artemis-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-client</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/artemis-jms-server/pom.xml
----------------------------------------------------------------------
diff --git a/artemis-jms-server/pom.xml b/artemis-jms-server/pom.xml
index 0fa7da3..e29aa42 100644
--- a/artemis-jms-server/pom.xml
+++ b/artemis-jms-server/pom.xml
@@ -20,7 +20,7 @@
    <parent>
       <groupId>org.apache.activemq</groupId>
       <artifactId>artemis-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-server</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/artemis-journal/pom.xml
----------------------------------------------------------------------
diff --git a/artemis-journal/pom.xml b/artemis-journal/pom.xml
index 90ae4df..adbf98b 100644
--- a/artemis-journal/pom.xml
+++ b/artemis-journal/pom.xml
@@ -20,7 +20,7 @@
    <parent>
       <groupId>org.apache.activemq</groupId>
       <artifactId>artemis-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-journal</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/artemis-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/artemis-maven-plugin/pom.xml b/artemis-maven-plugin/pom.xml
index f97a4b9..c881d6a 100644
--- a/artemis-maven-plugin/pom.xml
+++ b/artemis-maven-plugin/pom.xml
@@ -20,7 +20,7 @@
    <parent>
       <groupId>org.apache.activemq</groupId>
       <artifactId>artemis-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-maven-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/artemis-native/pom.xml
----------------------------------------------------------------------
diff --git a/artemis-native/pom.xml b/artemis-native/pom.xml
index 99c057a..273a483 100644
--- a/artemis-native/pom.xml
+++ b/artemis-native/pom.xml
@@ -21,7 +21,7 @@
    <parent>
       <groupId>org.apache.activemq</groupId>
       <artifactId>artemis-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-native</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/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 2b48875..c6e9e87 100644
--- a/artemis-protocols/artemis-amqp-protocol/pom.xml
+++ b/artemis-protocols/artemis-amqp-protocol/pom.xml
@@ -18,7 +18,7 @@
    <parent>
       <artifactId>artemis-protocols</artifactId>
       <groupId>org.apache.activemq</groupId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/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 7cfc745..695be02 100644
--- a/artemis-protocols/artemis-hornetq-protocol/pom.xml
+++ b/artemis-protocols/artemis-hornetq-protocol/pom.xml
@@ -18,7 +18,7 @@
    <parent>
       <artifactId>artemis-protocols</artifactId>
       <groupId>org.apache.activemq</groupId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/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 4c60e90..7787306 100644
--- a/artemis-protocols/artemis-openwire-protocol/pom.xml
+++ b/artemis-protocols/artemis-openwire-protocol/pom.xml
@@ -18,7 +18,7 @@
    <parent>
       <artifactId>artemis-protocols</artifactId>
       <groupId>org.apache.activemq</groupId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/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 13b7280..fd7d090 100644
--- a/artemis-protocols/artemis-proton-plug/pom.xml
+++ b/artemis-protocols/artemis-proton-plug/pom.xml
@@ -18,7 +18,7 @@
    <parent>
       <artifactId>artemis-protocols</artifactId>
       <groupId>org.apache.activemq</groupId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/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 9aa61f4..a5738d7 100644
--- a/artemis-protocols/artemis-stomp-protocol/pom.xml
+++ b/artemis-protocols/artemis-stomp-protocol/pom.xml
@@ -18,7 +18,7 @@
    <parent>
       <artifactId>artemis-protocols</artifactId>
       <groupId>org.apache.activemq</groupId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/artemis-protocols/pom.xml
----------------------------------------------------------------------
diff --git a/artemis-protocols/pom.xml b/artemis-protocols/pom.xml
index 8ced7bb..187d8c9 100644
--- a/artemis-protocols/pom.xml
+++ b/artemis-protocols/pom.xml
@@ -19,7 +19,7 @@
    <parent>
       <artifactId>artemis-pom</artifactId>
       <groupId>org.apache.activemq</groupId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/artemis-ra/pom.xml
----------------------------------------------------------------------
diff --git a/artemis-ra/pom.xml b/artemis-ra/pom.xml
index b3dcbc0..4618874 100644
--- a/artemis-ra/pom.xml
+++ b/artemis-ra/pom.xml
@@ -21,7 +21,7 @@
    <parent>
       <groupId>org.apache.activemq</groupId>
       <artifactId>artemis-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-ra</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/artemis-rest/pom.xml
----------------------------------------------------------------------
diff --git a/artemis-rest/pom.xml b/artemis-rest/pom.xml
index b294eb4..0fddbb7 100644
--- a/artemis-rest/pom.xml
+++ b/artemis-rest/pom.xml
@@ -19,7 +19,7 @@
    <parent>
       <groupId>org.apache.activemq</groupId>
       <artifactId>artemis-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <name>ActiveMQ Artemis REST Interface Implementation</name>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/artemis-selector/pom.xml
----------------------------------------------------------------------
diff --git a/artemis-selector/pom.xml b/artemis-selector/pom.xml
index 209da20..42a0c4a 100644
--- a/artemis-selector/pom.xml
+++ b/artemis-selector/pom.xml
@@ -20,7 +20,7 @@
    <parent>
       <groupId>org.apache.activemq</groupId>
       <artifactId>artemis-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-selector</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/artemis-server/pom.xml
----------------------------------------------------------------------
diff --git a/artemis-server/pom.xml b/artemis-server/pom.xml
index 1ff6856..d4732e0 100644
--- a/artemis-server/pom.xml
+++ b/artemis-server/pom.xml
@@ -20,7 +20,7 @@
    <parent>
       <groupId>org.apache.activemq</groupId>
       <artifactId>artemis-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-server</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/artemis-service-extensions/pom.xml
----------------------------------------------------------------------
diff --git a/artemis-service-extensions/pom.xml b/artemis-service-extensions/pom.xml
index f4650a0..6c29afa 100644
--- a/artemis-service-extensions/pom.xml
+++ b/artemis-service-extensions/pom.xml
@@ -20,7 +20,7 @@
    <parent>
       <groupId>org.apache.activemq</groupId>
       <artifactId>artemis-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-service-extensions</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/artemis-web/pom.xml
----------------------------------------------------------------------
diff --git a/artemis-web/pom.xml b/artemis-web/pom.xml
index 52e22db..721d40c 100644
--- a/artemis-web/pom.xml
+++ b/artemis-web/pom.xml
@@ -20,7 +20,7 @@
    <parent>
       <groupId>org.apache.activemq</groupId>
       <artifactId>artemis-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-web</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/artemis-website/pom.xml
----------------------------------------------------------------------
diff --git a/artemis-website/pom.xml b/artemis-website/pom.xml
index 1962679..9d34ae4 100644
--- a/artemis-website/pom.xml
+++ b/artemis-website/pom.xml
@@ -20,7 +20,7 @@
    <parent>
       <groupId>org.apache.activemq</groupId>
       <artifactId>artemis-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-website</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/core/embedded-remote/pom.xml
----------------------------------------------------------------------
diff --git a/examples/core/embedded-remote/pom.xml b/examples/core/embedded-remote/pom.xml
index 0545b29..b4802f5 100644
--- a/examples/core/embedded-remote/pom.xml
+++ b/examples/core/embedded-remote/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.core</groupId>
       <artifactId>core-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-core-embedded-remote-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/core/embedded/pom.xml
----------------------------------------------------------------------
diff --git a/examples/core/embedded/pom.xml b/examples/core/embedded/pom.xml
index cd7d886..f3ebe8c 100644
--- a/examples/core/embedded/pom.xml
+++ b/examples/core/embedded/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.core</groupId>
       <artifactId>core-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-core-embedded-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/core/perf/pom.xml
----------------------------------------------------------------------
diff --git a/examples/core/perf/pom.xml b/examples/core/perf/pom.xml
index 0085172..6f49d1e 100644
--- a/examples/core/perf/pom.xml
+++ b/examples/core/perf/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.core</groupId>
       <artifactId>core-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-core-perf-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/core/pom.xml
----------------------------------------------------------------------
diff --git a/examples/core/pom.xml b/examples/core/pom.xml
index e2655a5..f1a4bc0 100644
--- a/examples/core/pom.xml
+++ b/examples/core/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples</groupId>
       <artifactId>artemis-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <groupId>org.apache.activemq.examples.core</groupId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/core/vertx-connector/pom.xml
----------------------------------------------------------------------
diff --git a/examples/core/vertx-connector/pom.xml b/examples/core/vertx-connector/pom.xml
index c308a63..f68bcd1 100644
--- a/examples/core/vertx-connector/pom.xml
+++ b/examples/core/vertx-connector/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.core</groupId>
       <artifactId>core-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-vertx-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/aerogear/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/aerogear/pom.xml b/examples/jms/aerogear/pom.xml
index a70a098..ab07640 100644
--- a/examples/jms/aerogear/pom.xml
+++ b/examples/jms/aerogear/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <properties>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/application-layer-failover/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/application-layer-failover/pom.xml b/examples/jms/application-layer-failover/pom.xml
index 31d38b4..7f81a68 100644
--- a/examples/jms/application-layer-failover/pom.xml
+++ b/examples/jms/application-layer-failover/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-application-layer-failover-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/artemis-ra-rar/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/artemis-ra-rar/pom.xml b/examples/jms/artemis-ra-rar/pom.xml
index c1f0c31..2d670ed 100644
--- a/examples/jms/artemis-ra-rar/pom.xml
+++ b/examples/jms/artemis-ra-rar/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-rar</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/bridge/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/bridge/pom.xml b/examples/jms/bridge/pom.xml
index 2f25412..8eec9b3 100644
--- a/examples/jms/bridge/pom.xml
+++ b/examples/jms/bridge/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-bridge-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/browser/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/browser/pom.xml b/examples/jms/browser/pom.xml
index cda229f..ae13961 100644
--- a/examples/jms/browser/pom.xml
+++ b/examples/jms/browser/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-browser-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/client-kickoff/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/client-kickoff/pom.xml b/examples/jms/client-kickoff/pom.xml
index 16a51e8..2920913 100644
--- a/examples/jms/client-kickoff/pom.xml
+++ b/examples/jms/client-kickoff/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-client-kickoff-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/client-side-failoverlistener/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/client-side-failoverlistener/pom.xml b/examples/jms/client-side-failoverlistener/pom.xml
index b44adfc..93d5742 100644
--- a/examples/jms/client-side-failoverlistener/pom.xml
+++ b/examples/jms/client-side-failoverlistener/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-client-side-fileoverlistener-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/client-side-load-balancing/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/client-side-load-balancing/pom.xml b/examples/jms/client-side-load-balancing/pom.xml
index a04d18e..f6cbe73 100644
--- a/examples/jms/client-side-load-balancing/pom.xml
+++ b/examples/jms/client-side-load-balancing/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-client-side-load-balancing-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/clustered-durable-subscription/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/clustered-durable-subscription/pom.xml b/examples/jms/clustered-durable-subscription/pom.xml
index df39b4c..f2c047e 100644
--- a/examples/jms/clustered-durable-subscription/pom.xml
+++ b/examples/jms/clustered-durable-subscription/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-clustered-durable-subscription-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/clustered-grouping/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/clustered-grouping/pom.xml b/examples/jms/clustered-grouping/pom.xml
index fd5018a..32c2356 100644
--- a/examples/jms/clustered-grouping/pom.xml
+++ b/examples/jms/clustered-grouping/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-clustered-grouping-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/clustered-jgroups/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/clustered-jgroups/pom.xml b/examples/jms/clustered-jgroups/pom.xml
index eb17cad..78ece21 100644
--- a/examples/jms/clustered-jgroups/pom.xml
+++ b/examples/jms/clustered-jgroups/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>clustered-jgroups</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/clustered-queue/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/clustered-queue/pom.xml b/examples/jms/clustered-queue/pom.xml
index 3719553..fab5fa9 100644
--- a/examples/jms/clustered-queue/pom.xml
+++ b/examples/jms/clustered-queue/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>clustered-queue</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/clustered-standalone/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/clustered-standalone/pom.xml b/examples/jms/clustered-standalone/pom.xml
index dde7fb4..deaad1a 100644
--- a/examples/jms/clustered-standalone/pom.xml
+++ b/examples/jms/clustered-standalone/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-clustered-standalone-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/clustered-static-discovery/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/clustered-static-discovery/pom.xml b/examples/jms/clustered-static-discovery/pom.xml
index 092becf..493c4e2 100644
--- a/examples/jms/clustered-static-discovery/pom.xml
+++ b/examples/jms/clustered-static-discovery/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-clustered-static-discovery-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/clustered-static-oneway/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/clustered-static-oneway/pom.xml b/examples/jms/clustered-static-oneway/pom.xml
index 8e07a24..3426593 100644
--- a/examples/jms/clustered-static-oneway/pom.xml
+++ b/examples/jms/clustered-static-oneway/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-clustered-static-oneway-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/clustered-topic/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/clustered-topic/pom.xml b/examples/jms/clustered-topic/pom.xml
index 750a4aa..c1ed512 100644
--- a/examples/jms/clustered-topic/pom.xml
+++ b/examples/jms/clustered-topic/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-clustered-topic-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/colocated-failover-scale-down/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/colocated-failover-scale-down/pom.xml b/examples/jms/colocated-failover-scale-down/pom.xml
index 37a8f21..a56fd4e 100644
--- a/examples/jms/colocated-failover-scale-down/pom.xml
+++ b/examples/jms/colocated-failover-scale-down/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>colocated-failover-scale-down</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/colocated-failover/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/colocated-failover/pom.xml b/examples/jms/colocated-failover/pom.xml
index 71a9603..0c195f8 100644
--- a/examples/jms/colocated-failover/pom.xml
+++ b/examples/jms/colocated-failover/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>colocated-failover</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/common/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/common/pom.xml b/examples/jms/common/pom.xml
index 1c4559f..bfc6806 100644
--- a/examples/jms/common/pom.xml
+++ b/examples/jms/common/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>common</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/consumer-rate-limit/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/consumer-rate-limit/pom.xml b/examples/jms/consumer-rate-limit/pom.xml
index b7304d2..93342e9 100644
--- a/examples/jms/consumer-rate-limit/pom.xml
+++ b/examples/jms/consumer-rate-limit/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-consumer-rate-limit-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/dead-letter/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/dead-letter/pom.xml b/examples/jms/dead-letter/pom.xml
index a1f16ab..664ebc1 100644
--- a/examples/jms/dead-letter/pom.xml
+++ b/examples/jms/dead-letter/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-dead-letter-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/delayed-redelivery/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/delayed-redelivery/pom.xml b/examples/jms/delayed-redelivery/pom.xml
index 4acab68..ca04814 100644
--- a/examples/jms/delayed-redelivery/pom.xml
+++ b/examples/jms/delayed-redelivery/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-delayed-redelivery-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/divert/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/divert/pom.xml b/examples/jms/divert/pom.xml
index f70ee55..2141568 100644
--- a/examples/jms/divert/pom.xml
+++ b/examples/jms/divert/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-divert-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/durable-subscription/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/durable-subscription/pom.xml b/examples/jms/durable-subscription/pom.xml
index 6e9ddb3..6767951 100644
--- a/examples/jms/durable-subscription/pom.xml
+++ b/examples/jms/durable-subscription/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-durable-subscription-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/embedded-simple/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/embedded-simple/pom.xml b/examples/jms/embedded-simple/pom.xml
index 2e0e06a..13e4f8a 100644
--- a/examples/jms/embedded-simple/pom.xml
+++ b/examples/jms/embedded-simple/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-embedded-simple-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/embedded/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/embedded/pom.xml b/examples/jms/embedded/pom.xml
index bef4d7a..f9b7c0a 100644
--- a/examples/jms/embedded/pom.xml
+++ b/examples/jms/embedded/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-embedded-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/expiry/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/expiry/pom.xml b/examples/jms/expiry/pom.xml
index ec8e7d3..5d7d9e2 100644
--- a/examples/jms/expiry/pom.xml
+++ b/examples/jms/expiry/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-expiry-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/ha-policy-autobackup/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/ha-policy-autobackup/pom.xml b/examples/jms/ha-policy-autobackup/pom.xml
index dc3e016..e03a51c 100644
--- a/examples/jms/ha-policy-autobackup/pom.xml
+++ b/examples/jms/ha-policy-autobackup/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>ha-policy-autobackup</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/http-transport/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/http-transport/pom.xml b/examples/jms/http-transport/pom.xml
index 6c4fa05..7932e28 100644
--- a/examples/jms/http-transport/pom.xml
+++ b/examples/jms/http-transport/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-http-transport-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/instantiate-connection-factory/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/instantiate-connection-factory/pom.xml b/examples/jms/instantiate-connection-factory/pom.xml
index 6f39e24..04dd30e 100644
--- a/examples/jms/instantiate-connection-factory/pom.xml
+++ b/examples/jms/instantiate-connection-factory/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-instantiate-connection-factory-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/interceptor/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/interceptor/pom.xml b/examples/jms/interceptor/pom.xml
index 32fafc5..256a45f 100644
--- a/examples/jms/interceptor/pom.xml
+++ b/examples/jms/interceptor/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-interceptor-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/jms-auto-closeable/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/jms-auto-closeable/pom.xml b/examples/jms/jms-auto-closeable/pom.xml
index 2752d31..5480647 100644
--- a/examples/jms/jms-auto-closeable/pom.xml
+++ b/examples/jms/jms-auto-closeable/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-auto-closeable-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/jms-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/jms-bridge/pom.xml b/examples/jms/jms-bridge/pom.xml
index 82d7caf..7e88324 100644
--- a/examples/jms/jms-bridge/pom.xml
+++ b/examples/jms/jms-bridge/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-jms-bridge-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/jms-completion-listener/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/jms-completion-listener/pom.xml b/examples/jms/jms-completion-listener/pom.xml
index 43a71bd..b8dae96 100644
--- a/examples/jms/jms-completion-listener/pom.xml
+++ b/examples/jms/jms-completion-listener/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-completion-listener-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/jms-context/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/jms-context/pom.xml b/examples/jms/jms-context/pom.xml
index 85250b2..0af3a73 100644
--- a/examples/jms/jms-context/pom.xml
+++ b/examples/jms/jms-context/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-context-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/jms-shared-consumer/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/jms-shared-consumer/pom.xml b/examples/jms/jms-shared-consumer/pom.xml
index 75df712..9677f14 100644
--- a/examples/jms/jms-shared-consumer/pom.xml
+++ b/examples/jms/jms-shared-consumer/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-shared-consumer-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/jmx/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/jmx/pom.xml b/examples/jms/jmx/pom.xml
index 94d98fc..1c6e0b3 100644
--- a/examples/jms/jmx/pom.xml
+++ b/examples/jms/jmx/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-jmx-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/large-message/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/large-message/pom.xml b/examples/jms/large-message/pom.xml
index 6d4045c..17a03bd 100644
--- a/examples/jms/large-message/pom.xml
+++ b/examples/jms/large-message/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-large-message-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/last-value-queue/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/last-value-queue/pom.xml b/examples/jms/last-value-queue/pom.xml
index 71313fe..eea5db5 100644
--- a/examples/jms/last-value-queue/pom.xml
+++ b/examples/jms/last-value-queue/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-last-value-queue-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/management-notifications/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/management-notifications/pom.xml b/examples/jms/management-notifications/pom.xml
index a8c523c..6fd3e5e 100644
--- a/examples/jms/management-notifications/pom.xml
+++ b/examples/jms/management-notifications/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-management-notifications-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/management/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/management/pom.xml b/examples/jms/management/pom.xml
index 959f4d8..9fbbc63 100644
--- a/examples/jms/management/pom.xml
+++ b/examples/jms/management/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-management-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/message-counters/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/message-counters/pom.xml b/examples/jms/message-counters/pom.xml
index f51a07b..5dd4d6c 100644
--- a/examples/jms/message-counters/pom.xml
+++ b/examples/jms/message-counters/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-message-counters-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/message-group/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/message-group/pom.xml b/examples/jms/message-group/pom.xml
index 8bb12b2..76ebe0e 100644
--- a/examples/jms/message-group/pom.xml
+++ b/examples/jms/message-group/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-message-group-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/message-group2/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/message-group2/pom.xml b/examples/jms/message-group2/pom.xml
index c768060..f766655 100644
--- a/examples/jms/message-group2/pom.xml
+++ b/examples/jms/message-group2/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-message-group2-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/message-priority/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/message-priority/pom.xml b/examples/jms/message-priority/pom.xml
index 6a572e9..c3f55ab 100644
--- a/examples/jms/message-priority/pom.xml
+++ b/examples/jms/message-priority/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-message-priority-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/multiple-failover-failback/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/multiple-failover-failback/pom.xml b/examples/jms/multiple-failover-failback/pom.xml
index b44d822..de7086e 100644
--- a/examples/jms/multiple-failover-failback/pom.xml
+++ b/examples/jms/multiple-failover-failback/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-multiple-failover-failback-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/multiple-failover/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/multiple-failover/pom.xml b/examples/jms/multiple-failover/pom.xml
index eb092f0..02b9464 100644
--- a/examples/jms/multiple-failover/pom.xml
+++ b/examples/jms/multiple-failover/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-multiple-failover-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/no-consumer-buffering/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/no-consumer-buffering/pom.xml b/examples/jms/no-consumer-buffering/pom.xml
index 4c576be..ffc0349 100644
--- a/examples/jms/no-consumer-buffering/pom.xml
+++ b/examples/jms/no-consumer-buffering/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-no-consumer-buffering-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/non-transaction-failover/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/non-transaction-failover/pom.xml b/examples/jms/non-transaction-failover/pom.xml
index 87d5326..eef41e5 100644
--- a/examples/jms/non-transaction-failover/pom.xml
+++ b/examples/jms/non-transaction-failover/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>non-transaction-failover</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/openwire/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/openwire/pom.xml b/examples/jms/openwire/pom.xml
index 4f95652..e22eedd 100644
--- a/examples/jms/openwire/pom.xml
+++ b/examples/jms/openwire/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-openwire-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/paging/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/paging/pom.xml b/examples/jms/paging/pom.xml
index 6cd9e30..2f41b6b 100644
--- a/examples/jms/paging/pom.xml
+++ b/examples/jms/paging/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-paging-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/perf/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/perf/pom.xml b/examples/jms/perf/pom.xml
index fe1160c..c640a17 100644
--- a/examples/jms/perf/pom.xml
+++ b/examples/jms/perf/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-perf-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/pom.xml b/examples/jms/pom.xml
index 564a65d..85884f2 100644
--- a/examples/jms/pom.xml
+++ b/examples/jms/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples</groupId>
       <artifactId>artemis-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <groupId>org.apache.activemq.examples.jms</groupId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/pre-acknowledge/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/pre-acknowledge/pom.xml b/examples/jms/pre-acknowledge/pom.xml
index 0ea0c67..28533a2 100644
--- a/examples/jms/pre-acknowledge/pom.xml
+++ b/examples/jms/pre-acknowledge/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-pre-acknowledge-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/producer-rate-limit/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/producer-rate-limit/pom.xml b/examples/jms/producer-rate-limit/pom.xml
index 0ab1adb..fb671c5 100644
--- a/examples/jms/producer-rate-limit/pom.xml
+++ b/examples/jms/producer-rate-limit/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-producer-rate-limit-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/proton-cpp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/proton-cpp/pom.xml b/examples/jms/proton-cpp/pom.xml
index dc4a65b..2e18aee 100644
--- a/examples/jms/proton-cpp/pom.xml
+++ b/examples/jms/proton-cpp/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-protoncpp</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/proton-j/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/proton-j/pom.xml b/examples/jms/proton-j/pom.xml
index efa846d..d491d49 100644
--- a/examples/jms/proton-j/pom.xml
+++ b/examples/jms/proton-j/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-proton-j-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/proton-ruby/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/proton-ruby/pom.xml b/examples/jms/proton-ruby/pom.xml
index 04143bf..6823dbf 100644
--- a/examples/jms/proton-ruby/pom.xml
+++ b/examples/jms/proton-ruby/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-proton-ruby-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/queue-message-redistribution/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/queue-message-redistribution/pom.xml b/examples/jms/queue-message-redistribution/pom.xml
index e7cdb29..12f2fff 100644
--- a/examples/jms/queue-message-redistribution/pom.xml
+++ b/examples/jms/queue-message-redistribution/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-queue-message-redistribution-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/queue-requestor/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/queue-requestor/pom.xml b/examples/jms/queue-requestor/pom.xml
index f0a524b..d54c562 100644
--- a/examples/jms/queue-requestor/pom.xml
+++ b/examples/jms/queue-requestor/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-queue-requestor-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/queue-selector/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/queue-selector/pom.xml b/examples/jms/queue-selector/pom.xml
index 6d35cd9..e5902df 100644
--- a/examples/jms/queue-selector/pom.xml
+++ b/examples/jms/queue-selector/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-queue-selector-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/queue/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/queue/pom.xml b/examples/jms/queue/pom.xml
index 5e8348b..b154e7b 100644
--- a/examples/jms/queue/pom.xml
+++ b/examples/jms/queue/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-queue-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/reattach-node/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/reattach-node/pom.xml b/examples/jms/reattach-node/pom.xml
index a811cc0..d6c9970 100644
--- a/examples/jms/reattach-node/pom.xml
+++ b/examples/jms/reattach-node/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-reattach-node-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/replicated-failback-static/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/replicated-failback-static/pom.xml b/examples/jms/replicated-failback-static/pom.xml
index 2e06f25..a7a415a 100644
--- a/examples/jms/replicated-failback-static/pom.xml
+++ b/examples/jms/replicated-failback-static/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-replicated-failback-static-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/replicated-failback/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/replicated-failback/pom.xml b/examples/jms/replicated-failback/pom.xml
index 0d81ac4..0b1c277 100644
--- a/examples/jms/replicated-failback/pom.xml
+++ b/examples/jms/replicated-failback/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-replicated-failback-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/replicated-multiple-failover/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/replicated-multiple-failover/pom.xml b/examples/jms/replicated-multiple-failover/pom.xml
index a8dbeef..fa9c645 100644
--- a/examples/jms/replicated-multiple-failover/pom.xml
+++ b/examples/jms/replicated-multiple-failover/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-replicated-multiple-failover-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/replicated-transaction-failover/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/replicated-transaction-failover/pom.xml b/examples/jms/replicated-transaction-failover/pom.xml
index fa07eb4..c099dfd 100644
--- a/examples/jms/replicated-transaction-failover/pom.xml
+++ b/examples/jms/replicated-transaction-failover/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-replicated-transaction-failover-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/request-reply/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/request-reply/pom.xml b/examples/jms/request-reply/pom.xml
index ddd4f6c..f858706 100644
--- a/examples/jms/request-reply/pom.xml
+++ b/examples/jms/request-reply/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-request-reply-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/rest/dup-send/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/rest/dup-send/pom.xml b/examples/jms/rest/dup-send/pom.xml
index 4b94e26..f398b34 100644
--- a/examples/jms/rest/dup-send/pom.xml
+++ b/examples/jms/rest/dup-send/pom.xml
@@ -23,7 +23,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.rest</groupId>
       <artifactId>artemis-rest-examples-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
    <artifactId>dup-send</artifactId>
    <packaging>war</packaging>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/rest/javascript-chat/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/rest/javascript-chat/pom.xml b/examples/jms/rest/javascript-chat/pom.xml
index e199b76..c7d5855 100644
--- a/examples/jms/rest/javascript-chat/pom.xml
+++ b/examples/jms/rest/javascript-chat/pom.xml
@@ -23,7 +23,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.rest</groupId>
       <artifactId>artemis-rest-examples-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
    <artifactId>javascript-chat</artifactId>
    <packaging>war</packaging>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/rest/jms-to-rest/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/rest/jms-to-rest/pom.xml b/examples/jms/rest/jms-to-rest/pom.xml
index fc9ec79..877f3dd 100644
--- a/examples/jms/rest/jms-to-rest/pom.xml
+++ b/examples/jms/rest/jms-to-rest/pom.xml
@@ -23,7 +23,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.rest</groupId>
       <artifactId>artemis-rest-examples-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
    <artifactId>mixed-jms-rest</artifactId>
    <packaging>war</packaging>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/rest/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/rest/pom.xml b/examples/jms/rest/pom.xml
index 4b3b1d2..84476d0 100644
--- a/examples/jms/rest/pom.xml
+++ b/examples/jms/rest/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <groupId>org.apache.activemq.examples.rest</groupId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/rest/push/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/rest/push/pom.xml b/examples/jms/rest/push/pom.xml
index e4c8293..8055f00 100644
--- a/examples/jms/rest/push/pom.xml
+++ b/examples/jms/rest/push/pom.xml
@@ -23,7 +23,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.rest</groupId>
       <artifactId>artemis-rest-examples-pom</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
    <artifactId>push</artifactId>
    <packaging>war</packaging>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/scale-down/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/scale-down/pom.xml b/examples/jms/scale-down/pom.xml
index 42d2691..7ebf70f 100644
--- a/examples/jms/scale-down/pom.xml
+++ b/examples/jms/scale-down/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>scale-down</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/scheduled-message/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/scheduled-message/pom.xml b/examples/jms/scheduled-message/pom.xml
index d970c4e..4bdc96f 100644
--- a/examples/jms/scheduled-message/pom.xml
+++ b/examples/jms/scheduled-message/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-scheduled-message-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/security/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/security/pom.xml b/examples/jms/security/pom.xml
index 792a5bd..2b6be30 100644
--- a/examples/jms/security/pom.xml
+++ b/examples/jms/security/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-security-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/send-acknowledgements/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/send-acknowledgements/pom.xml b/examples/jms/send-acknowledgements/pom.xml
index 9882af7..04f5f57 100644
--- a/examples/jms/send-acknowledgements/pom.xml
+++ b/examples/jms/send-acknowledgements/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-send-acknowledgements-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/spring-integration/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/spring-integration/pom.xml b/examples/jms/spring-integration/pom.xml
index bef8263..9ba8d0a 100644
--- a/examples/jms/spring-integration/pom.xml
+++ b/examples/jms/spring-integration/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-spring-integration-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/ssl-enabled/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/ssl-enabled/pom.xml b/examples/jms/ssl-enabled/pom.xml
index 8094403..dfe3f9d 100644
--- a/examples/jms/ssl-enabled/pom.xml
+++ b/examples/jms/ssl-enabled/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-ssl-enabled-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/static-selector-jms/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/static-selector-jms/pom.xml b/examples/jms/static-selector-jms/pom.xml
index 10a5777..049df2c 100644
--- a/examples/jms/static-selector-jms/pom.xml
+++ b/examples/jms/static-selector-jms/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-static-selector-jms-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/static-selector/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/static-selector/pom.xml b/examples/jms/static-selector/pom.xml
index d2916fd..2422d90 100644
--- a/examples/jms/static-selector/pom.xml
+++ b/examples/jms/static-selector/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-static-selector-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/stomp-websockets/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/stomp-websockets/pom.xml b/examples/jms/stomp-websockets/pom.xml
index 3d876f9..4d515e7 100644
--- a/examples/jms/stomp-websockets/pom.xml
+++ b/examples/jms/stomp-websockets/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-stomp-websockets-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/stomp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/stomp/pom.xml b/examples/jms/stomp/pom.xml
index a387c66..79a6d2b 100644
--- a/examples/jms/stomp/pom.xml
+++ b/examples/jms/stomp/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-stomp-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/stomp1.1/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/stomp1.1/pom.xml b/examples/jms/stomp1.1/pom.xml
index 424160d..f2b3da2 100644
--- a/examples/jms/stomp1.1/pom.xml
+++ b/examples/jms/stomp1.1/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-stomp1.1-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/stomp1.2/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/stomp1.2/pom.xml b/examples/jms/stomp1.2/pom.xml
index 795f009..c90747b 100644
--- a/examples/jms/stomp1.2/pom.xml
+++ b/examples/jms/stomp1.2/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-stomp1.2-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/stop-server-failover/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/stop-server-failover/pom.xml b/examples/jms/stop-server-failover/pom.xml
index a6d9290..fb03ef8 100644
--- a/examples/jms/stop-server-failover/pom.xml
+++ b/examples/jms/stop-server-failover/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-stop-server-failover-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/symmetric-cluster/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/symmetric-cluster/pom.xml b/examples/jms/symmetric-cluster/pom.xml
index 1708709..97fdf44 100644
--- a/examples/jms/symmetric-cluster/pom.xml
+++ b/examples/jms/symmetric-cluster/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-symmetric-cluster-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/temp-queue/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/temp-queue/pom.xml b/examples/jms/temp-queue/pom.xml
index bdce288..607a982 100644
--- a/examples/jms/temp-queue/pom.xml
+++ b/examples/jms/temp-queue/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-temp-queue-example</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d2de238a/examples/jms/topic-hierarchies/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jms/topic-hierarchies/pom.xml b/examples/jms/topic-hierarchies/pom.xml
index a92164e..395f49a 100644
--- a/examples/jms/topic-hierarchies/pom.xml
+++ b/examples/jms/topic-hierarchies/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.jms</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0</version>
    </parent>
 
    <artifactId>artemis-jms-topic-hierarchies-example</artifactId>