This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/qpid-site.git

commit af4711f555036c455d4e18cedd8a2dc58e4a34e6
Author: Robbie Gemmell <rob...@apache.org>
AuthorDate: Tue Sep 20 17:24:04 2022 +0100

    changes toward qpid-jms releases changing to 3.1 spec in next 2.x release
---
 input/components/jms/index.md | 8 ++++----
 input/documentation.md        | 2 +-
 scripts/gen-jms-release-page  | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/input/components/jms/index.md b/input/components/jms/index.md
index 913144650..3202c7898 100644
--- a/input/components/jms/index.md
+++ b/input/components/jms/index.md
@@ -25,10 +25,10 @@
 
 ## JMS with the strength of AMQP
 
-Qpid JMS is an AMQP 1.0 [Jakarta Messaging 
3.0](https://jakarta.ee/specifications/messaging/3.0/jakarta-messaging-spec-3.0.html)
+Qpid JMS is an AMQP 1.0 [Jakarta Messaging 
3.1](https://jakarta.ee/specifications/messaging/3.1/jakarta-messaging-spec-3.1.html)
 client built using [Qpid Proton]({{site_url}}/proton/index.html).
 
-For a release using Jakarta Messaging 3.0 (jakarta.jms), see the 
[{{current_jms_release}} 
release]({{site_url}}/releases/qpid-jms-{{current_jms_release}}/index.html).
+For a release using Jakarta Messaging 3.1 (jakarta.jms), see the 
[{{current_jms_release}} 
release]({{site_url}}/releases/qpid-jms-{{current_jms_release}}/index.html).
 
 For a release using Jakarta Messaging 2.0 (javax.jms), see the 
[{{other_jms_release}} 
release]({{site_url}}/releases/qpid-jms-{{other_jms_release}}/index.html).
 
@@ -36,7 +36,7 @@ For a release using Jakarta Messaging 2.0 (javax.jms), see 
the [{{other_jms_rele
 
 ## Features
 
- - [Jakarta Messaging 
3.0](https://jakarta.ee/specifications/messaging/3.0/jakarta-messaging-spec-3.0.html)
 API
+ - [Jakarta Messaging 
3.1](https://jakarta.ee/specifications/messaging/3.1/jakarta-messaging-spec-3.1.html)
 API
  - Secure communication via SSL and SASL 
  - Producer flow control
  - Failover
@@ -45,7 +45,7 @@ For a release using Jakarta Messaging 2.0 (javax.jms), see 
the [{{other_jms_rele
 ## Documentation
 
 <div class="two-column" markdown="1">
- - [API reference](https://jakarta.ee/specifications/messaging/3.0/apidocs/)
+ - [API reference](https://jakarta.ee/specifications/messaging/3.1/apidocs/)
  - 
[Examples](https://github.com/apache/qpid-jms/tree/{{current_jms_release}}/qpid-jms-examples)
  - [Configuration]({{current_jms_release_url}}/docs/index.html)
  - [Building Qpid JMS]({{current_jms_release_url}}/building.html)
diff --git a/input/documentation.md b/input/documentation.md
index 5e40a1912..7de94b816 100644
--- a/input/documentation.md
+++ b/input/documentation.md
@@ -46,7 +46,7 @@ You can find older versions with our
 
  - [Overview]({{site_url}}/components/jms/index.html)
  - [Configuration]({{current_jms_release_url}}/docs/index.html)
- - [API reference](https://jakarta.ee/specifications/messaging/3.0/apidocs/)
+ - [API reference](https://jakarta.ee/specifications/messaging/3.1/apidocs/)
  - 
[Examples](https://github.com/apache/qpid-jms/tree/{{current_jms_release}}/qpid-jms-examples)
 
 </section>
diff --git a/scripts/gen-jms-release-page b/scripts/gen-jms-release-page
index d56b3ea5f..f08635fff 100755
--- a/scripts/gen-jms-release-page
+++ b/scripts/gen-jms-release-page
@@ -121,7 +121,7 @@ def gen_release_page(release, issues_release, 
source_release, release_dir):
     jql = "project = QPIDJMS AND fixVersion = '{}' AND resolution = 'fixed' 
ORDER BY priority DESC".format(issues_release)
     issues_url = 
"https://issues.apache.org/jira/issues/?jql={}".format(urllib.parse.quote_plus(jql))
 
-    api_version = "3.0"
+    api_version = "3.1"
     if release.startswith("1."):
       api_version = 2.0
     elif release.startswith("0."):


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to