Skip to content

Commit

Permalink
update version to 2025.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DC2-DanielKrueger committed Feb 7, 2025
1 parent 39b29fa commit 3b8a1df
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion edge-plugins/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2025.1
version=2025.2

# Enable build cache.
org.gradle.caching=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ info:
## OpenAPI
HiveMQ's REST API provides an OpenAPI 3.0 schema definition that can imported into popular API tooling (e.g. Postman) or can be used to generate client-code for multiple programming languages.
title: HiveMQ Edge REST API
version: "2025.2-SNAPSHOT"
version: "2025.2"
x-logo:
url: https://www.hivemq.com/img/svg/hivemq-bee.svg
tags:
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=2025.2-SNAPSHOT
version=2025.2

# 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,4 +1,4 @@
version=2025.2-SNAPSHOT
version=2025.2

# Enable build cache.
org.gradle.caching=true
Expand Down
16 changes: 8 additions & 8 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" : "2025.1",
"version" : "2025.2",
"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" : "opcua",
"version" : "2025.1",
"version" : "2025.2",
"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" : "2025.1",
"version" : "2025.2",
"name" : "HTTP(s) to MQTT Protocol Adapter",
"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.",
"author" : "HiveMQ",
Expand All @@ -95,7 +95,7 @@
},
{
"id" : "s7",
"version" : "2025.1",
"version" : "2025.2",
"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" : "2025.1",
"version" : "2025.2",
"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" : "eip",
"version" : "2025.1",
"version" : "2025.2",
"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",
"version" : "2025.1",
"version" : "2025.2",
"name" : "File Adapter",
"description" : "This adapter polls and publishes the content of files on regular basis.",
"author" : "HiveMQ",
Expand All @@ -171,7 +171,7 @@
},
{
"id" : "bacnetip",
"version" : "2025.1",
"version" : "2025.2",
"name" : "BACnet/IP Protocol Adapter",
"description" : "Connects HiveMQ Edge to existing BACnet/IP devices.",
"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,4 +1,4 @@
version=2025.2-SNAPSHOT
version=2025.2

# Enable build cache.
org.gradle.caching=true
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,4 +1,4 @@
version=2025.2-SNAPSHOT
version=2025.2

# Enable build cache.
org.gradle.caching=true
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=2025.2-SNAPSHOT
version=2025.2

# Enable build cache.
org.gradle.caching=true
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=2025.2-SNAPSHOT
version=2025.2

# Enable build cache.
org.gradle.caching=true
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=2025.2-SNAPSHOT
version=2025.2

# Enable build cache.
org.gradle.caching=true
Expand Down
2 changes: 1 addition & 1 deletion modules/hivemq-edge-module-plc4x/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2025.2-SNAPSHOT
version=2025.2

# Enable build cache.
org.gradle.caching=true
Expand Down

0 comments on commit 3b8a1df

Please sign in to comment.