diff --git a/docs/user-manual/en/maven-plugin.md b/docs/user-manual/en/maven-plugin.md index 7d8b93ac3c..19bda2f22b 100644 --- a/docs/user-manual/en/maven-plugin.md +++ b/docs/user-manual/en/maven-plugin.md @@ -136,7 +136,7 @@ The following example is a copy of the /examples/features/standard/queue example org.apache.activemq.examples.broker jms-examples - 1.0.1-SNAPSHOT + 1.1.0 queue diff --git a/examples/features/clustered/client-side-load-balancing/pom.xml b/examples/features/clustered/client-side-load-balancing/pom.xml index a9b092c759..210dd3ef49 100644 --- a/examples/features/clustered/client-side-load-balancing/pom.xml +++ b/examples/features/clustered/client-side-load-balancing/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.activemq.examples.clustered broker-clustered - 1.0.1-SNAPSHOT + 1.1.1-SNAPSHOT client-side-load-balancing diff --git a/examples/features/clustered/pom.xml b/examples/features/clustered/pom.xml index accb042001..228afc53bc 100644 --- a/examples/features/clustered/pom.xml +++ b/examples/features/clustered/pom.xml @@ -62,6 +62,7 @@ under the License. release + client-side-load-balancing clustered-durable-subscription clustered-grouping clustered-jgroups diff --git a/examples/protocols/openwire/chat/pom.xml b/examples/protocols/openwire/chat/pom.xml index 58dcaa277e..4e9666c5e6 100644 --- a/examples/protocols/openwire/chat/pom.xml +++ b/examples/protocols/openwire/chat/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.activemq.examples.openwire openwire-examples - 1.0.1-SNAPSHOT + 1.1.1-SNAPSHOT chat-example diff --git a/examples/protocols/openwire/message-listener/pom.xml b/examples/protocols/openwire/message-listener/pom.xml index f54c549b81..0b8d4183f5 100644 --- a/examples/protocols/openwire/message-listener/pom.xml +++ b/examples/protocols/openwire/message-listener/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.activemq.examples.openwire openwire-examples - 1.0.1-SNAPSHOT + 1.1.1-SNAPSHOT message-listener diff --git a/examples/protocols/openwire/message-recovery/pom.xml b/examples/protocols/openwire/message-recovery/pom.xml index 5caa16192b..0853355c85 100644 --- a/examples/protocols/openwire/message-recovery/pom.xml +++ b/examples/protocols/openwire/message-recovery/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.activemq.examples.openwire openwire-examples - 1.0.1-SNAPSHOT + 1.1.1-SNAPSHOT message-recovery diff --git a/examples/protocols/openwire/pom.xml b/examples/protocols/openwire/pom.xml index cc5eb765af..7127cfb36c 100644 --- a/examples/protocols/openwire/pom.xml +++ b/examples/protocols/openwire/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.activemq.examples.protocols protocols - 1.0.1-SNAPSHOT + 1.1.1-SNAPSHOT org.apache.activemq.examples.openwire diff --git a/examples/protocols/openwire/queue/pom.xml b/examples/protocols/openwire/queue/pom.xml index 204b67ae08..299c908a10 100644 --- a/examples/protocols/openwire/queue/pom.xml +++ b/examples/protocols/openwire/queue/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.activemq.examples.openwire openwire-examples - 1.0.1-SNAPSHOT + 1.1.1-SNAPSHOT queue-openwire diff --git a/examples/protocols/pom.xml b/examples/protocols/pom.xml index d0982e46df..f33b259915 100644 --- a/examples/protocols/pom.xml +++ b/examples/protocols/pom.xml @@ -58,6 +58,7 @@ under the License. amqp mqtt stomp + openwire diff --git a/tests/activemq5-unit-tests/pom.xml b/tests/activemq5-unit-tests/pom.xml index c046bcfadd..8ee1050b5c 100644 --- a/tests/activemq5-unit-tests/pom.xml +++ b/tests/activemq5-unit-tests/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq.tests artemis-tests-pom - 1.0.1-SNAPSHOT + 1.1.1-SNAPSHOT activemq5-unit-tests @@ -44,7 +44,7 @@ 1.9.2 2.0.0-M6 3.1.4 - + @@ -408,7 +408,7 @@ - + diff --git a/tests/extra-tests/pom.xml b/tests/extra-tests/pom.xml index 96fad8c244..6c20a38cf5 100644 --- a/tests/extra-tests/pom.xml +++ b/tests/extra-tests/pom.xml @@ -25,7 +25,7 @@ org.apache.activemq.tests artemis-tests-pom - 1.0.1-SNAPSHOT + 1.1.1-SNAPSHOT extra-tests diff --git a/tests/pom.xml b/tests/pom.xml index 766a0254aa..87faffacba 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -92,6 +92,15 @@ false + + release + + activemq5-unit-tests + + + true + +