[maven-release-plugin] prepare release 2.29.0

This commit is contained in:
Clebert Suconic 2023-06-14 18:20:45 -04:00
parent 1fe3a9fb6e
commit 2be5c54cd0
230 changed files with 239 additions and 241 deletions

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
<relativePath>..</relativePath>
</parent>

View File

@ -22,7 +22,7 @@
<parent>
<artifactId>artemis-pom</artifactId>
<groupId>org.apache.activemq</groupId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-cli</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-commons</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-core-client-all</artifactId>

View File

@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-core-client-osgi</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-core-client</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>apache-artemis</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-dto</artifactId>

View File

@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-features</artifactId>
<packaging>pom</packaging>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-hawtio-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>activemq-branding</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-hawtio-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-console</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-hawtio-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-plugin</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-hawtio-pom</artifactId>

View File

@ -15,14 +15,13 @@
~ 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>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@ -39,7 +38,7 @@
<example.user>A</example.user>
<!-- a password must be provided to generate the user credential data.
use: mvn exec:exec -Dexample.pwd=xyz on the command line to register your value in the example.user.file -->
<example.pwd></example.pwd>
<example.pwd />
<example.user.file>amqp_sasl_scram_test__etc/user</example.user.file>
</properties>
@ -63,7 +62,7 @@
<executable>java</executable>
<arguments>
<argument>-classpath</argument>
<classpath/>
<classpath />
<argument>org.apache.activemq.artemis.spi.core.security.jaas.SCRAMPropertiesLoginModule</argument>
<argument>${example.user}</argument>
<argument>${example.pwd}</argument>

View File

@ -15,14 +15,13 @@
~ 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>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-image</artifactId>
@ -36,7 +35,7 @@
<!-- for checkstyle plugin -->
<activemq.basedir>${project.basedir}/..</activemq.basedir>
<!-- none of the surefire project defaults are relevant to the tests here -->
<activemq-surefire-argline></activemq-surefire-argline>
<activemq-surefire-argline />
</properties>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-jakarta-client-all</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-jakarta-client</artifactId>

View File

@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-jakarta-ra</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-jakarta-server</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-jakarta-service-extensions</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-jdbc-store</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-jms-client-all</artifactId>

View File

@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-jms-client-osgi</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-jms-client</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-jms-server</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-journal</artifactId>

View File

@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-junit-parent</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-junit</artifactId>

View File

@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-junit-parent</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-junit-5</artifactId>

View File

@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-junit-parent</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-junit-commons</artifactId>

View File

@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-junit-parent</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-log-annotation-processor</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-maven-plugin</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<artifactId>artemis-protocols</artifactId>
<groupId>org.apache.activemq</groupId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-amqp-protocol</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<artifactId>artemis-protocols</artifactId>
<groupId>org.apache.activemq</groupId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-hornetq-protocol</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<artifactId>artemis-protocols</artifactId>
<groupId>org.apache.activemq</groupId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-hqclient-protocol</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<artifactId>artemis-protocols</artifactId>
<groupId>org.apache.activemq</groupId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-mqtt-protocol</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<artifactId>artemis-protocols</artifactId>
<groupId>org.apache.activemq</groupId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-openwire-protocol</artifactId>

View File

@ -18,7 +18,7 @@
<parent>
<artifactId>artemis-protocols</artifactId>
<groupId>org.apache.activemq</groupId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -19,7 +19,7 @@
<parent>
<artifactId>artemis-pom</artifactId>
<groupId>org.apache.activemq</groupId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-quorum-api</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-quorum-ri</artifactId>

View File

@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-ra</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-selector</artifactId>

View File

@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-server-osgi</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-server</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-service-extensions</artifactId>

View File

@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-unit-test-support</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-web</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>artemis-website</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.broker-connection</groupId>
<artifactId>broker-connections</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>amqp-receiving-messages</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.broker-connection</groupId>
<artifactId>broker-connections</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>amqp-sending-messages-multicast</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.broker-connection</groupId>
<artifactId>broker-connections</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>amqp-sending-messages</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.broker-connection</groupId>
<artifactId>broker-connections</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>amqp-ssl-enabled</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.broker-connection</groupId>
<artifactId>broker-connections</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>disaster-recovery</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-features</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<groupId>org.apache.activemq.examples.broker-connection</groupId>

View File

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

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-clustered</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>clustered-durable-subscription</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-clustered</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>clustered-grouping</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-clustered</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>clustered-jgroups</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-clustered</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>clustered-queue</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-clustered</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>clustered-static-discovery-uri</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-clustered</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>clustered-static-discovery</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-clustered</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>clustered-static-oneway</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-clustered</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>clustered-topic-uri</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-clustered</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>clustered-topic</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-features</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<groupId>org.apache.activemq.examples.clustered</groupId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-clustered</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>queue-message-redistribution</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-clustered</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>shared-storage-static-cluster</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-clustered</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>symmetric-cluster</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples</groupId>
<artifactId>connection-router</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>evenly-redirect</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-features</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<groupId>org.apache.activemq.examples</groupId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples</groupId>
<artifactId>connection-router</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>symmetric-redirect</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples</groupId>
<artifactId>connection-router</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>symmetric-simple</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.federation</groupId>
<artifactId>broker-federation</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>federated-address-divert</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.federation</groupId>
<artifactId>broker-federation</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>federated-address-downstream-upstream</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.federation</groupId>
<artifactId>broker-federation</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>federated-address-downstream</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.federation</groupId>
<artifactId>broker-federation</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>federated-address</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.federation</groupId>
<artifactId>broker-federation</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>federated-queue-downstream-upstream</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.federation</groupId>
<artifactId>broker-federation</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>federated-queue-downstream</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.federation</groupId>
<artifactId>broker-federation</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>federated-queue</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-features</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<groupId>org.apache.activemq.examples.federation</groupId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>application-layer-failover</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>client-side-failoverlistener</artifactId>

View File

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

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>colocated-failover</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>ha-policy-autobackup</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>multiple-failover-failback</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>multiple-failover</artifactId>

View File

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

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.clustered</groupId>
<artifactId>broker-features</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<groupId>org.apache.activemq.examples.failover</groupId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>replicated-failback-static</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>replicated-failback</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>replicated-multiple-failover</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>replicated-transaction-failover</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>scale-down</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>stop-server-failover</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>transaction-failover</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.failover</groupId>
<artifactId>broker-failover</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>zookeeper-single-pair-failback</artifactId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.activemq.examples.soak</groupId>
<artifactId>perf-root</artifactId>
<version>2.29.0-SNAPSHOT</version>
<version>2.29.0</version>
</parent>
<artifactId>openwire-perf</artifactId>

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