Skip to content

Commit d5ea415

Browse files
committed
Set version to 6.0.0-SNAPSHOT
1 parent 6236fac commit d5ea415

File tree

44 files changed

+48
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+48
-46
lines changed

Jenkinsfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ pipeline {
117117
stage('Deploy') {
118118
when {
119119
expression {
120-
env.BRANCH_NAME ==~ /(activemq-5.17.x|activemq-5.16.x|activemq-5.15.x|main)/
120+
env.BRANCH_NAME ==~ /(activemq-5.18.x|activemq-5.17.x|main)/
121121
}
122122
}
123123
steps {
@@ -132,7 +132,7 @@ pipeline {
132132
// If this build failed, send an email to the list.
133133
failure {
134134
script {
135-
if(env.BRANCH_NAME == "activemq-5.17.x" || env.BRANCH_NAME == "activemq-5.15.x" || env.BRANCH_NAME == "activemq-5.16.x" || env.BRANCH_NAME == "main") {
135+
if(env.BRANCH_NAME == "activemq-5.18.x" || env.BRANCH_NAME == "activemq-5.17.x" || env.BRANCH_NAME == "main") {
136136
emailext(
137137
subject: "[BUILD-FAILURE]: Job '${env.JOB_NAME} [${env.BRANCH_NAME}] [${env.BUILD_NUMBER}]'",
138138
body: """
@@ -149,7 +149,7 @@ Check console output at "<a href="${env.BUILD_URL}">${env.JOB_NAME} [${env.BRANC
149149
// If this build didn't fail, but there were failing tests, send an email to the list.
150150
unstable {
151151
script {
152-
if(env.BRANCH_NAME == "activemq-5.17.x" || env.BRANCH_NAME == "activemq-5.15.x" || env.BRANCH_NAME == "activemq-5.16.x" || env.BRANCH_NAME == "main") {
152+
if(env.BRANCH_NAME == "activemq-5.18.x" || env.BRANCH_NAME == "activemq-5.17.x" || env.BRANCH_NAME == "main") {
153153
emailext(
154154
subject: "[BUILD-UNSTABLE]: Job '${env.JOB_NAME} [${env.BRANCH_NAME}] [${env.BUILD_NUMBER}]'",
155155
body: """
@@ -169,7 +169,7 @@ Check console output at "<a href="${env.BUILD_URL}">${env.JOB_NAME} [${env.BRANC
169169
// (in this cae we probably don't have to do any post-build analysis)
170170
deleteDir()
171171
script {
172-
if ((env.BRANCH_NAME == "activemq-5.17.x" || env.BRANCH_NAME == "activemq-5.15.x" || env.BRANCH_NAME == "activemq-5.16.x" || env.BRANCH_NAME == "main") && (currentBuild.previousBuild != null) && (currentBuild.previousBuild.result != 'SUCCESS')) {
172+
if ((env.BRANCH_NAME == "activemq-5.18.x" || env.BRANCH_NAME == "activemq-5.17.x" || env.BRANCH_NAME == "main") && (currentBuild.previousBuild != null) && (currentBuild.previousBuild.result != 'SUCCESS')) {
173173
emailext (
174174
subject: "[BUILD-STABLE]: Job '${env.JOB_NAME} [${env.BRANCH_NAME}] [${env.BUILD_NUMBER}]'",
175175
body: """

SECURITY.md

+1

activemq-all/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.apache.activemq</groupId>
1616
<artifactId>activemq-parent</artifactId>
17-
<version>5.19.0-SNAPSHOT</version>
17+
<version>6.0.0-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>activemq-all</artifactId>

activemq-amqp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-amqp</artifactId>

activemq-blueprint/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-blueprint</artifactId>

activemq-broker/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-broker</artifactId>

activemq-cf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.activemq</groupId>
2626
<artifactId>activemq-parent</artifactId>
27-
<version>5.19.0-SNAPSHOT</version>
27+
<version>6.0.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>activemq-cf</artifactId>

activemq-client-jakarta/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.activemq</groupId>
2222
<artifactId>activemq-parent</artifactId>
23-
<version>5.19.0-SNAPSHOT</version>
23+
<version>6.0.0-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>activemq-client-jakarta</artifactId>
2626
<packaging>pom</packaging>

activemq-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-client</artifactId>

activemq-console/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-console</artifactId>

activemq-http/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-http</artifactId>

activemq-jaas/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-jaas</artifactId>

activemq-jdbc-store/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-jdbc-store</artifactId>

activemq-jms-pool/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-jms-pool</artifactId>

activemq-kahadb-store/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-kahadb-store</artifactId>

activemq-karaf-itest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-karaf-itest</artifactId>

activemq-karaf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-karaf</artifactId>

activemq-log4j-appender/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-log4j-appender</artifactId>

activemq-mqtt/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-mqtt</artifactId>

activemq-openwire-generator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-openwire-generator</artifactId>

activemq-openwire-legacy/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-openwire-legacy</artifactId>

activemq-osgi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-osgi</artifactId>

activemq-osgi/src/main/resources/META-INF/spring.schemas

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ http\://activemq.apache.org/schema/core/activemq-core-5.17.2.xsd=activemq.xsd
8383
http\://activemq.apache.org/schema/core/activemq-core-5.17.3.xsd=activemq.xsd
8484
http\://activemq.apache.org/schema/core/activemq-core-5.17.4.xsd=activemq.xsd
8585
http\://activemq.apache.org/schema/core/activemq-core-5.18.0.xsd=activemq.xsd
86+
http\://activemq.apache.org/schema/core/activemq-core-6.0.0.xsd=activemq.xsd
8687

8788
http\://camel.apache.org/schema/spring/camel-spring.xsd=camel-spring.xsd
8889

activemq-pool/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-pool</artifactId>

activemq-ra/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-ra</artifactId>

activemq-rar/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-rar</artifactId>

activemq-run/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-run</artifactId>

activemq-runtime-config/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-runtime-config</artifactId>

activemq-shiro/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-shiro</artifactId>

activemq-spring/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-spring</artifactId>

activemq-spring/src/main/resources/META-INF/spring.schemas

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ http\://activemq.apache.org/schema/core/activemq-core-5.17.3.xsd=activemq.xsd
8484
http\://activemq.apache.org/schema/core/activemq-core-5.17.4.xsd=activemq.xsd
8585
http\://activemq.apache.org/schema/core/activemq-core-5.18.0.xsd=activemq.xsd
8686
http\://activemq.apache.org/schema/core/activemq-core-5.18.1.xsd=activemq.xsd
87-
http\://activemq.apache.org/schema/core/activemq-core-5.19.0.xsd=activemq.xsd
87+
http\://activemq.apache.org/schema/core/activemq-core-6.0.0.xsd=activemq.xsd
8888

8989
http\://camel.apache.org/schema/osgi/camel-osgi.xsd=camel-osgi.xsd
9090
http\://camel.apache.org/schema/spring/camel-spring.xsd=camel-spring.xsd

activemq-stomp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-stomp</artifactId>

activemq-tooling/activemq-joram-jms-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq.tooling</groupId>
2424
<artifactId>activemq-tooling</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-joram-jms-tests</artifactId>

activemq-tooling/activemq-junit/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.activemq.tooling</groupId>
2323
<artifactId>activemq-tooling</artifactId>
24-
<version>5.19.0-SNAPSHOT</version>
24+
<version>6.0.0-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>activemq-junit</artifactId>

activemq-tooling/activemq-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.activemq.tooling</groupId>
2323
<artifactId>activemq-tooling</artifactId>
24-
<version>5.19.0-SNAPSHOT</version>
24+
<version>6.0.0-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>activemq-maven-plugin</artifactId>

activemq-tooling/activemq-memtest-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq.tooling</groupId>
2424
<artifactId>activemq-tooling</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-memtest-maven-plugin</artifactId>

activemq-tooling/activemq-perf-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.activemq.tooling</groupId>
2323
<artifactId>activemq-tooling</artifactId>
24-
<version>5.19.0-SNAPSHOT</version>
24+
<version>6.0.0-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>activemq-perf-maven-plugin</artifactId>

activemq-tooling/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<groupId>org.apache.activemq.tooling</groupId>

activemq-unit-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-unit-tests</artifactId>

activemq-web-console/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-web-console</artifactId>

activemq-web-demo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.activemq</groupId>
2424
<artifactId>activemq-parent</artifactId>
25-
<version>5.19.0-SNAPSHOT</version>
25+
<version>6.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>activemq-web-demo</artifactId>

0 commit comments

Comments
 (0)