From e6b8bd972d8c08df1cbf53e1e0a8b54e600a8775 Mon Sep 17 00:00:00 2001 From: Andy Taylor Date: Mon, 27 Apr 2026 14:18:31 +0100 Subject: [PATCH 1/2] Revert "[maven-release-plugin] prepare for next development iteration" This reverts commit 6033011a5ae6dd06be0b6ee6da275e47135d4c96. --- artemis-console-distribution/pom.xml | 2 +- artemis-console-extension/pom.xml | 2 +- artemis-console-war/pom.xml | 2 +- artemis-console-website/pom.xml | 2 +- pom.xml | 6 +++--- relocations/apache-artemis-console/pom.xml | 2 +- relocations/artemis-console-extension/pom.xml | 2 +- relocations/artemis-console-project/pom.xml | 2 +- relocations/artemis-console-war/pom.xml | 2 +- relocations/pom.xml | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/artemis-console-distribution/pom.xml b/artemis-console-distribution/pom.xml index 2b157c3..6f45909 100644 --- a/artemis-console-distribution/pom.xml +++ b/artemis-console-distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.artemis artemis-console-project - 1.9.0-SNAPSHOT + 1.8.0 org.apache.artemis diff --git a/artemis-console-extension/pom.xml b/artemis-console-extension/pom.xml index 518ccf6..866b06d 100644 --- a/artemis-console-extension/pom.xml +++ b/artemis-console-extension/pom.xml @@ -21,7 +21,7 @@ org.apache.artemis artemis-console-project - 1.9.0-SNAPSHOT + 1.8.0 org.apache.artemis diff --git a/artemis-console-war/pom.xml b/artemis-console-war/pom.xml index 1cb0743..3f952b3 100644 --- a/artemis-console-war/pom.xml +++ b/artemis-console-war/pom.xml @@ -21,7 +21,7 @@ org.apache.artemis artemis-console-project - 1.9.0-SNAPSHOT + 1.8.0 org.apache.artemis diff --git a/artemis-console-website/pom.xml b/artemis-console-website/pom.xml index bf11de7..09fa8fb 100644 --- a/artemis-console-website/pom.xml +++ b/artemis-console-website/pom.xml @@ -20,7 +20,7 @@ org.apache.artemis artemis-console-project - 1.9.0-SNAPSHOT + 1.8.0 artemis-console-website diff --git a/pom.xml b/pom.xml index 69d8696..90f7912 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.apache.artemis artemis-console-project pom - 1.9.0-SNAPSHOT + 1.8.0 @@ -55,14 +55,14 @@ v22.17.1 v4.9.2 1.15.1 - 2026-04-27T13:12:00Z + 2026-04-27T13:10:26Z scm:git:https://gitbox.apache.org/repos/asf/artemis-console.git scm:git:https://gitbox.apache.org/repos/asf/artemis-console.git https://github.com/apache/artemis-console - 1.5.0 + 1.8.0 diff --git a/relocations/apache-artemis-console/pom.xml b/relocations/apache-artemis-console/pom.xml index b6336c9..9f4008c 100644 --- a/relocations/apache-artemis-console/pom.xml +++ b/relocations/apache-artemis-console/pom.xml @@ -19,7 +19,7 @@ artemis-console-relocations-parent org.apache.activemq - 1.9.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/relocations/artemis-console-extension/pom.xml b/relocations/artemis-console-extension/pom.xml index 2181501..7303e28 100644 --- a/relocations/artemis-console-extension/pom.xml +++ b/relocations/artemis-console-extension/pom.xml @@ -19,7 +19,7 @@ artemis-console-relocations-parent org.apache.activemq - 1.9.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/relocations/artemis-console-project/pom.xml b/relocations/artemis-console-project/pom.xml index 53255ec..553877e 100644 --- a/relocations/artemis-console-project/pom.xml +++ b/relocations/artemis-console-project/pom.xml @@ -19,7 +19,7 @@ artemis-console-relocations-parent org.apache.activemq - 1.9.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/relocations/artemis-console-war/pom.xml b/relocations/artemis-console-war/pom.xml index 0ebd722..257917b 100644 --- a/relocations/artemis-console-war/pom.xml +++ b/relocations/artemis-console-war/pom.xml @@ -19,7 +19,7 @@ artemis-console-relocations-parent org.apache.activemq - 1.9.0-SNAPSHOT + 1.8.0 4.0.0 diff --git a/relocations/pom.xml b/relocations/pom.xml index cf2f512..5828b9a 100644 --- a/relocations/pom.xml +++ b/relocations/pom.xml @@ -20,7 +20,7 @@ org.apache.artemis artemis-console-project - 1.9.0-SNAPSHOT + 1.8.0 org.apache.activemq From 09edcd45e3c8f045a05fcac4e6d4d79991eaad58 Mon Sep 17 00:00:00 2001 From: Andy Taylor Date: Mon, 27 Apr 2026 14:18:44 +0100 Subject: [PATCH 2/2] Revert "[maven-release-plugin] prepare release 1.8.0" This reverts commit 56767437a946a4efa644a67ac14e4ccf77ded8c9. --- artemis-console-distribution/pom.xml | 2 +- artemis-console-extension/pom.xml | 2 +- artemis-console-war/pom.xml | 2 +- artemis-console-website/pom.xml | 2 +- pom.xml | 6 +++--- relocations/apache-artemis-console/pom.xml | 2 +- relocations/artemis-console-extension/pom.xml | 2 +- relocations/artemis-console-project/pom.xml | 2 +- relocations/artemis-console-war/pom.xml | 2 +- relocations/pom.xml | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/artemis-console-distribution/pom.xml b/artemis-console-distribution/pom.xml index 6f45909..259b1b3 100644 --- a/artemis-console-distribution/pom.xml +++ b/artemis-console-distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.artemis artemis-console-project - 1.8.0 + 1.8.0-SNAPSHOT org.apache.artemis diff --git a/artemis-console-extension/pom.xml b/artemis-console-extension/pom.xml index 866b06d..94e8179 100644 --- a/artemis-console-extension/pom.xml +++ b/artemis-console-extension/pom.xml @@ -21,7 +21,7 @@ org.apache.artemis artemis-console-project - 1.8.0 + 1.8.0-SNAPSHOT org.apache.artemis diff --git a/artemis-console-war/pom.xml b/artemis-console-war/pom.xml index 3f952b3..d07a6bd 100644 --- a/artemis-console-war/pom.xml +++ b/artemis-console-war/pom.xml @@ -21,7 +21,7 @@ org.apache.artemis artemis-console-project - 1.8.0 + 1.8.0-SNAPSHOT org.apache.artemis diff --git a/artemis-console-website/pom.xml b/artemis-console-website/pom.xml index 09fa8fb..32c9fea 100644 --- a/artemis-console-website/pom.xml +++ b/artemis-console-website/pom.xml @@ -20,7 +20,7 @@ org.apache.artemis artemis-console-project - 1.8.0 + 1.8.0-SNAPSHOT artemis-console-website diff --git a/pom.xml b/pom.xml index 90f7912..ab5fcb7 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.apache.artemis artemis-console-project pom - 1.8.0 + 1.8.0-SNAPSHOT @@ -55,14 +55,14 @@ v22.17.1 v4.9.2 1.15.1 - 2026-04-27T13:10:26Z + 2026-03-06T10:13:43Z scm:git:https://gitbox.apache.org/repos/asf/artemis-console.git scm:git:https://gitbox.apache.org/repos/asf/artemis-console.git https://github.com/apache/artemis-console - 1.8.0 + 1.5.0 diff --git a/relocations/apache-artemis-console/pom.xml b/relocations/apache-artemis-console/pom.xml index 9f4008c..d557c06 100644 --- a/relocations/apache-artemis-console/pom.xml +++ b/relocations/apache-artemis-console/pom.xml @@ -19,7 +19,7 @@ artemis-console-relocations-parent org.apache.activemq - 1.8.0 + 1.8.0-SNAPSHOT 4.0.0 diff --git a/relocations/artemis-console-extension/pom.xml b/relocations/artemis-console-extension/pom.xml index 7303e28..349d084 100644 --- a/relocations/artemis-console-extension/pom.xml +++ b/relocations/artemis-console-extension/pom.xml @@ -19,7 +19,7 @@ artemis-console-relocations-parent org.apache.activemq - 1.8.0 + 1.8.0-SNAPSHOT 4.0.0 diff --git a/relocations/artemis-console-project/pom.xml b/relocations/artemis-console-project/pom.xml index 553877e..e840f49 100644 --- a/relocations/artemis-console-project/pom.xml +++ b/relocations/artemis-console-project/pom.xml @@ -19,7 +19,7 @@ artemis-console-relocations-parent org.apache.activemq - 1.8.0 + 1.8.0-SNAPSHOT 4.0.0 diff --git a/relocations/artemis-console-war/pom.xml b/relocations/artemis-console-war/pom.xml index 257917b..236e5d8 100644 --- a/relocations/artemis-console-war/pom.xml +++ b/relocations/artemis-console-war/pom.xml @@ -19,7 +19,7 @@ artemis-console-relocations-parent org.apache.activemq - 1.8.0 + 1.8.0-SNAPSHOT 4.0.0 diff --git a/relocations/pom.xml b/relocations/pom.xml index 5828b9a..9a80940 100644 --- a/relocations/pom.xml +++ b/relocations/pom.xml @@ -20,7 +20,7 @@ org.apache.artemis artemis-console-project - 1.8.0 + 1.8.0-SNAPSHOT org.apache.activemq