Set version to 6.0.0-SNAPSHOT

This commit is contained in:
JB Onofré 2023-09-15 16:27:34 +02:00
parent 6236faccec
commit d5ea415463
44 changed files with 48 additions and 46 deletions

8
Jenkinsfile vendored
View File

@ -117,7 +117,7 @@ pipeline {
stage('Deploy') { stage('Deploy') {
when { when {
expression { expression {
env.BRANCH_NAME ==~ /(activemq-5.17.x|activemq-5.16.x|activemq-5.15.x|main)/ env.BRANCH_NAME ==~ /(activemq-5.18.x|activemq-5.17.x|main)/
} }
} }
steps { steps {
@ -132,7 +132,7 @@ pipeline {
// If this build failed, send an email to the list. // If this build failed, send an email to the list.
failure { failure {
script { script {
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") { if(env.BRANCH_NAME == "activemq-5.18.x" || env.BRANCH_NAME == "activemq-5.17.x" || env.BRANCH_NAME == "main") {
emailext( emailext(
subject: "[BUILD-FAILURE]: Job '${env.JOB_NAME} [${env.BRANCH_NAME}] [${env.BUILD_NUMBER}]'", subject: "[BUILD-FAILURE]: Job '${env.JOB_NAME} [${env.BRANCH_NAME}] [${env.BUILD_NUMBER}]'",
body: """ body: """
@ -149,7 +149,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. // If this build didn't fail, but there were failing tests, send an email to the list.
unstable { unstable {
script { script {
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") { if(env.BRANCH_NAME == "activemq-5.18.x" || env.BRANCH_NAME == "activemq-5.17.x" || env.BRANCH_NAME == "main") {
emailext( emailext(
subject: "[BUILD-UNSTABLE]: Job '${env.JOB_NAME} [${env.BRANCH_NAME}] [${env.BUILD_NUMBER}]'", subject: "[BUILD-UNSTABLE]: Job '${env.JOB_NAME} [${env.BRANCH_NAME}] [${env.BUILD_NUMBER}]'",
body: """ body: """
@ -169,7 +169,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) // (in this cae we probably don't have to do any post-build analysis)
deleteDir() deleteDir()
script { script {
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')) { 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')) {
emailext ( emailext (
subject: "[BUILD-STABLE]: Job '${env.JOB_NAME} [${env.BRANCH_NAME}] [${env.BUILD_NUMBER}]'", subject: "[BUILD-STABLE]: Job '${env.JOB_NAME} [${env.BRANCH_NAME}] [${env.BUILD_NUMBER}]'",
body: """ body: """

View File

@ -4,6 +4,7 @@
| Version | Supported | | Version | Supported |
| ------- | ------------------ | | ------- | ------------------ |
| 6.0.x | :white_check_mark: |
| 5.18.x | :white_check_mark: | | 5.18.x | :white_check_mark: |
| 5.17.x | :white_check_mark: | | 5.17.x | :white_check_mark: |
| <= 5.16.x | :x: | | <= 5.16.x | :x: |

View File

@ -14,7 +14,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-all</artifactId> <artifactId>activemq-all</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-amqp</artifactId> <artifactId>activemq-amqp</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-blueprint</artifactId> <artifactId>activemq-blueprint</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-broker</artifactId> <artifactId>activemq-broker</artifactId>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-cf</artifactId> <artifactId>activemq-cf</artifactId>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-client-jakarta</artifactId> <artifactId>activemq-client-jakarta</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-client</artifactId> <artifactId>activemq-client</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-console</artifactId> <artifactId>activemq-console</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-http</artifactId> <artifactId>activemq-http</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-jaas</artifactId> <artifactId>activemq-jaas</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-jdbc-store</artifactId> <artifactId>activemq-jdbc-store</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-jms-pool</artifactId> <artifactId>activemq-jms-pool</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-kahadb-store</artifactId> <artifactId>activemq-kahadb-store</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-karaf-itest</artifactId> <artifactId>activemq-karaf-itest</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-karaf</artifactId> <artifactId>activemq-karaf</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-log4j-appender</artifactId> <artifactId>activemq-log4j-appender</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-mqtt</artifactId> <artifactId>activemq-mqtt</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-openwire-generator</artifactId> <artifactId>activemq-openwire-generator</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-openwire-legacy</artifactId> <artifactId>activemq-openwire-legacy</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-osgi</artifactId> <artifactId>activemq-osgi</artifactId>

View File

@ -83,6 +83,7 @@ http\://activemq.apache.org/schema/core/activemq-core-5.17.2.xsd=activemq.xsd
http\://activemq.apache.org/schema/core/activemq-core-5.17.3.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.17.3.xsd=activemq.xsd
http\://activemq.apache.org/schema/core/activemq-core-5.17.4.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.17.4.xsd=activemq.xsd
http\://activemq.apache.org/schema/core/activemq-core-5.18.0.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.18.0.xsd=activemq.xsd
http\://activemq.apache.org/schema/core/activemq-core-6.0.0.xsd=activemq.xsd
http\://camel.apache.org/schema/spring/camel-spring.xsd=camel-spring.xsd http\://camel.apache.org/schema/spring/camel-spring.xsd=camel-spring.xsd

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-pool</artifactId> <artifactId>activemq-pool</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-ra</artifactId> <artifactId>activemq-ra</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-rar</artifactId> <artifactId>activemq-rar</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-run</artifactId> <artifactId>activemq-run</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-runtime-config</artifactId> <artifactId>activemq-runtime-config</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-shiro</artifactId> <artifactId>activemq-shiro</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-spring</artifactId> <artifactId>activemq-spring</artifactId>

View File

@ -84,7 +84,7 @@ http\://activemq.apache.org/schema/core/activemq-core-5.17.3.xsd=activemq.xsd
http\://activemq.apache.org/schema/core/activemq-core-5.17.4.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.17.4.xsd=activemq.xsd
http\://activemq.apache.org/schema/core/activemq-core-5.18.0.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.18.0.xsd=activemq.xsd
http\://activemq.apache.org/schema/core/activemq-core-5.18.1.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.18.1.xsd=activemq.xsd
http\://activemq.apache.org/schema/core/activemq-core-5.19.0.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-6.0.0.xsd=activemq.xsd
http\://camel.apache.org/schema/osgi/camel-osgi.xsd=camel-osgi.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 http\://camel.apache.org/schema/spring/camel-spring.xsd=camel-spring.xsd

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-stomp</artifactId> <artifactId>activemq-stomp</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq.tooling</groupId> <groupId>org.apache.activemq.tooling</groupId>
<artifactId>activemq-tooling</artifactId> <artifactId>activemq-tooling</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-joram-jms-tests</artifactId> <artifactId>activemq-joram-jms-tests</artifactId>

View File

@ -21,7 +21,7 @@
<parent> <parent>
<groupId>org.apache.activemq.tooling</groupId> <groupId>org.apache.activemq.tooling</groupId>
<artifactId>activemq-tooling</artifactId> <artifactId>activemq-tooling</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-junit</artifactId> <artifactId>activemq-junit</artifactId>

View File

@ -21,7 +21,7 @@
<parent> <parent>
<groupId>org.apache.activemq.tooling</groupId> <groupId>org.apache.activemq.tooling</groupId>
<artifactId>activemq-tooling</artifactId> <artifactId>activemq-tooling</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-maven-plugin</artifactId> <artifactId>activemq-maven-plugin</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq.tooling</groupId> <groupId>org.apache.activemq.tooling</groupId>
<artifactId>activemq-tooling</artifactId> <artifactId>activemq-tooling</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-memtest-maven-plugin</artifactId> <artifactId>activemq-memtest-maven-plugin</artifactId>

View File

@ -21,7 +21,7 @@
<parent> <parent>
<groupId>org.apache.activemq.tooling</groupId> <groupId>org.apache.activemq.tooling</groupId>
<artifactId>activemq-tooling</artifactId> <artifactId>activemq-tooling</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-perf-maven-plugin</artifactId> <artifactId>activemq-perf-maven-plugin</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<groupId>org.apache.activemq.tooling</groupId> <groupId>org.apache.activemq.tooling</groupId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-unit-tests</artifactId> <artifactId>activemq-unit-tests</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-web-console</artifactId> <artifactId>activemq-web-console</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-web-demo</artifactId> <artifactId>activemq-web-demo</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>activemq-web</artifactId> <artifactId>activemq-web</artifactId>

View File

@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>apache-activemq</artifactId> <artifactId>apache-activemq</artifactId>

View File

@ -25,14 +25,14 @@
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId> <artifactId>activemq-parent</artifactId>
<version>5.19.0-SNAPSHOT</version> <version>6.0.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>ActiveMQ</name> <name>ActiveMQ</name>
<inceptionYear>2005</inceptionYear> <inceptionYear>2005</inceptionYear>
<properties> <properties>
<!-- for reproducible builds --> <!-- for reproducible builds -->
<project.build.outputTimestamp>2023-03-28T14:10:59Z</project.build.outputTimestamp> <project.build.outputTimestamp>2023-09-15T14:06:56Z</project.build.outputTimestamp>
<siteId>activemq-${project.version}</siteId> <siteId>activemq-${project.version}</siteId>
<projectName>Apache ActiveMQ</projectName> <projectName>Apache ActiveMQ</projectName>