This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a commit to branch release/6.3.0
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/release/6.3.0 by this push:
     new 41b169cb5a [maven-release-plugin] prepare release activemq-6.3.0
41b169cb5a is described below

commit 41b169cb5aec3bbe42ddcd340a9526c950f086d0
Author: JB Onofré <[email protected]>
AuthorDate: Fri Jul 24 13:23:17 2026 +0200

    [maven-release-plugin] prepare release activemq-6.3.0
---
 activemq-all/pom.xml                                    | 2 +-
 activemq-amqp/pom.xml                                   | 7 +++----
 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                           | 7 +++----
 activemq-karaf-itest/pom.xml                            | 2 +-
 activemq-karaf/pom.xml                                  | 2 +-
 activemq-log4j-appender/pom.xml                         | 2 +-
 activemq-mqtt/pom.xml                                   | 7 +++----
 activemq-openwire-generator/pom.xml                     | 2 +-
 activemq-openwire-legacy/pom.xml                        | 2 +-
 activemq-osgi/pom.xml                                   | 2 +-
 activemq-pool/pom.xml                                   | 2 +-
 activemq-protobuf-test/pom.xml                          | 2 +-
 activemq-protobuf/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                                  | 7 +++----
 activemq-tooling/activemq-jakarta-messaging-tck/pom.xml | 4 ++--
 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                             | 9 ++++-----
 activemq-web-console/pom.xml                            | 2 +-
 activemq-web-demo/pom.xml                               | 2 +-
 activemq-web/pom.xml                                    | 2 +-
 assembly/pom.xml                                        | 2 +-
 bom/pom.xml                                             | 2 +-
 pom.xml                                                 | 8 ++++----
 43 files changed, 58 insertions(+), 63 deletions(-)

diff --git a/activemq-all/pom.xml b/activemq-all/pom.xml
index 064fffb348..c4a4d315f7 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-all</artifactId>
diff --git a/activemq-amqp/pom.xml b/activemq-amqp/pom.xml
index cba8c17d54..3b944efaf3 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-amqp</artifactId>
@@ -209,8 +209,7 @@
           <consoleOutputReporter>
             <disable>true</disable>
           </consoleOutputReporter>
-          <statelessTestsetInfoReporter
-            
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
+          <statelessTestsetInfoReporter 
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
             <printStacktraceOnError>true</printStacktraceOnError>
             <printStacktraceOnFailure>true</printStacktraceOnFailure>
             <printStdoutOnError>true</printStdoutOnError>
@@ -235,7 +234,7 @@
             </goals>
             <configuration>
               <!-- drop the default excludedGroups -->
-              <excludedGroups combine.self="override"/>
+              <excludedGroups combine.self="override" />
               <groups>org.apache.activemq.transport.amqp.ParallelTest</groups>
               <forkCount>2C</forkCount>
               
<forkedProcessTimeoutInSeconds>600</forkedProcessTimeoutInSeconds>
diff --git a/activemq-blueprint/pom.xml b/activemq-blueprint/pom.xml
index c69489fcd6..4b196589f0 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-blueprint</artifactId>
diff --git a/activemq-broker/pom.xml b/activemq-broker/pom.xml
index f52ba1edd6..0a1ac91a3c 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-broker</artifactId>
diff --git a/activemq-cf/pom.xml b/activemq-cf/pom.xml
index 07d511ddc8..9695c126bd 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-cf</artifactId>
diff --git a/activemq-client/pom.xml b/activemq-client/pom.xml
index 57685b2af1..5fe0f94041 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-client</artifactId>
diff --git a/activemq-console/pom.xml b/activemq-console/pom.xml
index 6abf6fa09e..5961fc8f51 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-console</artifactId>
diff --git a/activemq-http/pom.xml b/activemq-http/pom.xml
index 09780d541f..87e842857c 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-http</artifactId>
diff --git a/activemq-jaas/pom.xml b/activemq-jaas/pom.xml
index 7f359f2f89..7b3708e79c 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-jaas</artifactId>
diff --git a/activemq-jdbc-store/pom.xml b/activemq-jdbc-store/pom.xml
index 8bb6a871bb..636c843719 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-jdbc-store</artifactId>
diff --git a/activemq-jms-pool/pom.xml b/activemq-jms-pool/pom.xml
index 9a1e9acdcf..a2d77dc29a 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-jms-pool</artifactId>
diff --git a/activemq-kahadb-store/pom.xml b/activemq-kahadb-store/pom.xml
index a05bbdea73..8019acd10f 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-kahadb-store</artifactId>
@@ -208,8 +208,7 @@
           <consoleOutputReporter>
             <disable>true</disable>
           </consoleOutputReporter>
-          <statelessTestsetInfoReporter
-            
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
+          <statelessTestsetInfoReporter 
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
             <printStacktraceOnError>true</printStacktraceOnError>
             <printStacktraceOnFailure>true</printStacktraceOnFailure>
             <printStdoutOnError>true</printStdoutOnError>
@@ -234,7 +233,7 @@
             </goals>
             <configuration>
               <!-- drop the default excludedGroups -->
-              <excludedGroups combine.self="override"/>
+              <excludedGroups combine.self="override" />
               <groups>org.apache.activemq.store.kahadb.ParallelTest</groups>
               <forkCount>2C</forkCount>
               
<forkedProcessTimeoutInSeconds>600</forkedProcessTimeoutInSeconds>
diff --git a/activemq-karaf-itest/pom.xml b/activemq-karaf-itest/pom.xml
index 5ca9c93792..a2f254f29c 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-karaf-itest</artifactId>
diff --git a/activemq-karaf/pom.xml b/activemq-karaf/pom.xml
index f4d30f47c6..5c9a506595 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-karaf</artifactId>
diff --git a/activemq-log4j-appender/pom.xml b/activemq-log4j-appender/pom.xml
index 6b8160f584..10bbc546f8 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-log4j-appender</artifactId>
diff --git a/activemq-mqtt/pom.xml b/activemq-mqtt/pom.xml
index d3ef536fc4..ef794845c2 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-mqtt</artifactId>
@@ -227,8 +227,7 @@
           <consoleOutputReporter>
             <disable>true</disable>
           </consoleOutputReporter>
-          <statelessTestsetInfoReporter
-            
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
+          <statelessTestsetInfoReporter 
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
             <printStacktraceOnError>true</printStacktraceOnError>
             <printStacktraceOnFailure>true</printStacktraceOnFailure>
             <printStdoutOnError>true</printStdoutOnError>
@@ -249,7 +248,7 @@
             </goals>
             <configuration>
               <!-- drop the default excludedGroups -->
-              <excludedGroups combine.self="override"/>
+              <excludedGroups combine.self="override" />
               <groups>org.apache.activemq.transport.mqtt.ParallelTest</groups>
               <forkCount>2C</forkCount>
               <reuseForks>false</reuseForks>
diff --git a/activemq-openwire-generator/pom.xml 
b/activemq-openwire-generator/pom.xml
index 029647299f..686eb6b26f 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-openwire-generator</artifactId>
diff --git a/activemq-openwire-legacy/pom.xml b/activemq-openwire-legacy/pom.xml
index 311c35850c..ec95b3b76d 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-openwire-legacy</artifactId>
diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml
index eb70100180..5ffccea4ec 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-osgi</artifactId>
diff --git a/activemq-pool/pom.xml b/activemq-pool/pom.xml
index 677225b9bc..ad82a5f97a 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-pool</artifactId>
diff --git a/activemq-protobuf-test/pom.xml b/activemq-protobuf-test/pom.xml
index c7554e3db4..d06f749286 100644
--- a/activemq-protobuf-test/pom.xml
+++ b/activemq-protobuf-test/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>6.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <groupId>org.apache.activemq.protobuf</groupId>
diff --git a/activemq-protobuf/pom.xml b/activemq-protobuf/pom.xml
index 0eb452b28a..e608e63756 100644
--- a/activemq-protobuf/pom.xml
+++ b/activemq-protobuf/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>6.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <groupId>org.apache.activemq.protobuf</groupId>
diff --git a/activemq-ra/pom.xml b/activemq-ra/pom.xml
index c55b66dca9..681e4ca5b9 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-ra</artifactId>
diff --git a/activemq-rar/pom.xml b/activemq-rar/pom.xml
index 71aa843f54..e58450e2ae 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-rar</artifactId>
diff --git a/activemq-run/pom.xml b/activemq-run/pom.xml
index 8166b58601..2660c26bd4 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-run</artifactId>
diff --git a/activemq-runtime-config/pom.xml b/activemq-runtime-config/pom.xml
index 7a15d61ebe..e57cfd5104 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-runtime-config</artifactId>
diff --git a/activemq-shiro/pom.xml b/activemq-shiro/pom.xml
index 46eeebf9eb..adab60538a 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.3.0-SNAPSHOT</version>
+        <version>6.3.0</version>
     </parent>
 
     <artifactId>activemq-shiro</artifactId>
diff --git a/activemq-spring/pom.xml b/activemq-spring/pom.xml
index f4b4b059d5..f1d5e86754 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-spring</artifactId>
diff --git a/activemq-stomp/pom.xml b/activemq-stomp/pom.xml
index 5248e32cb2..82f6ed2b86 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-stomp</artifactId>
@@ -145,8 +145,7 @@
           <consoleOutputReporter>
             <disable>true</disable>
           </consoleOutputReporter>
-          <statelessTestsetInfoReporter
-            
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
+          <statelessTestsetInfoReporter 
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
             <printStacktraceOnError>true</printStacktraceOnError>
             <printStacktraceOnFailure>true</printStacktraceOnFailure>
             <printStdoutOnError>true</printStdoutOnError>
@@ -170,7 +169,7 @@
             </goals>
             <configuration>
               <!-- drop the default excludedGroups -->
-              <excludedGroups combine.self="override"/>
+              <excludedGroups combine.self="override" />
               <groups>org.apache.activemq.transport.stomp.ParallelTest</groups>
               <forkCount>2C</forkCount>
               
<forkedProcessTimeoutInSeconds>600</forkedProcessTimeoutInSeconds>
diff --git a/activemq-tooling/activemq-jakarta-messaging-tck/pom.xml 
b/activemq-tooling/activemq-jakarta-messaging-tck/pom.xml
index b587a79f9f..44826419cc 100644
--- a/activemq-tooling/activemq-jakarta-messaging-tck/pom.xml
+++ b/activemq-tooling/activemq-jakarta-messaging-tck/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq.tooling</groupId>
     <artifactId>activemq-tooling</artifactId>
-    <version>6.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-jakarta-messaging-tck</artifactId>
@@ -79,7 +79,7 @@
                 </filter>
               </filters>
               <transformers>
-                <transformer 
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
+                <transformer 
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"
 />
                 <transformer 
implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
                   <resource>META-INF/spring.handlers</resource>
                 </transformer>
diff --git a/activemq-tooling/activemq-joram-jms-tests/pom.xml 
b/activemq-tooling/activemq-joram-jms-tests/pom.xml
index 2d490a39f8..b07fbf36f8 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</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 1d94c04418..3138410890 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</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 18f00671bf..8385dbe863 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</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 67ce8c2aa1..c2569056bc 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</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 711263e201..4fd85c5727 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-perf-maven-plugin</artifactId>
diff --git a/activemq-tooling/pom.xml b/activemq-tooling/pom.xml
index 1160e3fb05..3c390c8911 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <groupId>org.apache.activemq.tooling</groupId>
diff --git a/activemq-unit-tests/pom.xml b/activemq-unit-tests/pom.xml
index 1f269eea58..619dc11786 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-unit-tests</artifactId>
@@ -436,8 +436,7 @@
           <consoleOutputReporter>
             <disable>true</disable>
           </consoleOutputReporter>
-          <statelessTestsetInfoReporter
-            
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
+          <statelessTestsetInfoReporter 
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
             <printStacktraceOnError>true</printStacktraceOnError>
             <printStacktraceOnFailure>true</printStacktraceOnFailure>
             <printStdoutOnError>true</printStdoutOnError>
@@ -483,7 +482,7 @@
             </goals>
             <configuration>
               <!-- drop the default excludedGroups -->
-              <excludedGroups combine.self="override"/>
+              <excludedGroups combine.self="override" />
               
<groups>org.apache.activemq.test.annotations.ParallelTest</groups>
               <forkCount>2C</forkCount>
               <enableProcessChecker>all</enableProcessChecker>
@@ -496,7 +495,7 @@
                 <!-- when running tests in parallel in the CI (quite slow) we 
need to bump the wireformat negotiation timeout (5s by default) -->
                 
<org.apache.activemq.transport.wireFormatNegotiationTimeout>30000</org.apache.activemq.transport.wireFormatNegotiationTimeout>
               </systemPropertyVariables>
-              <excludes combine.children="append"/>
+              <excludes combine.children="append" />
             </configuration>
           </execution>
         </executions>
diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml
index 5edeb39c9f..3767dc5bcc 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-web-console</artifactId>
diff --git a/activemq-web-demo/pom.xml b/activemq-web-demo/pom.xml
index 378c2d5d84..9a88c95245 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-web-demo</artifactId>
diff --git a/activemq-web/pom.xml b/activemq-web/pom.xml
index 17303133b9..05f221f92c 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>activemq-web</artifactId>
diff --git a/assembly/pom.xml b/assembly/pom.xml
index c84c62a473..4227b4b7ff 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.3.0-SNAPSHOT</version>
+    <version>6.3.0</version>
   </parent>
 
   <artifactId>apache-activemq</artifactId>
diff --git a/bom/pom.xml b/bom/pom.xml
index d70f15f14e..9e1e5e84d4 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -22,7 +22,7 @@
     <parent>
        <groupId>org.apache.activemq</groupId>
        <artifactId>activemq-parent</artifactId>
-        <version>6.3.0-SNAPSHOT</version>
+        <version>6.3.0</version>
     </parent>
 
     <artifactId>activemq-bom</artifactId>
diff --git a/pom.xml b/pom.xml
index fed7d07b28..ea41a8d454 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>activemq-parent</artifactId>
-  <version>6.3.0-SNAPSHOT</version>
+  <version>6.3.0</version>
   <packaging>pom</packaging>
   <name>ActiveMQ</name>
   <inceptionYear>2005</inceptionYear>
@@ -33,8 +33,8 @@
   <properties>
     <javaVersion>17</javaVersion>
 
-    <surefire.argLine></surefire.argLine>
-    
<maven.surefire.allow.securitymanager></maven.surefire.allow.securitymanager>
+    <surefire.argLine />
+    <maven.surefire.allow.securitymanager />
     <javadoc.options>-Xdoclint:none</javadoc.options>
     <!-- Per-class JVM timeout (reuseForks=false means one JVM per test class).
          Kills a forked JVM that has been running longer than this many 
seconds,
@@ -234,7 +234,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>activemq-6.2.0</tag>
+    <tag>activemq-6.3.0</tag>
   </scm>
 
   <dependencyManagement>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to