This is an automated email from the ASF dual-hosted git repository. cshannon pushed a commit to branch 6.1.x.AMF.x in repository https://gitbox.apache.org/repos/asf/activemq.git
commit 2f929e553c75ab050b81bfa68b3df24389ab4084 Author: Christopher L. Shannon <[email protected]> AuthorDate: Wed Mar 20 10:08:49 2024 -0400 Updating to 6.1.0.AMF.1-SNAPSHOT --- activemq-all/pom.xml | 2 +- activemq-amqp/pom.xml | 2 +- activemq-blueprint/pom.xml | 2 +- activemq-broker/pom.xml | 2 +- activemq-cf/pom.xml | 2 +- activemq-client-jakarta/pom.xml | 2 +- activemq-client/pom.xml | 2 +- activemq-console/pom.xml | 2 +- activemq-http/pom.xml | 2 +- activemq-jaas/pom.xml | 2 +- activemq-jdbc-store/pom.xml | 2 +- activemq-jms-pool/pom.xml | 2 +- activemq-kahadb-store/pom.xml | 2 +- activemq-karaf-itest/pom.xml | 2 +- activemq-karaf/pom.xml | 2 +- activemq-log4j-appender/pom.xml | 2 +- activemq-mqtt/pom.xml | 2 +- activemq-openwire-generator/pom.xml | 2 +- activemq-openwire-legacy/pom.xml | 2 +- activemq-osgi/pom.xml | 2 +- activemq-pool/pom.xml | 2 +- activemq-ra/pom.xml | 2 +- activemq-rar/pom.xml | 2 +- activemq-run/pom.xml | 2 +- activemq-runtime-config/pom.xml | 2 +- activemq-shiro/pom.xml | 2 +- activemq-spring/pom.xml | 2 +- activemq-stomp/pom.xml | 2 +- activemq-tooling/activemq-joram-jms-tests/pom.xml | 2 +- activemq-tooling/activemq-junit/pom.xml | 2 +- activemq-tooling/activemq-maven-plugin/pom.xml | 2 +- activemq-tooling/activemq-memtest-maven-plugin/pom.xml | 2 +- activemq-tooling/activemq-perf-maven-plugin/pom.xml | 2 +- activemq-tooling/pom.xml | 2 +- activemq-unit-tests/pom.xml | 2 +- activemq-web-console/pom.xml | 2 +- activemq-web-demo/pom.xml | 2 +- activemq-web/pom.xml | 2 +- assembly/pom.xml | 2 +- pom.xml | 4 ++-- 40 files changed, 41 insertions(+), 41 deletions(-) diff --git a/activemq-all/pom.xml b/activemq-all/pom.xml index 248cce469b..55295419a8 100644 --- a/activemq-all/pom.xml +++ b/activemq-all/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-all</artifactId> diff --git a/activemq-amqp/pom.xml b/activemq-amqp/pom.xml index 04b54e0368..51e1b48b55 100644 --- a/activemq-amqp/pom.xml +++ b/activemq-amqp/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-amqp</artifactId> diff --git a/activemq-blueprint/pom.xml b/activemq-blueprint/pom.xml index 318433b2a8..ab43fe8715 100644 --- a/activemq-blueprint/pom.xml +++ b/activemq-blueprint/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-blueprint</artifactId> diff --git a/activemq-broker/pom.xml b/activemq-broker/pom.xml index ceb2bc3e11..1fecca304e 100644 --- a/activemq-broker/pom.xml +++ b/activemq-broker/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-broker</artifactId> diff --git a/activemq-cf/pom.xml b/activemq-cf/pom.xml index 6a83090041..f5f77f8ad0 100644 --- a/activemq-cf/pom.xml +++ b/activemq-cf/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-cf</artifactId> diff --git a/activemq-client-jakarta/pom.xml b/activemq-client-jakarta/pom.xml index eed673adab..b226f1ec45 100644 --- a/activemq-client-jakarta/pom.xml +++ b/activemq-client-jakarta/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-client-jakarta</artifactId> <packaging>pom</packaging> diff --git a/activemq-client/pom.xml b/activemq-client/pom.xml index ae91c2cf7e..56c1d462c8 100644 --- a/activemq-client/pom.xml +++ b/activemq-client/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-client</artifactId> diff --git a/activemq-console/pom.xml b/activemq-console/pom.xml index 8383648519..27316cc547 100644 --- a/activemq-console/pom.xml +++ b/activemq-console/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-console</artifactId> diff --git a/activemq-http/pom.xml b/activemq-http/pom.xml index f5ec0c2692..8262f614f0 100644 --- a/activemq-http/pom.xml +++ b/activemq-http/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-http</artifactId> diff --git a/activemq-jaas/pom.xml b/activemq-jaas/pom.xml index 5c760140ed..659a65f20b 100644 --- a/activemq-jaas/pom.xml +++ b/activemq-jaas/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-jaas</artifactId> diff --git a/activemq-jdbc-store/pom.xml b/activemq-jdbc-store/pom.xml index 8bfc70b7f3..be63fa7dc8 100644 --- a/activemq-jdbc-store/pom.xml +++ b/activemq-jdbc-store/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-jdbc-store</artifactId> diff --git a/activemq-jms-pool/pom.xml b/activemq-jms-pool/pom.xml index 2531eaa36a..14fb553a26 100644 --- a/activemq-jms-pool/pom.xml +++ b/activemq-jms-pool/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-jms-pool</artifactId> diff --git a/activemq-kahadb-store/pom.xml b/activemq-kahadb-store/pom.xml index 50b80fb5d9..799bc63c28 100644 --- a/activemq-kahadb-store/pom.xml +++ b/activemq-kahadb-store/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-kahadb-store</artifactId> diff --git a/activemq-karaf-itest/pom.xml b/activemq-karaf-itest/pom.xml index 2c079db86a..e2416158e2 100644 --- a/activemq-karaf-itest/pom.xml +++ b/activemq-karaf-itest/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-karaf-itest</artifactId> diff --git a/activemq-karaf/pom.xml b/activemq-karaf/pom.xml index 6def5c11e3..a041002a35 100644 --- a/activemq-karaf/pom.xml +++ b/activemq-karaf/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-karaf</artifactId> diff --git a/activemq-log4j-appender/pom.xml b/activemq-log4j-appender/pom.xml index 552841f2ee..fe9ed983e1 100644 --- a/activemq-log4j-appender/pom.xml +++ b/activemq-log4j-appender/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-log4j-appender</artifactId> diff --git a/activemq-mqtt/pom.xml b/activemq-mqtt/pom.xml index 639317163b..98d7f38446 100644 --- a/activemq-mqtt/pom.xml +++ b/activemq-mqtt/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-mqtt</artifactId> diff --git a/activemq-openwire-generator/pom.xml b/activemq-openwire-generator/pom.xml index a75e9e9521..a977d63ad3 100644 --- a/activemq-openwire-generator/pom.xml +++ b/activemq-openwire-generator/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-openwire-generator</artifactId> diff --git a/activemq-openwire-legacy/pom.xml b/activemq-openwire-legacy/pom.xml index 5ea4c4fe35..33ccc0992c 100644 --- a/activemq-openwire-legacy/pom.xml +++ b/activemq-openwire-legacy/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-openwire-legacy</artifactId> diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml index 1145de8c52..0a9a834e47 100644 --- a/activemq-osgi/pom.xml +++ b/activemq-osgi/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-osgi</artifactId> diff --git a/activemq-pool/pom.xml b/activemq-pool/pom.xml index 340793760f..9830042516 100644 --- a/activemq-pool/pom.xml +++ b/activemq-pool/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-pool</artifactId> diff --git a/activemq-ra/pom.xml b/activemq-ra/pom.xml index d6e0c816de..9d109e8dff 100644 --- a/activemq-ra/pom.xml +++ b/activemq-ra/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-ra</artifactId> diff --git a/activemq-rar/pom.xml b/activemq-rar/pom.xml index 85031f4e56..b46ef5d3bc 100644 --- a/activemq-rar/pom.xml +++ b/activemq-rar/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-rar</artifactId> diff --git a/activemq-run/pom.xml b/activemq-run/pom.xml index 85afb392cb..2c6c7d96d0 100644 --- a/activemq-run/pom.xml +++ b/activemq-run/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-run</artifactId> diff --git a/activemq-runtime-config/pom.xml b/activemq-runtime-config/pom.xml index 08fa743401..5b9c6ca160 100644 --- a/activemq-runtime-config/pom.xml +++ b/activemq-runtime-config/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-runtime-config</artifactId> diff --git a/activemq-shiro/pom.xml b/activemq-shiro/pom.xml index 1d6b5163d2..3396e29377 100644 --- a/activemq-shiro/pom.xml +++ b/activemq-shiro/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-shiro</artifactId> diff --git a/activemq-spring/pom.xml b/activemq-spring/pom.xml index 4550500264..220cb30e67 100644 --- a/activemq-spring/pom.xml +++ b/activemq-spring/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-spring</artifactId> diff --git a/activemq-stomp/pom.xml b/activemq-stomp/pom.xml index 1f456ee1b7..537af612af 100644 --- a/activemq-stomp/pom.xml +++ b/activemq-stomp/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-stomp</artifactId> diff --git a/activemq-tooling/activemq-joram-jms-tests/pom.xml b/activemq-tooling/activemq-joram-jms-tests/pom.xml index 182fce056f..0c15f7c160 100644 --- a/activemq-tooling/activemq-joram-jms-tests/pom.xml +++ b/activemq-tooling/activemq-joram-jms-tests/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq.tooling</groupId> <artifactId>activemq-tooling</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-joram-jms-tests</artifactId> diff --git a/activemq-tooling/activemq-junit/pom.xml b/activemq-tooling/activemq-junit/pom.xml index 78efed1004..e09cbed734 100644 --- a/activemq-tooling/activemq-junit/pom.xml +++ b/activemq-tooling/activemq-junit/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.activemq.tooling</groupId> <artifactId>activemq-tooling</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-junit</artifactId> diff --git a/activemq-tooling/activemq-maven-plugin/pom.xml b/activemq-tooling/activemq-maven-plugin/pom.xml index bb70429e49..80efb94b07 100644 --- a/activemq-tooling/activemq-maven-plugin/pom.xml +++ b/activemq-tooling/activemq-maven-plugin/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.activemq.tooling</groupId> <artifactId>activemq-tooling</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-maven-plugin</artifactId> diff --git a/activemq-tooling/activemq-memtest-maven-plugin/pom.xml b/activemq-tooling/activemq-memtest-maven-plugin/pom.xml index d25a57f389..4fc73e10bf 100644 --- a/activemq-tooling/activemq-memtest-maven-plugin/pom.xml +++ b/activemq-tooling/activemq-memtest-maven-plugin/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq.tooling</groupId> <artifactId>activemq-tooling</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-memtest-maven-plugin</artifactId> diff --git a/activemq-tooling/activemq-perf-maven-plugin/pom.xml b/activemq-tooling/activemq-perf-maven-plugin/pom.xml index 568137c313..a6be637453 100644 --- a/activemq-tooling/activemq-perf-maven-plugin/pom.xml +++ b/activemq-tooling/activemq-perf-maven-plugin/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.activemq.tooling</groupId> <artifactId>activemq-tooling</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-perf-maven-plugin</artifactId> diff --git a/activemq-tooling/pom.xml b/activemq-tooling/pom.xml index ec6dde1bad..29f599f568 100644 --- a/activemq-tooling/pom.xml +++ b/activemq-tooling/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <groupId>org.apache.activemq.tooling</groupId> diff --git a/activemq-unit-tests/pom.xml b/activemq-unit-tests/pom.xml index 90b193b2af..2458a0086d 100644 --- a/activemq-unit-tests/pom.xml +++ b/activemq-unit-tests/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-unit-tests</artifactId> diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml index d7b0b96ad8..e0ff2ffdf7 100644 --- a/activemq-web-console/pom.xml +++ b/activemq-web-console/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-web-console</artifactId> diff --git a/activemq-web-demo/pom.xml b/activemq-web-demo/pom.xml index 1ec1a7664d..6094146e15 100644 --- a/activemq-web-demo/pom.xml +++ b/activemq-web-demo/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-web-demo</artifactId> diff --git a/activemq-web/pom.xml b/activemq-web/pom.xml index 9c6913adaa..7c5a144546 100644 --- a/activemq-web/pom.xml +++ b/activemq-web/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>activemq-web</artifactId> diff --git a/assembly/pom.xml b/assembly/pom.xml index 7a0319aa9f..c507268bed 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> </parent> <artifactId>apache-activemq</artifactId> diff --git a/pom.xml b/pom.xml index 33b1ca2b96..a796df2242 100644 --- a/pom.xml +++ b/pom.xml @@ -25,14 +25,14 @@ <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>6.1.0.AMF.0-SNAPSHOT</version> + <version>6.1.0.AMF.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ActiveMQ</name> <inceptionYear>2005</inceptionYear> <properties> <!-- for reproducible builds --> - <project.build.outputTimestamp>2024-03-11T13:28:47Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-03-20T14:06:56Z</project.build.outputTimestamp> <!-- @AMF_CHANGE - Update repositories for deploy --> <altReleaseDeploymentRepository>mw-nexus-releases::default::https://${mw-nexus}/nexus/content/repositories/releases</altReleaseDeploymentRepository> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
