Skip to content

Commit a3707f5

Browse files
committed
Release 2025.15
1 parent 9ef33f3 commit a3707f5

File tree

13 files changed

+22
-22
lines changed

13 files changed

+22
-22
lines changed

gradle.properties

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

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

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ errorprone = "2.38.0"
1616
future-converter = "1.2.0"
1717
guava = "33.4.8-jre"
1818
hikari = "6.2.1"
19-
hivemq-edge-adaptersdk = "2025.14"
20-
hivemq-edge-extensionsdk = "2025.14"
19+
hivemq-edge-adaptersdk = "2025.15"
20+
hivemq-edge-extensionsdk = "2025.15"
2121
hivemq-extensionsdk = "4.43.0"
2222
hivemq-mqttClient = "1.3.6"
2323
kotlin = "1.9.25"

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.15-SNAPSHOT
1+
version=2025.15
22

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

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"modules" : [
3939
{
4040
"id" : "modbus",
41-
"version" : "2025.13",
41+
"version" : "2025.15",
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.13",
60+
"version" : "2025.15",
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.13",
79+
"version" : "2025.15",
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.13",
98+
"version" : "2025.15",
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.13",
117+
"version" : "2025.15",
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.13",
136+
"version" : "2025.15",
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.13",
155+
"version" : "2025.15",
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.13",
174+
"version" : "2025.15",
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.13",
193+
"version" : "2025.15",
194194
"name" : "MTConnect Protocol Adapter",
195195
"description" : "Connects HiveMQ Edge to existing MTConnect devices.",
196196
"author" : "HiveMQ",
@@ -209,7 +209,7 @@
209209
},
210210
{
211211
"id" : "databases",
212-
"version" : "2025.13",
212+
"version" : "2025.15",
213213
"name" : "Databases Protocol Adapter",
214214
"description" : "Connects HiveMQ Edge to existing databases (MySQL, PostgresSQL or MS SQL).",
215215
"author" : "HiveMQ",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=2025.15-SNAPSHOT
1+
version=2025.15
22
hivemq-edge-adapter-sdk.version=2025.10

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.15-SNAPSHOT
1+
version=2025.15
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.15-SNAPSHOT
1+
version=2025.15
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.15-SNAPSHOT
1+
version=2025.15
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.15-SNAPSHOT
1+
version=2025.15
22

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

0 commit comments

Comments
 (0)