Skip to content

Commit

Permalink
Version to 2021.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yweber committed Mar 4, 2021
1 parent 499d645 commit f681c5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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'
}
----

Expand All @@ -173,7 +173,7 @@ If you use Maven, include the following code in your `pom.xml` file.
<dependency>
<groupId>com.hivemq</groupId>
<artifactId>hivemq-community-edition-embedded</artifactId>
<version>2020.5</version>
<version>2021.1</version>
</dependency>
</dependencies>
...
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f681c5d

Please sign in to comment.