From 1339edff52d4bdea45e747a7051178457039c53b Mon Sep 17 00:00:00 2001 From: Kai Hudalla Date: Thu, 17 Aug 2023 20:15:04 +0200 Subject: [PATCH] Add 2.4.0 artifacts to downloads page --- site/documentation/tag_stable.txt | 2 +- site/documentation/versions_supported.csv | 2 +- site/homepage/content/downloads.md | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/site/documentation/tag_stable.txt b/site/documentation/tag_stable.txt index 197c4d5c2d..a13300a9ae 100644 --- a/site/documentation/tag_stable.txt +++ b/site/documentation/tag_stable.txt @@ -1 +1 @@ -2.4.0 +2.4.x diff --git a/site/documentation/versions_supported.csv b/site/documentation/versions_supported.csv index c755eb86d8..0bf465384a 100644 --- a/site/documentation/versions_supported.csv +++ b/site/documentation/versions_supported.csv @@ -5,4 +5,4 @@ MAJOR;MINOR;BRANCH_OR_TAG 2;1;2.1.x 2;2;2.2.x 2;3;2.3.x -2;4;2.4.0 +2;4;2.4.x diff --git a/site/homepage/content/downloads.md b/site/homepage/content/downloads.md index 16c7ab6df8..a344e12aaa 100644 --- a/site/homepage/content/downloads.md +++ b/site/homepage/content/downloads.md @@ -21,8 +21,8 @@ for installation instructions. A command line client for interacting with Hono's north bound APIs and its AMQP adapter is available for download from -* [Eclipse Hono 2.3.1 Command Line Client (Java Archive)](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-2.3.1-exec.jar) -* [Eclipse Hono 2.3.1 Command Line Client (Linux x86_64)](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-2.3.1) +* [Eclipse Hono 2.3.1 Command Line Client (Java Archive)](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-2.4.0-exec.jar) +* [Eclipse Hono 2.3.1 Command Line Client (Linux x86_64)](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-2.4.0) The Java client requires a Java 17 runtime environment to run. The Linux binary should run on most (modern) Linux distributions. @@ -40,7 +40,7 @@ For a list of the changes in this release, take a look at the [release notes]({{ ## Previous versions +* [Eclipse Hono 2.3.1 Command Line Client (Java Archive)](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-2.3.1-exec.jar) +* [Eclipse Hono 2.3.1 Command Line Client (Linux x86_64)](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-2.3.1) * [Eclipse Hono 2.3.0 Command Line Client (Java Archive)](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-2.3.0-exec.jar) * [Eclipse Hono 2.3.0 Command Line Client (Linux x86_64)](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-2.3.0) -* [Eclipse Hono 2.2.0 Command Line Client (Java Archive)](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-2.2.0-exec.jar) -* [Eclipse Hono 2.2.0 Command Line Client (Linux x86_64)](https://www.eclipse.org/downloads/download.php?file=/hono/hono-cli-2.2.0)