This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new df814a33b Automatic Site Publish by Buildbot
df814a33b is described below
commit df814a33b90fdd7e1a4c3afb08aa3f2d553345db
Author: buildbot <[email protected]>
AuthorDate: Tue Apr 11 13:54:50 2023 +0000
Automatic Site Publish by Buildbot
---
output/components/artemis/documentation/previous_docs.html | 2 +-
output/components/artemis/download/past_releases.html | 2 +-
output/jms2.html | 12 ++++++------
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/output/components/artemis/documentation/previous_docs.html
b/output/components/artemis/documentation/previous_docs.html
index a2b06c8b3..ad3aa7009 100644
--- a/output/components/artemis/documentation/previous_docs.html
+++ b/output/components/artemis/documentation/previous_docs.html
@@ -38,7 +38,7 @@
</tr>
<tr>
<td>2.27.0</td>
- <td><a href="2.27.0">HTML</a>, <a href="2.27.0/book.pdf">PDF</a>, <a
href="2.27.0/book.mobi">Mobi</a>, <a href="2.27.0/book.epub">ePub</a></td>
+ <td><a href="2.27.1">HTML</a>, <a href="2.27.1/book.pdf">PDF</a>, <a
href="2.27.1/book.mobi">Mobi</a>, <a href="2.27.1/book.epub">ePub</a></td>
</tr>
<tr>
<td>2.26.0</td>
diff --git a/output/components/artemis/download/past_releases.html
b/output/components/artemis/download/past_releases.html
index d05bd5304..bbc5ccac4 100644
--- a/output/components/artemis/download/past_releases.html
+++ b/output/components/artemis/download/past_releases.html
@@ -129,7 +129,7 @@
<p><br /></p>
<h4 id="activemq-artemis-2270--nov-14th-2022">ActiveMQ Artemis 2.27.0 (Nov
14th, 2022)</h4>
-<p><a href="release-notes-2.27.0">Release Notes</a> | <a
href="commit-report-2.27.0">Git Report</a> | <a
href="../documentation/2.27.0">Documentation</a> | Java compatibility:
<strong>11+</strong></p>
+<p><a href="release-notes-2.27.0">Release Notes</a> | <a
href="commit-report-2.27.0">Git Report</a> | <a
href="../documentation/2.27.1">Documentation</a> | Java compatibility:
<strong>11+</strong></p>
<table>
<tbody>
diff --git a/output/jms2.html b/output/jms2.html
index a9087215d..c26252617 100644
--- a/output/jms2.html
+++ b/output/jms2.html
@@ -131,14 +131,14 @@
<tr>
<td>activemq-client</td>
<td>javax.jms</td>
- <td>5.18.0</td>
- <td> </td>
+ <td>5.18.0+</td>
+ <td>Initial JMS 2.0 support. Works with embedded broker and VM transport
as previously.</td>
</tr>
<tr>
<td>activemq-client-jakarta</td>
<td>jakarta.jms</td>
- <td>5.18.0</td>
- <td>Transitional module for client-only Jakarta support. Can not be used
in the same JVM as javax.jms activemq-client or broker.</td>
+ <td>5.18.1+</td>
+ <td>Transitional module for initial <em>client-only</em> Jakarta
Messaging 3.1 support. Can’t be used in the same JVM as activemq-client or
broker which use javax.jms API. <strong>Note this means no embedded broker / VM
transport support, only remote brokers.</strong></td>
</tr>
</tbody>
</table>
@@ -240,7 +240,7 @@ import jakarta.jms...
<tr>
<td><a
href="https://issues.apache.org/jira/browse/AMQ-8320">AMQ-8320</a></td>
<td>PR <a
href="https://github.com/apache/activemq/pull/982">#982</a></td>
- <td>5.18.1</td>
+ <td>5.18.2</td>
<td> </td>
<td>Delivery Delay</td>
<td>Support for Message DeliveryDelay feature</td>
@@ -248,7 +248,7 @@ import jakarta.jms...
<tr>
<td><a
href="https://issues.apache.org/jira/browse/AMQ-8324">AMQ-8324</a></td>
<td> </td>
- <td>5.18.1</td>
+ <td>5.18.2</td>
<td> </td>
<td>JMSProducer features</td>
<td>Completion Listener async send support</td>