This commit is contained in:
Martyn Taylor 2015-09-07 09:36:37 +01:00
commit 8458f85762
12 changed files with 22 additions and 11 deletions

View File

@ -136,7 +136,7 @@ The following example is a copy of the /examples/features/standard/queue example
<parent>
<groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>jms-examples</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>queue</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-clustered</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
</parent>
<artifactId>client-side-load-balancing</artifactId>

View File

@ -62,6 +62,7 @@ under the License.
<profile>
<id>release</id>
<modules>
<module>client-side-load-balancing</module>
<module>clustered-durable-subscription</module>
<module>clustered-grouping</module>
<module>clustered-jgroups</module>

View File

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

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.openwire</groupId>
<artifactId>openwire-examples</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
</parent>
<artifactId>message-listener</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.openwire</groupId>
<artifactId>openwire-examples</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
</parent>
<artifactId>message-recovery</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.protocols</groupId>
<artifactId>protocols</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.activemq.examples.openwire</groupId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.openwire</groupId>
<artifactId>openwire-examples</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
</parent>
<artifactId>queue-openwire</artifactId>

View File

@ -58,6 +58,7 @@ under the License.
<module>amqp</module>
<module>mqtt</module>
<module>stomp</module>
<module>openwire</module>
</modules>
</profile>
</profiles>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq.tests</groupId>
<artifactId>artemis-tests-pom</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
</parent>
<artifactId>activemq5-unit-tests</artifactId>
@ -44,7 +44,7 @@
<jasypt-version>1.9.2</jasypt-version>
<directory-version>2.0.0-M6</directory-version>
<activeio-core-version>3.1.4</activeio-core-version>
</properties>
<dependencies>
@ -408,7 +408,7 @@
</excludes>
</configuration>
</plugin>
</plugins>
</build>

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.activemq.tests</groupId>
<artifactId>artemis-tests-pom</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
</parent>
<artifactId>extra-tests</artifactId>

View File

@ -92,6 +92,15 @@
<skipActiveMQ5Tests>false</skipActiveMQ5Tests>
</properties>
</profile>
<profile>
<id>release</id>
<modules>
<module>activemq5-unit-tests</module>
</modules>
<properties>
<skipActiveMQ5Tests>true</skipActiveMQ5Tests>
</properties>
</profile>
</profiles>
<modules>