mirror of https://github.com/apache/activemq.git
Set version to 6.0.0-SNAPSHOT
This commit is contained in:
parent
6236faccec
commit
d5ea415463
|
@ -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: """
|
||||||
|
|
|
@ -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: |
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue