Skip to content

Commit

Permalink
updated version to 2024.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian-Limpoeck committed Sep 10, 2024
1 parent feb2344 commit 716d21f
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 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.6
version=2024.7

# Enable build cache.
org.gradle.caching=true
Expand Down
2 changes: 1 addition & 1 deletion hivemq-edge/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2024.6
version=2024.7
14 changes: 7 additions & 7 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.6",
"version" : "2024.7",
"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.6",
"version" : "2024.7",
"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.6 (BETA)",
"version" : "2024.7 (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.6",
"version" : "2024.7",
"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.6",
"version" : "2024.7",
"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.6 (ALPHA)",
"version" : "2024.7 (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 All @@ -152,7 +152,7 @@
},
{
"id" : "file_input",
"version" : "2024.6 (ALPHA)",
"version" : "2024.7 (ALPHA)",
"name" : "File Input Adapter",
"description" : "This adapter polls and publishes the content of files on regular basis.",
"author" : "HiveMQ",
Expand Down
2 changes: 1 addition & 1 deletion modules/hivemq-edge-module-etherip/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2024.6
version=2024.7
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.6
version=2024.7
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.6
version=2024.7

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.6
version=2024.7
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.6
version=2024.7
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.6
version=2024.7

0 comments on commit 716d21f

Please sign in to comment.