This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch activemq-5.19.x in repository https://gitbox.apache.org/repos/asf/activemq.git
commit cde2f1a5810e0ee2a05d8a6a1ca6dfc93185bfdc Author: JB Onofré <[email protected]> AuthorDate: Thu Jan 23 08:14:34 2025 +0100 Set version to 5.19.0-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-osgi/src/main/resources/META-INF/spring.schemas | 1 + activemq-partition/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-spring/src/main/resources/META-INF/spring.schemas | 1 + activemq-stomp/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 ++-- 42 files changed, 43 insertions(+), 41 deletions(-) diff --git a/activemq-all/pom.xml b/activemq-all/pom.xml index 94e3a93514..d45d72a82f 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-all</artifactId> diff --git a/activemq-amqp/pom.xml b/activemq-amqp/pom.xml index 98e7ecef88..b06e35a4b5 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-amqp</artifactId> diff --git a/activemq-blueprint/pom.xml b/activemq-blueprint/pom.xml index 5a1f88ab5e..bbbf949351 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-blueprint</artifactId> diff --git a/activemq-broker/pom.xml b/activemq-broker/pom.xml index a163724637..2c6145210f 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-broker</artifactId> diff --git a/activemq-cf/pom.xml b/activemq-cf/pom.xml index 7203a37bdc..aed37f7e18 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-cf</artifactId> diff --git a/activemq-client-jakarta/pom.xml b/activemq-client-jakarta/pom.xml index 79187003f2..588653feb4 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-client-jakarta</artifactId> <packaging>bundle</packaging> diff --git a/activemq-client/pom.xml b/activemq-client/pom.xml index 56da43368f..51f48b5bf4 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-client</artifactId> diff --git a/activemq-console/pom.xml b/activemq-console/pom.xml index 50fea3b27d..bd5ba8ae86 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-console</artifactId> diff --git a/activemq-http/pom.xml b/activemq-http/pom.xml index dfacc924ee..4b1b56c053 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-http</artifactId> diff --git a/activemq-jaas/pom.xml b/activemq-jaas/pom.xml index 13d88d69f4..5717a8d391 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-jaas</artifactId> diff --git a/activemq-jdbc-store/pom.xml b/activemq-jdbc-store/pom.xml index f5269cba99..2e5ce68eec 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-jdbc-store</artifactId> diff --git a/activemq-jms-pool/pom.xml b/activemq-jms-pool/pom.xml index 938bde659e..64ec7dcc78 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-jms-pool</artifactId> diff --git a/activemq-kahadb-store/pom.xml b/activemq-kahadb-store/pom.xml index d25fb5a7a5..659f2512ae 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-kahadb-store</artifactId> diff --git a/activemq-karaf-itest/pom.xml b/activemq-karaf-itest/pom.xml index 75433f403d..d1fdb08f3e 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-karaf-itest</artifactId> diff --git a/activemq-karaf/pom.xml b/activemq-karaf/pom.xml index 955aec2c93..a7b26f6d5b 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-karaf</artifactId> diff --git a/activemq-log4j-appender/pom.xml b/activemq-log4j-appender/pom.xml index a57ced3478..8925a96406 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-log4j-appender</artifactId> diff --git a/activemq-mqtt/pom.xml b/activemq-mqtt/pom.xml index 5ec9883c2a..1743b5d5b9 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-mqtt</artifactId> diff --git a/activemq-openwire-generator/pom.xml b/activemq-openwire-generator/pom.xml index 3a3661f9a3..93f898013f 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-openwire-generator</artifactId> diff --git a/activemq-openwire-legacy/pom.xml b/activemq-openwire-legacy/pom.xml index fbae3bebbd..9b3c96b1f9 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-openwire-legacy</artifactId> diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml index a0917630be..dc3ee1039b 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-osgi</artifactId> diff --git a/activemq-osgi/src/main/resources/META-INF/spring.schemas b/activemq-osgi/src/main/resources/META-INF/spring.schemas index ab69a51544..dd0abcad6a 100644 --- a/activemq-osgi/src/main/resources/META-INF/spring.schemas +++ b/activemq-osgi/src/main/resources/META-INF/spring.schemas @@ -89,6 +89,7 @@ http\://activemq.apache.org/schema/core/activemq-core-5.18.3.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.18.4.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.18.5.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.18.6.xsd=activemq.xsd +http\://activemq.apache.org/schema/core/activemq-core-5.19.0.xsd=activemq.xsd http\://camel.apache.org/schema/spring/camel-spring.xsd=camel-spring.xsd diff --git a/activemq-partition/pom.xml b/activemq-partition/pom.xml index efc8c1b769..901c869d3a 100644 --- a/activemq-partition/pom.xml +++ b/activemq-partition/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-partition</artifactId> diff --git a/activemq-pool/pom.xml b/activemq-pool/pom.xml index bf0967ab2b..c5e0ff6c78 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-pool</artifactId> diff --git a/activemq-ra/pom.xml b/activemq-ra/pom.xml index 0216805167..88ef6a47d9 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-ra</artifactId> diff --git a/activemq-rar/pom.xml b/activemq-rar/pom.xml index 3c234221dd..9872f263c2 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-rar</artifactId> diff --git a/activemq-run/pom.xml b/activemq-run/pom.xml index 3819dc7eb0..2357e472fb 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-run</artifactId> diff --git a/activemq-runtime-config/pom.xml b/activemq-runtime-config/pom.xml index 66be2bd2d5..76ae01fb2d 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-runtime-config</artifactId> diff --git a/activemq-shiro/pom.xml b/activemq-shiro/pom.xml index 1ac90b099f..1b4a70f536 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-shiro</artifactId> diff --git a/activemq-spring/pom.xml b/activemq-spring/pom.xml index 68c69401da..4e786ecf1e 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-spring</artifactId> diff --git a/activemq-spring/src/main/resources/META-INF/spring.schemas b/activemq-spring/src/main/resources/META-INF/spring.schemas index f05e6bf6c4..fe9dc7cb75 100644 --- a/activemq-spring/src/main/resources/META-INF/spring.schemas +++ b/activemq-spring/src/main/resources/META-INF/spring.schemas @@ -89,6 +89,7 @@ http\://activemq.apache.org/schema/core/activemq-core-5.18.3.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.18.4.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.18.5.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.18.6.xsd=activemq.xsd +http\://activemq.apache.org/schema/core/activemq-core-5.19.0.xsd=activemq.xsd http\://camel.apache.org/schema/osgi/camel-osgi.xsd=camel-osgi.xsd http\://camel.apache.org/schema/spring/camel-spring.xsd=camel-spring.xsd diff --git a/activemq-stomp/pom.xml b/activemq-stomp/pom.xml index ae4a767a30..9e5ad0e736 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-stomp</artifactId> diff --git a/activemq-tooling/activemq-junit/pom.xml b/activemq-tooling/activemq-junit/pom.xml index 7fc460dde1..60b47c8441 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-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 fca2f71412..47ed601154 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-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 1cef42a99d..86efdb9d46 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-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 0a2e2aa7d8..e0afe0ffa2 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-perf-maven-plugin</artifactId> diff --git a/activemq-tooling/pom.xml b/activemq-tooling/pom.xml index eb32d55fb6..9fafada580 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <groupId>org.apache.activemq.tooling</groupId> diff --git a/activemq-unit-tests/pom.xml b/activemq-unit-tests/pom.xml index eec9f8792a..785818fc42 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-unit-tests</artifactId> diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml index dfe55b6f0e..3bdfada702 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-web-console</artifactId> diff --git a/activemq-web-demo/pom.xml b/activemq-web-demo/pom.xml index 3d475ad644..075d7fc173 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-web-demo</artifactId> diff --git a/activemq-web/pom.xml b/activemq-web/pom.xml index 6a6ad57e84..e9235a8ce0 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>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>activemq-web</artifactId> diff --git a/assembly/pom.xml b/assembly/pom.xml index 3e03dea109..c267a163a9 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> </parent> <artifactId>apache-activemq</artifactId> diff --git a/pom.xml b/pom.xml index 66aa216612..4b0a5acd86 100644 --- a/pom.xml +++ b/pom.xml @@ -25,14 +25,14 @@ <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> - <version>5.18.7-SNAPSHOT</version> + <version>5.19.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ActiveMQ</name> <inceptionYear>2005</inceptionYear> <properties> <!-- for reproducible builds --> - <project.build.outputTimestamp>2024-09-26T12:54:33Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-01-23T07:12:36Z</project.build.outputTimestamp> <activeio-version>3.1.4</activeio-version> <siteId>activemq-${project.version}</siteId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
