From 3d83115f8b3ccd18024997a6061005e90218c631 Mon Sep 17 00:00:00 2001 From: Marco Bungart Date: Fri, 27 Sep 2024 12:55:08 +0200 Subject: [PATCH 1/2] Update versions in documentation --- .../ROOT/pages/quarkus-artemis-jms.adoc | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/modules/ROOT/pages/quarkus-artemis-jms.adoc b/docs/modules/ROOT/pages/quarkus-artemis-jms.adoc index 19fc4ac5..288adb4f 100644 --- a/docs/modules/ROOT/pages/quarkus-artemis-jms.adoc +++ b/docs/modules/ROOT/pages/quarkus-artemis-jms.adoc @@ -18,11 +18,11 @@ For general considerations about the JMS support in Quarkus, it is recommended t | Quarkus JMS version | End of Life a| -`3.14.x` +`3.15.x` a| -latest `3.4.x` +`3.5.x` a| -TBA +2025-09-25 a| `3.8.x` a| @@ -42,6 +42,12 @@ a| | Quarkus JMS version | End of Life a| +[.line-through]#`3.14.x`# +a| +[.line-through]#latest `3.4.x`# +a| +[.line-through]#2024-09-25# +a| [.line-through]#`3.13.x`# a| [.line-through]#latest `3.4.x`# @@ -84,6 +90,12 @@ a| | Quarkus JMS version | End of Life a| +`3.15.x` +a| +latest `3.5.x` +a| +2025-09-25 +a| `3.8.x` a| latest `3.2.x` From 21fdff92c0186a347cc24aaa8a0ed5e4c55fa480 Mon Sep 17 00:00:00 2001 From: Marco Bungart Date: Fri, 27 Sep 2024 12:56:21 +0200 Subject: [PATCH 2/2] Release 3.5.0 --- .github/project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/project.yml b/.github/project.yml index 18b521d1..999a7694 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -1,3 +1,3 @@ release: - current-version: 3.4.2 + current-version: 3.5.0 next-version: 999-SNAPSHOT