Skip to content

Commit 35990cf

Browse files
committed
fix various issues with download page
1 parent d82872a commit 35990cf

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/_data/current_releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ artemis:
44
artemis_console:
55
- "1.4."
66
classic:
7-
- "6.1."
7+
- "6.2."
88
- "5.19."
99
nms_amqp:
1010
- "2.4."

src/components/classic/download/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ It is important to [verify the integrity](#verify-the-integrity-of-downloads) of
2525
<tr style="background-color: #dff0d8;">
2626
<td>6.2.x</td>
2727
<td><strong>Stable - Supported</strong></td>
28-
<td>6.2.0-</td>
28+
<td>6.2.0</td>
2929
<td>Nov 13rd, 2025</td>
3030
</tr>
31-
<tr style="background-color: #dff0d8;">
31+
<tr style="background-color: #f0f0f0;">
3232
<td>6.1.x</td>
3333
<td><em>Deprecated</em></td>
3434
<td>6.1.8</td>
@@ -46,9 +46,9 @@ It is important to [verify the integrity](#verify-the-integrity-of-downloads) of
4646
<td>5.19.1</td>
4747
<td>Oct 11th, 2025</td>
4848
</tr>
49-
<tr style="background-color: #dff0d8;">
49+
<tr style="background-color: #f0f0f0;">
5050
<td>5.18.x</td>
51-
<td><strong>Stable - Supported</strong></td>
51+
<td><em>Deprecated</em></td>
5252
<td>5.18.7</td>
5353
<td>Mar 19nd, 2025</td>
5454
</tr>
@@ -123,7 +123,7 @@ It is important to [verify the integrity](#verify-the-integrity-of-downloads) of
123123
| 6.1.x | Jakarta JMS 2/3.1 (partial) | Jakarta JMS 2/3.1 | [17,23) | 6.1.21 | Log4j 2.25.2/Slf4j 2.0.17 | Jetty 11.0.26 | _Deprecated_ | 6.1.8 | | |
124124
| 6.0.x | Jakarta JMS 2/3.1 (partial) | Jakarta JMS 2/3.1 | [17,23) | 6.0.17 | Log4j 2.22.0/Slf4j 2.0.9 | Jetty 11.0.18 | _Deprecated_ | 6.0.1 | | |
125125
| 5.19.x | Javax JMS 1.1 | Javax JMS 1.1/Jakarta JMS 2 | [11,23) | 5.3.39 | Log4j 2.24.3/Slf4j 2.0.16 | Jetty 9.4.58.v20250814 | **Stable - Supported** | 5.19.1 | 5.19.2 | Jan 26 |
126-
| 5.18.x | Javax JMS 1.1 | Javax JMS 1.1/Jakarta JMS 2 | [11,23) | 5.3.39 | Log4j 2.24.1/Slf4j 2.0.13 | Jetty 9.4.57.v20241219 | **Stable - Supported** | 5.18.7 | | |
126+
| 5.18.x | Javax JMS 1.1 | Javax JMS 1.1/Jakarta JMS 2 | [11,23) | 5.3.39 | Log4j 2.24.1/Slf4j 2.0.13 | Jetty 9.4.57.v20241219 | _Deprecated_ | 5.18.7 | | |
127127
| 5.17.x | Javax JMS 1.1 | Javax JMS 1.1 | [11,23) | 5.3.33 | Log4j 2.23.1/Slf4j 1.7.36 | Jetty 9.4.54.v20240208 | _Deprecated_ | 5.17.7 | | |
128128
| 5.16.x | Javax JMS 1.1 | Javax JMS 1.1 | 1.8 | 4.3.30.RELEASE | Reload4j 1.2.24/Slf4j 1.7.36 | Jetty 9.4.53.v20231009 | _Deprecated_ | 5.16.8 | | |
129129
| 5.15.x | Javax JMS 1.1 | Javax JMS 1.1 | 1.8 | 4.3.30.RELEASE | Log4j 1.2.17/Slf4j 1.7.32 | Jetty 9.4.39.v20210325 | _Deprecated_ | 5.15.16 | | |

0 commit comments

Comments
 (0)