From f681c5dd66f2be115eedd7f20ac64621d3212d4e Mon Sep 17 00:00:00 2001 From: yweber Date: Thu, 4 Mar 2021 16:21:25 +0100 Subject: [PATCH] Version to 2021.1 --- README.adoc | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index d5d87beef..666d08832 100644 --- a/README.adoc +++ b/README.adoc @@ -54,7 +54,7 @@ The ideal place for questions or discussions about the HiveMQ Community Edition === Quick Start -* Download the latest https://github.com/hivemq/hivemq-community-edition/releases/download/2020.2/hivemq-ce-2020.2.zip[HiveMQ CE binary package]. +* Download the latest https://github.com/hivemq/hivemq-community-edition/releases/download/2021.1/hivemq-ce-2021.1.zip[HiveMQ CE binary package]. * Unzip the package. * Run the run.sh (Linux/OSX) or run.bat (Windows) in the bin folder of the package. @@ -157,7 +157,7 @@ If you use Gradle, include the following code in your `build.gradle` file. ---- dependencies { - implementation 'com.hivemq:hivemq-community-edition-embedded:2020.5' + implementation 'com.hivemq:hivemq-community-edition-embedded:2021.1' } ---- @@ -173,7 +173,7 @@ If you use Maven, include the following code in your `pom.xml` file. com.hivemq hivemq-community-edition-embedded - 2020.5 + 2021.1 ... diff --git a/gradle.properties b/gradle.properties index 8c12e793e..daddf6496 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ version=2021.1 # # main dependencies # -hivemq-extension-sdk.version=4.4.2 +hivemq-extension-sdk.version=4.5.1 # netty netty.version=4.1.54.Final # logging