This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.17.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.17.x by this push:
new 720570e96 [maven-release-plugin] prepare release activemq-5.17.4
720570e96 is described below
commit 720570e96747499af2736b9bb8ffa8692581b678
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Wed Feb 22 06:36:43 2023 +0100
[maven-release-plugin] prepare release activemq-5.17.4
---
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/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-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-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 ++--
39 files changed, 40 insertions(+), 40 deletions(-)
diff --git a/activemq-all/pom.xml b/activemq-all/pom.xml
index e992114b7..ac0327cde 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-all</artifactId>
diff --git a/activemq-amqp/pom.xml b/activemq-amqp/pom.xml
index 9a52a9095..2fc3d97ae 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-amqp</artifactId>
diff --git a/activemq-blueprint/pom.xml b/activemq-blueprint/pom.xml
index 69c9ea4b3..7ce100a75 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-blueprint</artifactId>
diff --git a/activemq-broker/pom.xml b/activemq-broker/pom.xml
index 4709964d8..542f829ea 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-broker</artifactId>
diff --git a/activemq-cf/pom.xml b/activemq-cf/pom.xml
index 9eb8b2ced..64108a014 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-cf</artifactId>
diff --git a/activemq-client/pom.xml b/activemq-client/pom.xml
index e724902b3..ea6e726d8 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-client</artifactId>
diff --git a/activemq-console/pom.xml b/activemq-console/pom.xml
index 0cf70805f..711f98978 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-console</artifactId>
diff --git a/activemq-http/pom.xml b/activemq-http/pom.xml
index 4aff602cc..4689c6636 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-http</artifactId>
diff --git a/activemq-jaas/pom.xml b/activemq-jaas/pom.xml
index 0b1659b54..6ef7b006c 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-jaas</artifactId>
diff --git a/activemq-jdbc-store/pom.xml b/activemq-jdbc-store/pom.xml
index 4b152d69b..0ed2b3b57 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-jdbc-store</artifactId>
diff --git a/activemq-jms-pool/pom.xml b/activemq-jms-pool/pom.xml
index 9e9e84b8b..1d1f6dff9 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-jms-pool</artifactId>
diff --git a/activemq-kahadb-store/pom.xml b/activemq-kahadb-store/pom.xml
index 45498e198..8a5f589f4 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-kahadb-store</artifactId>
diff --git a/activemq-karaf-itest/pom.xml b/activemq-karaf-itest/pom.xml
index d9f876300..ed13963ea 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-karaf-itest</artifactId>
diff --git a/activemq-karaf/pom.xml b/activemq-karaf/pom.xml
index 6bf737854..2fb5c6bd2 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-karaf</artifactId>
diff --git a/activemq-log4j-appender/pom.xml b/activemq-log4j-appender/pom.xml
index 5aa9530df..cceefd2c4 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-log4j-appender</artifactId>
diff --git a/activemq-mqtt/pom.xml b/activemq-mqtt/pom.xml
index 258d3afe3..94b20a1e6 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-mqtt</artifactId>
diff --git a/activemq-openwire-generator/pom.xml
b/activemq-openwire-generator/pom.xml
index 6c797a821..de58d2c54 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-openwire-generator</artifactId>
diff --git a/activemq-openwire-legacy/pom.xml b/activemq-openwire-legacy/pom.xml
index 26dcf32d0..45f368da9 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-openwire-legacy</artifactId>
diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml
index b3d7d670c..45666f411 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-osgi</artifactId>
diff --git a/activemq-partition/pom.xml b/activemq-partition/pom.xml
index d54523a66..99545e27c 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-partition</artifactId>
diff --git a/activemq-pool/pom.xml b/activemq-pool/pom.xml
index b5b247fa9..c5dffbf6e 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-pool</artifactId>
diff --git a/activemq-ra/pom.xml b/activemq-ra/pom.xml
index aa5ea01a4..b5117c797 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-ra</artifactId>
diff --git a/activemq-rar/pom.xml b/activemq-rar/pom.xml
index 8bc8b7b20..5dfe18e1b 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-rar</artifactId>
diff --git a/activemq-run/pom.xml b/activemq-run/pom.xml
index 2e6c7034d..c03c668a4 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-run</artifactId>
diff --git a/activemq-runtime-config/pom.xml b/activemq-runtime-config/pom.xml
index ca85e13bd..0430261ec 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-runtime-config</artifactId>
diff --git a/activemq-shiro/pom.xml b/activemq-shiro/pom.xml
index 2a9f66f46..c11182f5f 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-shiro</artifactId>
diff --git a/activemq-spring/pom.xml b/activemq-spring/pom.xml
index 8c5c334c8..4403a4405 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-spring</artifactId>
diff --git a/activemq-stomp/pom.xml b/activemq-stomp/pom.xml
index a4b366361..a926357f2 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-stomp</artifactId>
diff --git a/activemq-tooling/activemq-junit/pom.xml
b/activemq-tooling/activemq-junit/pom.xml
index 32500bd77..f952dbc2c 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</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 5de48638c..5579eb4d8 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</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 815cbd426..db4a2bacd 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</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 ed87a7131..ece94a474 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-perf-maven-plugin</artifactId>
diff --git a/activemq-tooling/pom.xml b/activemq-tooling/pom.xml
index 6a3903d13..7534dc093 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<groupId>org.apache.activemq.tooling</groupId>
diff --git a/activemq-unit-tests/pom.xml b/activemq-unit-tests/pom.xml
index e603c98d6..9cb9aa843 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-unit-tests</artifactId>
diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml
index c84fbe4b2..61692fb34 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-web-console</artifactId>
diff --git a/activemq-web-demo/pom.xml b/activemq-web-demo/pom.xml
index 96ed2f0a1..3869d44e8 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-web-demo</artifactId>
diff --git a/activemq-web/pom.xml b/activemq-web/pom.xml
index 9f6a3b437..371c269a3 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>activemq-web</artifactId>
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 35e0978b3..992c31e32 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.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
</parent>
<artifactId>apache-activemq</artifactId>
diff --git a/pom.xml b/pom.xml
index 397af1dfe..9ad866c58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>5.17.4-SNAPSHOT</version>
+ <version>5.17.4</version>
<packaging>pom</packaging>
<name>ActiveMQ</name>
<inceptionYear>2005</inceptionYear>
@@ -240,7 +240,7 @@
<connection>scm:git:http://gitbox.apache.org/repos/asf/activemq.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/activemq.git</developerConnection>
<url>https://github.com/apache/activemq</url>
- <tag>HEAD</tag>
+ <tag>activemq-5.17.4</tag>
</scm>
<dependencyManagement>