Skip to content

Commit

Permalink
update version to 2024.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DC2-DanielKrueger committed Jul 29, 2024
1 parent 2cc44d7 commit 502cf1e
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2024.5
version=2024.6

# Enable build cache.
org.gradle.caching=true
2 changes: 1 addition & 1 deletion hivemq-edge/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2024.5
version=2024.6
12 changes: 6 additions & 6 deletions hivemq-edge/src/main/resources/hivemq-edge-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"modules" : [
{
"id" : "modbus",
"version" : "2024.5",
"version" : "2024.6",
"name" : "Modbus to MQTT Protocol Adapter",
"description" : "Connects HiveMQ Edge to existing Modbus devices, bringing data from coils & registers into MQTT.",
"author" : "HiveMQ",
Expand All @@ -57,7 +57,7 @@
},
{
"id" : "opc-ua-client",
"version" : "2024.5",
"version" : "2024.6",
"name" : "OPC-UA to MQTT Protocol Adapter",
"description" : "Connects HiveMQ Edge to existing OPC-UA services as a client and enables a seamless exchange of data between MQTT and OPC-UA.",
"author" : "HiveMQ",
Expand All @@ -76,7 +76,7 @@
},
{
"id" : "http",
"version" : "2024.5 (BETA)",
"version" : "2024.6 (BETA)",
"name" : "HTTP(s) to MQTT Protocol Adapter",
"description" : "Connects HiveMQ Edge to arbitrary web endpoint URLs via HTTP(s), consuming structured JSON or plain data.",
"author" : "HiveMQ",
Expand All @@ -95,7 +95,7 @@
},
{
"id" : "s7",
"version" : "2024.5",
"version" : "2024.6",
"name" : "S7 to MQTT Protocol Adapter",
"description" : "Connects HiveMQ Edge to S7-300, S7-400, S7-1200 & S7-1500 devices, reading data from the PLC into MQTT.",
"author" : "HiveMQ",
Expand All @@ -114,7 +114,7 @@
},
{
"id" : "ads",
"version" : "2024.5",
"version" : "2024.6",
"name" : "ADS to MQTT Protocol Adapter",
"description" : "Connects HiveMQ Edge to devices supporting ADS, reading data from the PLC into MQTT.",
"author" : "HiveMQ",
Expand All @@ -133,7 +133,7 @@
},
{
"id" : "ethernet-ip",
"version" : "2024.5 (ALPHA)",
"version" : "2024.6 (ALPHA)",
"name" : "Ethernet IP to MQTT Protocol Adapter",
"description" : "Connects HiveMQ Edge to Rockwell / Allen-Bradley ControlLogix and CompactLogix devices supporting Ethernet IP, reading data from the PLC into MQTT.",
"author" : "HiveMQ",
Expand Down
2 changes: 1 addition & 1 deletion modules/hivemq-edge-module-file/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2024.5�
version=2024.6
2 changes: 1 addition & 1 deletion modules/hivemq-edge-module-http/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=2024.5
version=2024.6

2 changes: 1 addition & 1 deletion modules/hivemq-edge-module-modbus/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2024.5
version=2024.6
2 changes: 1 addition & 1 deletion modules/hivemq-edge-module-opcua/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2024.5
version=2024.6
2 changes: 1 addition & 1 deletion modules/hivemq-edge-module-plc4x/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2024.5
version=2024.6

0 comments on commit 502cf1e

Please sign in to comment.