Skip to content

Commit

Permalink
update versioning for 2023.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sfrehse committed Sep 7, 2023
1 parent bb95ff0 commit 3fff89c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The ideal place for questions or discussions about the HiveMQ Edge Edition is ou

=== Quick Start

* Download the latest https://github.com/hivemq/hivemq-edge/releases/download/2023.4/hivemq-edge-2023.4.zip[HiveMQ Edge binary package].
* Download the latest https://github.com/hivemq/hivemq-edge/releases/download/2023.5/hivemq-edge-2023.5.zip[HiveMQ Edge binary package].
* Unzip the package.
* Run the run.sh (Linux/OSX) or run.bat (Windows) in the bin folder of the package.

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2023.4
version=2023.5

# Enable build cache.
org.gradle.caching=true
4 changes: 2 additions & 2 deletions hivemq-edge/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version=2023.4
version=2023.5
#
# main dependencies
#
hivemq-extension-sdk.version=4.16.0
hivemq-edge-extension-sdk.version=2023.4
hivemq-edge-extension-sdk.version=2023.5
# netty
netty.version=4.1.79.Final
# Jersey (JAXRS / Sun)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
public interface HiveMQEdgeConstants {

//TODO this should be build driven for modules but use single constant for now
String VERSION = "2023.4";
String VERSION = "2023.5";

String MUTABLE_CONFIGURAION_ENABLED = "mutable.configuration.enabled";
String CONFIGURATION_EXPORT_ENABLED = "configuration.export.enabled";
Expand Down
2 changes: 1 addition & 1 deletion modules/hivemq-edge-module-http/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2023.4
version=2023.5
#
# main dependencies
#
Expand Down
2 changes: 1 addition & 1 deletion modules/hivemq-edge-module-modbus/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2023.4
version=2023.5
#
# main dependencies
#
Expand Down
2 changes: 1 addition & 1 deletion modules/hivemq-edge-module-opcua/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2023.4
version=2023.5
#
# main dependencies
#
Expand Down

0 comments on commit 3fff89c

Please sign in to comment.