Prepare examples,tests for release

This commit is contained in:
Martyn Taylor 2015-03-06 15:25:47 +00:00
parent f93fb76404
commit 2b4e7babb6
120 changed files with 123 additions and 123 deletions

View File

@ -37,7 +37,7 @@ if you are missing any dependencies, autoconf would tell you what you're missing
COMPILED FILE
The produced file will be under the ./target/nar (example: ./target/nar/activemq-native-6.0.0-SNAPSHOT-amd64-Linux-gpp-jni/lib/amd64-Linux-gpp/jni/libactivemq-native-6.0.0-SNAPSHOT.so)
The produced file will be under the ./target/nar (example: ./target/nar/activemq-native-6.0.0-amd64-Linux-gpp-jni/lib/amd64-Linux-gpp/jni/libactivemq-native-6.0.0.so)
and you will have to rename it manually under ./bin following the appropriate pattern.

View File

@ -65,8 +65,8 @@ under the License.
<release>
<Version>
<name>6.0.0-SNAPSHOT</name>
<revision>6.0.0-SNAPSHOT.final</revision>
<name>6.0.0</name>
<revision>6.0.0.final</revision>
<created>2013-16-12</created>
</Version>
</release>

View File

@ -61,7 +61,7 @@ The broker comes shipped with an in depth user manual and a bunch of examples to
The examples are shipped inside the distribution folder under "examples": <a href="./examples/index.html">Apache ActiveMQ Examples</a>.</br></br>
<h2>Release Notes - ActiveMQ 6.0.0-SNAPSHOT</h2>
<h2>Release Notes - ActiveMQ 6.0.0</h2>
The ActiveMQ 6.0.0-SNAPSHOT release notes can be found in the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12328953">Apache ActiveMQ project JIRA</a>.
The ActiveMQ 6.0.0 release notes can be found in the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12328953">Apache ActiveMQ project JIRA</a>.

View File

@ -72,7 +72,7 @@ script `compile-native.sh`. This script will invoke the proper maven profile to
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ActiveMQ6 Native POM 6.0.0-SNAPSHOT
[INFO] Building ActiveMQ6 Native POM 6.0.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- nar-maven-plugin:3.0.0:nar-validate (default-nar-validate) @ activemq-native ---

View File

@ -62,7 +62,7 @@ add the following dependencies.
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core-client</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</dependency>
There are 2 properties you need to set when starting your java program,

View File

@ -555,7 +555,7 @@ be to use a brower and go to the URL http://localhost:8161/jolokia/read/org.apac
This would give you back something like the following:
{"timestamp":1422019706,"status":200,"request":{"mbean":"org.apache.activemq:module=Core,type=Server","attribute":"Version","type":"read"},"value":"6.0.0-SNAPSHOT.SNAPSHOT (Active Hornet, 126)"}
{"timestamp":1422019706,"status":200,"request":{"mbean":"org.apache.activemq:module=Core,type=Server","attribute":"Version","type":"read"},"value":"6.0.0.SNAPSHOT (Active Hornet, 126)"}
## Using Management Via Core API

View File

@ -103,7 +103,7 @@ Within your WEB-INF/lib directory you must have the Apache activemq-rest.jar fil
<dependency>
<groupId>org.apache.activemq.rest</groupId>
<artifactId>activemq-rest</artifactId>
<version>6.0.0-SNAPSHOT.Final</version>
<version>6.0.0.Final</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
@ -179,7 +179,7 @@ Here's a Maven pom.xml file for creating a WAR for this environment. Make sure y
<dependency>
<groupId>org.apache.activemq.rest</groupId>
<artifactId>activemq-rest</artifactId>
<version>6.0.0-SNAPSHOT.Final</version>
<version>6.0.0.Final</version>
</dependency>
</dependencies>
</project>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.core</groupId>
<artifactId>core-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-core-embedded-remote-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.core</groupId>
<artifactId>core-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-core-embedded-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.core</groupId>
<artifactId>core-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-core-perf-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.core</groupId>
<artifactId>core-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-vertx-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-rar</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<properties>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-applet-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-application-layer-failover-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-bridge-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-browser-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-client-kickoff-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-client-side-fileoverlistener-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-client-side-load-balancing-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-clustered-durable-subscription-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-clustered-grouping-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>clustered-jgroups</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>clustered-queue</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-clustered-standalone-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-clustered-static-discovery-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-clustered-static-oneway-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-clustered-topic-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>colocated-failover-scale-down</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>colocated-failover</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-consumer-rate-limit-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-dead-letter-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-delayed-redelivery-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-divert-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-durable-subscription-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-embedded-simple-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-embedded-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-expiry-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>ha-policy-autobackup</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-http-transport-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-instantiate-connection-factory-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-interceptor-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-auto-closeable-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-jms-bridge-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-completion-listener-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-context-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-shared-consumer-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-jmx-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-large-message-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-last-value-queue-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-management-notifications-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-management-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-message-counters-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-message-group-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-message-group2-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-message-priority-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-multiple-failover-failback-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-multiple-failover-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-no-consumer-buffering-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>non-transaction-failover</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-openwire-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-paging-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-perf-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-pre-acknowledge-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-producer-rate-limit-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-protoncpp</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-proton-j-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-proton-ruby-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-queue-message-redistribution-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-queue-requestor-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-queue-selector-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-queue-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-reattach-node-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-replicated-failback-static-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-replicated-failback-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-replicated-multiple-failover-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-replicated-transaction-failover-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-request-reply-example</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.rest.examples</groupId>
<artifactId>activemq-rest-examples-pom</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>dup-send</artifactId>
<packaging>war</packaging>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.rest.examples</groupId>
<artifactId>activemq-rest-examples-pom</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>javascript-chat</artifactId>
<packaging>war</packaging>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.rest.examples</groupId>
<artifactId>activemq-rest-examples-pom</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>mixed-jms-rest</artifactId>
<packaging>war</packaging>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<groupId>org.apache.activemq.rest.examples</groupId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.rest.examples</groupId>
<artifactId>activemq-rest-examples-pom</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>push</artifactId>
<packaging>war</packaging>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>scale-down</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-scheduled-message-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-security-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-send-acknowledgements-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-spring-integration-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-ssl-enabled-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-static-selector-jms-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-static-selector-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-stomp-websockets-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-stomp-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-stomp1.1-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-stomp1.2-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-stop-server-failover-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-symmetric-cluster-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-temp-queue-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-topic-hierarchies-example</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.jms</groupId>
<artifactId>jms-examples</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<artifactId>activemq-jms-topic-selector-example1-example</artifactId>

Some files were not shown because too many files have changed in this diff Show More