Skip to content

Commit a6505fe

Browse files
committed
Preparing release 2025.9
1 parent 98723a7 commit a6505fe

File tree

12 files changed

+21
-21
lines changed

12 files changed

+21
-21
lines changed
File renamed without changes.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2025.9-SNAPSHOT
1+
version=2025.9
22

33
# Enable build cache.
44
org.gradle.caching=true

hivemq-edge/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2025.9-SNAPSHOT
1+
version=2025.9
22

33
# Enable build cache.
44
org.gradle.caching=true

hivemq-edge/src/main/resources/hivemq-edge-configuration.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"modules" : [
3939
{
4040
"id" : "modbus",
41-
"version" : "2025.8",
41+
"version" : "2025.9",
4242
"name" : "Modbus to MQTT Protocol Adapter",
4343
"description" : "Connects HiveMQ Edge to existing Modbus devices, bringing data from coils & registers into MQTT.",
4444
"author" : "HiveMQ",
@@ -57,7 +57,7 @@
5757
},
5858
{
5959
"id" : "opcua",
60-
"version" : "2025.8",
60+
"version" : "2025.9",
6161
"name" : "OPC-UA to MQTT Protocol Adapter",
6262
"description" : "Connects HiveMQ Edge to existing OPC-UA services as a client and enables a seamless exchange of data between MQTT and OPC-UA.",
6363
"author" : "HiveMQ",
@@ -76,7 +76,7 @@
7676
},
7777
{
7878
"id" : "http",
79-
"version" : "2025.8",
79+
"version" : "2025.9",
8080
"name" : "HTTP(s) to MQTT Protocol Adapter",
8181
"description" : "Polls data from one or more web endpoint URLs and converts the consumed structured HTTP bodies (XML, JSON, text, CSV) into an MQTT message.",
8282
"author" : "HiveMQ",
@@ -95,7 +95,7 @@
9595
},
9696
{
9797
"id" : "s7",
98-
"version" : "2025.8",
98+
"version" : "2025.9",
9999
"name" : "S7 to MQTT Protocol Adapter",
100100
"description" : "Connects HiveMQ Edge to S7-300, S7-400, S7-1200 & S7-1500 devices, reading data from the PLC into MQTT.",
101101
"author" : "HiveMQ",
@@ -114,7 +114,7 @@
114114
},
115115
{
116116
"id" : "ads",
117-
"version" : "2025.8",
117+
"version" : "2025.9",
118118
"name" : "ADS to MQTT Protocol Adapter",
119119
"description" : "Connects HiveMQ Edge to devices supporting ADS, reading data from the PLC into MQTT.",
120120
"author" : "HiveMQ",
@@ -133,7 +133,7 @@
133133
},
134134
{
135135
"id" : "eip",
136-
"version" : "2025.8",
136+
"version" : "2025.9",
137137
"name" : "Ethernet IP to MQTT Protocol Adapter",
138138
"description" : "Connects HiveMQ Edge to Rockwell / Allen-Bradley ControlLogix and CompactLogix devices supporting Ethernet IP, reading data from the PLC into MQTT.",
139139
"author" : "HiveMQ",
@@ -152,7 +152,7 @@
152152
},
153153
{
154154
"id" : "file",
155-
"version" : "2025.8",
155+
"version" : "2025.9",
156156
"name" : "File Adapter",
157157
"description" : "This adapter polls and publishes the content of files on regular basis.",
158158
"author" : "HiveMQ",
@@ -171,7 +171,7 @@
171171
},
172172
{
173173
"id" : "bacnetip",
174-
"version" : "2025.8",
174+
"version" : "2025.9",
175175
"name" : "BACnet/IP Protocol Adapter",
176176
"description" : "Connects HiveMQ Edge to existing BACnet/IP devices.",
177177
"author" : "HiveMQ",
@@ -190,7 +190,7 @@
190190
},
191191
{
192192
"id" : "mtconnect",
193-
"version" : "2025.8",
193+
"version" : "2025.9",
194194
"name" : "MTConnect Protocol Adapter",
195195
"description" : "Connects HiveMQ Edge to existing MTConnect devices.",
196196
"author" : "HiveMQ",
@@ -209,9 +209,9 @@
209209
},
210210
{
211211
"id" : "databases",
212-
"version" : "2025.8",
212+
"version" : "2025.9",
213213
"name" : "Databases Protocol Adapter",
214-
"description" : "Connects HiveMQ Edge to existing databases (MySQL, PostgresSQL or MS SQL.",
214+
"description" : "Connects HiveMQ Edge to existing databases (MySQL, PostgresSQL or MS SQL).",
215215
"author" : "HiveMQ",
216216
"documentationLink" : {
217217
"url" : "https://docs.hivemq.com/hivemq-edge/protocol-adapters.html",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=2025.8-SNAPSHOT
1+
version=2025.9
22
hivemq-edge-adapter-sdk.version=2025.4

modules/hivemq-edge-module-etherip/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2025.9-SNAPSHOT
1+
version=2025.9
22

33
# Enable build cache.
44
org.gradle.caching=true

modules/hivemq-edge-module-file/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2025.9-SNAPSHOT
1+
version=2025.9
22

33
# Enable build cache.
44
org.gradle.caching=true

modules/hivemq-edge-module-http/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2025.9-SNAPSHOT
1+
version=2025.9
22

33
# Enable build cache.
44
org.gradle.caching=true

modules/hivemq-edge-module-modbus/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2025.9-SNAPSHOT
1+
version=2025.9
22

33
# Enable build cache.
44
org.gradle.caching=true

modules/hivemq-edge-module-mtconnect/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2025.9-SNAPSHOT
1+
version=2025.9
22

33
# Enable build cache.
44
org.gradle.caching=true

0 commit comments

Comments
 (0)