This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new 561ccc5fb1 Bump to 6.3.0-SNAPSHOT (#1548)
561ccc5fb1 is described below
commit 561ccc5fb1979982072970f7dcc4fa411ec74a43
Author: JB Onofré <[email protected]>
AuthorDate: Tue Dec 2 10:03:29 2025 +0100
Bump to 6.3.0-SNAPSHOT (#1548)
---
Jenkinsfile | 8 ++++----
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-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-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 +-
bom/pom.xml | 2 +-
pom.xml | 2 +-
42 files changed, 45 insertions(+), 44 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index d1891aad95..1d786fd135 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -147,7 +147,7 @@ pipeline {
}
when {
expression {
- params.deployEnabled && env.BRANCH_NAME ==~
/(activemq-5.19.x|activemq-6.1.x|main)/
+ params.deployEnabled && env.BRANCH_NAME ==~
/(activemq-5.19.x|main)/
}
}
steps {
@@ -176,7 +176,7 @@ pipeline {
// If this build failed, send an email to the list.
failure {
script {
- if(env.BRANCH_NAME == "activemq-5.19.x" || env.BRANCH_NAME ==
"activemq-6.1.x" || env.BRANCH_NAME == "main") {
+ if(env.BRANCH_NAME == "activemq-5.19.x" || env.BRANCH_NAME ==
"main") {
emailext(
subject: "[BUILD-FAILURE]: Job '${env.JOB_NAME}
[${env.BRANCH_NAME}] [${env.BUILD_NUMBER}]'",
body: """
@@ -193,7 +193,7 @@ Check console output at "<a
href="${env.BUILD_URL}">${env.JOB_NAME} [${env.BRANC
// If this build didn't fail, but there were failing tests, send an
email to the list.
unstable {
script {
- if(env.BRANCH_NAME == "activemq-5.19.x" || env.BRANCH_NAME ==
"activemq-6.1.x" || env.BRANCH_NAME == "main") {
+ if(env.BRANCH_NAME == "activemq-5.19.x" || env.BRANCH_NAME ==
"main") {
emailext(
subject: "[BUILD-UNSTABLE]: Job '${env.JOB_NAME}
[${env.BRANCH_NAME}] [${env.BUILD_NUMBER}]'",
body: """
@@ -213,7 +213,7 @@ Check console output at "<a
href="${env.BUILD_URL}">${env.JOB_NAME} [${env.BRANC
// (in this cae we probably don't have to do any post-build
analysis)
deleteDir()
script {
- if ((env.BRANCH_NAME == "activemq-5.19.x" || env.BRANCH_NAME
== "activemq-6.1.x" || env.BRANCH_NAME == "main") &&
(currentBuild.previousBuild != null) && (currentBuild.previousBuild.result !=
'SUCCESS')) {
+ if ((env.BRANCH_NAME == "activemq-5.19.x" || env.BRANCH_NAME
== "main") && (currentBuild.previousBuild != null) &&
(currentBuild.previousBuild.result != 'SUCCESS')) {
emailext (
subject: "[BUILD-STABLE]: Job '${env.JOB_NAME}
[${env.BRANCH_NAME}] [${env.BUILD_NUMBER}]'",
body: """
diff --git a/activemq-all/pom.xml b/activemq-all/pom.xml
index 010913e3fa..bff7d5ea15 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-all</artifactId>
diff --git a/activemq-amqp/pom.xml b/activemq-amqp/pom.xml
index 9e54c0bb23..74f83ea590 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-amqp</artifactId>
diff --git a/activemq-blueprint/pom.xml b/activemq-blueprint/pom.xml
index e4f495d641..a5b08eefdc 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-blueprint</artifactId>
diff --git a/activemq-broker/pom.xml b/activemq-broker/pom.xml
index 3aa264161d..5ded615389 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-broker</artifactId>
diff --git a/activemq-cf/pom.xml b/activemq-cf/pom.xml
index 19353b252a..07d511ddc8 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-cf</artifactId>
diff --git a/activemq-client/pom.xml b/activemq-client/pom.xml
index ebc8c5facf..d99e181d53 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-client</artifactId>
diff --git a/activemq-console/pom.xml b/activemq-console/pom.xml
index 77b8b632ad..bfa88f0a25 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-console</artifactId>
diff --git a/activemq-http/pom.xml b/activemq-http/pom.xml
index 6e27b2eee2..029ab9ce64 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-http</artifactId>
diff --git a/activemq-jaas/pom.xml b/activemq-jaas/pom.xml
index 34f1552de3..fb11cf6038 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-jaas</artifactId>
diff --git a/activemq-jdbc-store/pom.xml b/activemq-jdbc-store/pom.xml
index f5314ba751..ce15c983c6 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-jdbc-store</artifactId>
diff --git a/activemq-jms-pool/pom.xml b/activemq-jms-pool/pom.xml
index 161dfe9d1c..9a1e9acdcf 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-jms-pool</artifactId>
diff --git a/activemq-kahadb-store/pom.xml b/activemq-kahadb-store/pom.xml
index e598030c0b..7927aea464 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-kahadb-store</artifactId>
diff --git a/activemq-karaf-itest/pom.xml b/activemq-karaf-itest/pom.xml
index 65e1e648a8..81e9991edc 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-karaf-itest</artifactId>
diff --git a/activemq-karaf/pom.xml b/activemq-karaf/pom.xml
index a2322089c7..600bbc4e4c 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-karaf</artifactId>
diff --git a/activemq-log4j-appender/pom.xml b/activemq-log4j-appender/pom.xml
index d98bc7d8a2..6b8160f584 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-log4j-appender</artifactId>
diff --git a/activemq-mqtt/pom.xml b/activemq-mqtt/pom.xml
index b9618bd625..55ba9d1ca9 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-mqtt</artifactId>
diff --git a/activemq-openwire-generator/pom.xml
b/activemq-openwire-generator/pom.xml
index be101b236f..ad52482a8b 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-openwire-generator</artifactId>
diff --git a/activemq-openwire-legacy/pom.xml b/activemq-openwire-legacy/pom.xml
index 4ba4b01999..311c35850c 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-openwire-legacy</artifactId>
diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml
index eafb7beba6..6d82f9e5d0 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-osgi</artifactId>
diff --git a/activemq-pool/pom.xml b/activemq-pool/pom.xml
index be5472975c..677225b9bc 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-pool</artifactId>
diff --git a/activemq-ra/pom.xml b/activemq-ra/pom.xml
index 0bbe864edc..dc651c16bc 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-ra</artifactId>
diff --git a/activemq-rar/pom.xml b/activemq-rar/pom.xml
index 9d9c87a894..0d4075846c 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-rar</artifactId>
diff --git a/activemq-run/pom.xml b/activemq-run/pom.xml
index 95f431c75a..8166b58601 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-run</artifactId>
diff --git a/activemq-runtime-config/pom.xml b/activemq-runtime-config/pom.xml
index de1e38eb04..451acdc34e 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-runtime-config</artifactId>
diff --git a/activemq-shiro/pom.xml b/activemq-shiro/pom.xml
index cbce53cbe1..46eeebf9eb 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-shiro</artifactId>
diff --git a/activemq-spring/pom.xml b/activemq-spring/pom.xml
index 54cfea3f89..ed1a740610 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.2.1-SNAPSHOT</version>
+ <version>6.3.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 f9eede793f..776b6e36a9 100644
--- a/activemq-spring/src/main/resources/META-INF/spring.schemas
+++ b/activemq-spring/src/main/resources/META-INF/spring.schemas
@@ -22,6 +22,7 @@
http\://activemq.apache.org/schema/core/activemq-core-6.1.0.xsd=activemq.xsd
http\://activemq.apache.org/schema/core/activemq-core-6.1.1.xsd=activemq.xsd
http\://activemq.apache.org/schema/core/activemq-core-6.1.2.xsd=activemq.xsd
http\://activemq.apache.org/schema/core/activemq-core-6.2.0.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-6.3.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 51f997c681..0cf49143af 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-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 bf530ab987..2d490a39f8 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-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 7ae6590dbd..1d94c04418 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.2.1-SNAPSHOT</version>
+ <version>6.3.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 15cd2e64a6..18f00671bf 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.2.1-SNAPSHOT</version>
+ <version>6.3.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 1a91d4b901..67ce8c2aa1 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.2.1-SNAPSHOT</version>
+ <version>6.3.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 d90d551d50..711263e201 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-perf-maven-plugin</artifactId>
diff --git a/activemq-tooling/pom.xml b/activemq-tooling/pom.xml
index b1f1c9d2d2..30070148e5 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.2.1-SNAPSHOT</version>
+ <version>6.3.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 558ac0d2d4..df8c143c30 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-unit-tests</artifactId>
diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml
index bc643c7d2f..c41367c0d5 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-web-console</artifactId>
diff --git a/activemq-web-demo/pom.xml b/activemq-web-demo/pom.xml
index abe5a9a0c8..ec0c380a4a 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-web-demo</artifactId>
diff --git a/activemq-web/pom.xml b/activemq-web/pom.xml
index ad0bc0ecdc..6c1f85d28a 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-web</artifactId>
diff --git a/assembly/pom.xml b/assembly/pom.xml
index d540238f76..3b54b7f861 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>apache-activemq</artifactId>
diff --git a/bom/pom.xml b/bom/pom.xml
index 6bdf021834..d70f15f14e 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.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
</parent>
<artifactId>activemq-bom</artifactId>
diff --git a/pom.xml b/pom.xml
index 028cf65864..4bd1cd9ffd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ActiveMQ</name>
<inceptionYear>2005</inceptionYear>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact