chore: bump version to 2026.5.18 across all modules

This commit is contained in:
pnoker
2026-05-18 00:24:22 +08:00
parent ba187405b4
commit 7f5da1a0f8
93 changed files with 136 additions and 136 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ By default this reads the current version from `pom.xml`, compares `HEAD` with t
tag, and updates `dc3/doc/CHANGE.md`. You can override the range or version when needed:
```bash
make changelog FROM=dc3.release.20251005.00 TO=HEAD VERSION=2026.5.17
make changelog FROM=dc3.release.20251005.00 TO=HEAD VERSION=2026.5.18
```
Generated changelog-only release commits are skipped by default so rerunning the command after committing
+2 -2
View File
@@ -10,7 +10,7 @@ token validation, and user login operations.
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-api-auth
- **Version**: 2026.5.17
- **Version**: 2026.5.18
- **Package**: `io.github.pnoker.api.center.auth`
## Proto Definitions
@@ -86,7 +86,7 @@ This module depends on common proto definitions:
<dependency>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-api-auth</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</dependency>
```
+2 -2
View File
@@ -22,12 +22,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-api</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-api-auth</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<description>The Auth Service gRPC API of the IoT DC3 platform.</description>
+2 -2
View File
@@ -10,7 +10,7 @@ and historical data retrieval.
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-api-data
- **Version**: 2026.5.17
- **Version**: 2026.5.18
- **Package**: `io.github.pnoker.api.center.data`
## Proto Definitions
@@ -72,7 +72,7 @@ This module depends on common proto definitions:
<dependency>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-api-data</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</dependency>
```
+2 -2
View File
@@ -22,12 +22,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-api</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-api-data</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<description>The Data Service gRPC API of the IoT DC3 platform.</description>
+2 -2
View File
@@ -10,7 +10,7 @@ manager service, enabling device registration, metadata synchronization, and poi
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-api-driver
- **Version**: 2026.5.17
- **Version**: 2026.5.18
- **Package**: `io.github.pnoker.api.common.driver`
## Proto Definitions
@@ -110,7 +110,7 @@ This module depends on common proto definitions:
<dependency>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-api-driver</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</dependency>
```
+2 -2
View File
@@ -22,12 +22,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-api</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-api-driver</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<description>The Driver Service gRPC API of the IoT DC3 platform.</description>
+2 -2
View File
@@ -10,7 +10,7 @@ driver, device, and point metadata from the Manager Center.
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-api-manager
- **Version**: 2026.5.17
- **Version**: 2026.5.18
- **Package**: `io.github.pnoker.api.center.manager`
## Proto Definitions
@@ -78,7 +78,7 @@ This module depends on common proto definitions:
<dependency>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-api-manager</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</dependency>
```
+2 -2
View File
@@ -22,12 +22,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-api</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-api-manager</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<description>The Manager Service gRPC API of the IoT DC3 platform.</description>
+3 -3
View File
@@ -25,13 +25,13 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-parent</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<relativePath/>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-api</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>pom</packaging>
<inceptionYear>2016</inceptionYear>
@@ -69,7 +69,7 @@
<properties>
<!-- DC3 Version -->
<dc3.version>2026.5.17</dc3.version>
<dc3.version>2026.5.18</dc3.version>
</properties>
<modules>
+1 -1
View File
@@ -23,7 +23,7 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-center</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
+1 -1
View File
@@ -10,7 +10,7 @@ user login, token validation, and permission control.
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-center-auth
- **Version**: 2026.5.17
- **Version**: 2026.5.18
- **Package**: `io.github.pnoker.center.auth`
## Service Ports
+1 -1
View File
@@ -22,7 +22,7 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-center</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<artifactId>dc3-center-auth</artifactId>
+1 -1
View File
@@ -10,7 +10,7 @@ drivers, storing them in the time-series repository, and exposing data query API
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-center-data
- **Version**: 2026.5.17
- **Version**: 2026.5.18
- **Package**: `io.github.pnoker.center.data`
## Service Ports
+1 -1
View File
@@ -22,7 +22,7 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-center</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<artifactId>dc3-center-data</artifactId>
+1 -1
View File
@@ -10,7 +10,7 @@ profile management, point configuration, permission management, and command inte
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-center-manager
- **Version**: 2026.5.17
- **Version**: 2026.5.18
- **Package**: `io.github.pnoker.center.manager`
## Service Ports
+1 -1
View File
@@ -22,7 +22,7 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-center</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<artifactId>dc3-center-manager</artifactId>
+1 -1
View File
@@ -10,7 +10,7 @@ simplified single-node or lightweight deployment scenarios.
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-center-single
- **Version**: 2026.5.17
- **Version**: 2026.5.18
- **Package**: `io.github.pnoker.center.single`
## Service Ports
+1 -1
View File
@@ -22,7 +22,7 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-center</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<artifactId>dc3-center-single</artifactId>
+2 -2
View File
@@ -22,12 +22,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>iot-dc3</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-center</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>pom</packaging>
<inceptionYear>2016</inceptionYear>
+1 -1
View File
@@ -23,7 +23,7 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
+1 -1
View File
@@ -10,7 +10,7 @@ from domain model entities.
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-common-api
- **Version**: 2026.5.17
- **Version**: 2026.5.18
## Key Components
+2 -2
View File
@@ -22,12 +22,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common-api</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<description>The Common gRPC API of the IoT DC3 platform.</description>
+1 -1
View File
@@ -10,7 +10,7 @@ that implement the authentication center's functionality. It is wired directly i
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-common-auth
- **Version**: 2026.5.17
- **Version**: 2026.5.18
## Key Components
+2 -2
View File
@@ -22,12 +22,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common-auth</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<inceptionYear>2016</inceptionYear>
+1 -1
View File
@@ -10,7 +10,7 @@ and enumeration types used across services, drivers, and common modules.
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-common-constant
- **Version**: 2026.5.17
- **Version**: 2026.5.18
## Key Components
+2 -2
View File
@@ -25,12 +25,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common-constant</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<inceptionYear>2016</inceptionYear>
+1 -1
View File
@@ -10,7 +10,7 @@ across multiple service modules.
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-common-dal
- **Version**: 2026.5.17
- **Version**: 2026.5.18
## Key Components
+2 -2
View File
@@ -25,12 +25,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common-dal</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<inceptionYear>2016</inceptionYear>
+1 -1
View File
@@ -10,7 +10,7 @@ driver/device status tracking, and data query. It is wired into `dc3-center-data
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-common-data
- **Version**: 2026.5.17
- **Version**: 2026.5.18
## Key Components
+2 -2
View File
@@ -22,12 +22,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common-data</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<inceptionYear>2016</inceptionYear>
+1 -1
View File
@@ -10,7 +10,7 @@ Manager Center, metadata sync, RabbitMQ command handling, and scheduled data col
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-common-driver
- **Version**: 2026.5.17
- **Version**: 2026.5.18
## Key Components
+2 -2
View File
@@ -22,12 +22,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common-driver</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<inceptionYear>2016</inceptionYear>
+1 -1
View File
@@ -10,7 +10,7 @@ errors consistently.
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-common-exception
- **Version**: 2026.5.17
- **Version**: 2026.5.18
## Key Components
+2 -2
View File
@@ -25,12 +25,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common-exception</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<inceptionYear>2016</inceptionYear>
@@ -22,12 +22,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common-facade</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common-facade-api</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<inceptionYear>2016</inceptionYear>
@@ -22,12 +22,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common-facade</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common-facade-grpc</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<inceptionYear>2016</inceptionYear>
@@ -22,12 +22,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common-facade</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common-facade-local-auth</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<inceptionYear>2016</inceptionYear>
@@ -22,12 +22,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common-facade</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common-facade-local-data</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<inceptionYear>2016</inceptionYear>
@@ -22,12 +22,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common-facade</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common-facade-local-manager</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<inceptionYear>2016</inceptionYear>
@@ -22,12 +22,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common-facade</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common-facade-local</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>pom</packaging>
<inceptionYear>2016</inceptionYear>
+2 -2
View File
@@ -22,12 +22,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common-facade</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>pom</packaging>
<inceptionYear>2016</inceptionYear>
+1 -1
View File
@@ -10,7 +10,7 @@ Auth Center before forwarding requests in the `dc3-gateway`.
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-common-gateway
- **Version**: 2026.5.17
- **Version**: 2026.5.18
## Key Components
+2 -2
View File
@@ -25,12 +25,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common-gateway</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<inceptionYear>2016</inceptionYear>
+1 -1
View File
@@ -10,7 +10,7 @@ services.
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-common-log
- **Version**: 2026.5.17
- **Version**: 2026.5.18
## Key Components
+2 -2
View File
@@ -25,12 +25,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common-log</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<inceptionYear>2016</inceptionYear>
+1 -1
View File
@@ -10,7 +10,7 @@ mappers, and event handling logic for the Manager Center. It is wired into `dc3-
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-common-manager
- **Version**: 2026.5.17
- **Version**: 2026.5.18
## Key Components
+2 -2
View File
@@ -22,12 +22,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common-manager</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<inceptionYear>2016</inceptionYear>
+1 -1
View File
@@ -10,7 +10,7 @@ objects used across all services and drivers.
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-common-model
- **Version**: 2026.5.17
- **Version**: 2026.5.18
## Key Components
+2 -2
View File
@@ -25,12 +25,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common-model</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<inceptionYear>2016</inceptionYear>
+1 -1
View File
@@ -10,7 +10,7 @@ subscription used by the MQTT driver and any service requiring MQTT connectivity
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-common-mqtt
- **Version**: 2026.5.17
- **Version**: 2026.5.18
## Key Components
+2 -2
View File
@@ -25,12 +25,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common-mqtt</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<inceptionYear>2016</inceptionYear>
+1 -1
View File
@@ -10,7 +10,7 @@ utility support for all services that use PostgreSQL as their primary storage.
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-common-postgres
- **Version**: 2026.5.17
- **Version**: 2026.5.18
## Key Components
+2 -2
View File
@@ -25,12 +25,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common-postgres</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<inceptionYear>2016</inceptionYear>
+1 -1
View File
@@ -10,7 +10,7 @@ management, HTTP client configuration, and shared utility functions used across
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-common-public
- **Version**: 2026.5.17
- **Version**: 2026.5.18
## Key Components
+2 -2
View File
@@ -25,12 +25,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common-public</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<inceptionYear>2016</inceptionYear>
@@ -4,4 +4,4 @@
| ( <_> ) | | ` \ \____/ \
|___|\____/|____| /_______ /\______ /______ /
\/ \/ \/
${AnsiColor.BRIGHT_CYAN}IoT DC3 Platform V2026.5.17
${AnsiColor.BRIGHT_CYAN}IoT DC3 Platform V2026.5.18
+1 -1
View File
@@ -10,7 +10,7 @@ MQTT, and Driver modules for periodic tasks.
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-common-quartz
- **Version**: 2026.5.17
- **Version**: 2026.5.18
## Key Components
+2 -2
View File
@@ -25,12 +25,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common-quartz</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<inceptionYear>2016</inceptionYear>
+1 -1
View File
@@ -10,7 +10,7 @@ asynchronous communication between services and drivers.
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-common-rabbitmq
- **Version**: 2026.5.17
- **Version**: 2026.5.18
## Key Components
+2 -2
View File
@@ -25,12 +25,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common-rabbitmq</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<inceptionYear>2016</inceptionYear>
+1 -1
View File
@@ -11,7 +11,7 @@ storage implementation.
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-common-repository
- **Version**: 2026.5.17
- **Version**: 2026.5.18
## Key Components
+2 -2
View File
@@ -25,12 +25,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common-repository</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<inceptionYear>2016</inceptionYear>
@@ -22,12 +22,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common-resource-registrar</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<inceptionYear>2016</inceptionYear>
+2 -2
View File
@@ -25,12 +25,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common-test</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<inceptionYear>2016</inceptionYear>
+1 -1
View File
@@ -10,7 +10,7 @@ across all services.
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-common-thread
- **Version**: 2026.5.17
- **Version**: 2026.5.18
## Key Components
+2 -2
View File
@@ -25,12 +25,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common-thread</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<inceptionYear>2016</inceptionYear>
+1 -1
View File
@@ -10,7 +10,7 @@ filters, and reactive response utilities for all REST-based center services.
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-common-web
- **Version**: 2026.5.17
- **Version**: 2026.5.18
## Key Components
+2 -2
View File
@@ -25,12 +25,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-common</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common-web</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<inceptionYear>2016</inceptionYear>
+3 -3
View File
@@ -25,13 +25,13 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-parent</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<relativePath/>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-common</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>pom</packaging>
<inceptionYear>2016</inceptionYear>
@@ -71,7 +71,7 @@
<maven.deploy.skip>true</maven.deploy.skip>
<!-- DC3 Version -->
<dc3.version>2026.5.17</dc3.version>
<dc3.version>2026.5.18</dc3.version>
</properties>
<modules>
+1 -1
View File
@@ -22,7 +22,7 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>iot-dc3</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<artifactId>dc3-coverage</artifactId>
+1 -1
View File
@@ -22,7 +22,7 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-driver</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<artifactId>dc3-driver-coap</artifactId>
@@ -10,7 +10,7 @@ devices that push data. It demonstrates listening-type driver patterns supportin
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-driver-listening-virtual
- **Version**: 2026.5.17
- **Version**: 2026.5.18
- **Driver Name**: Listening Virtual TCP/UDP Driver
## Service Ports
@@ -22,7 +22,7 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-driver</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<artifactId>dc3-driver-listening-virtual</artifactId>
+1 -1
View File
@@ -10,7 +10,7 @@ write commands for register control.
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-driver-modbus-tcp
- **Version**: 2026.5.17
- **Version**: 2026.5.18
- **Driver Name**: Modbus TCP Driver
## Driver Attributes (Device-level)
+1 -1
View File
@@ -22,7 +22,7 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-driver</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<artifactId>dc3-driver-modbus-tcp</artifactId>
+1 -1
View File
@@ -10,7 +10,7 @@ commands to devices via MQTT publish.
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-driver-mqtt
- **Version**: 2026.5.17
- **Version**: 2026.5.18
- **Driver Name**: MQTT Driver
## Point Attributes
+1 -1
View File
@@ -22,7 +22,7 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-driver</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<artifactId>dc3-driver-mqtt</artifactId>
+1 -1
View File
@@ -10,7 +10,7 @@ OPC-compliant industrial devices and SCADA systems.
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-driver-opc-da
- **Version**: 2026.5.17
- **Version**: 2026.5.18
- **Driver Name**: OPC DA Driver
## Driver Attributes (Device-level)
+1 -1
View File
@@ -22,7 +22,7 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-driver</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<artifactId>dc3-driver-opc-da</artifactId>
+1 -1
View File
@@ -10,7 +10,7 @@ automation systems using the OPC UA binary protocol.
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-driver-opc-ua
- **Version**: 2026.5.17
- **Version**: 2026.5.18
- **Driver Name**: OPC UA Driver
## Driver Attributes (Device-level)
+1 -1
View File
@@ -22,7 +22,7 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-driver</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<artifactId>dc3-driver-opc-ua</artifactId>
+1 -1
View File
@@ -10,7 +10,7 @@ and write data block registers.
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-driver-plcs7
- **Version**: 2026.5.17
- **Version**: 2026.5.18
- **Driver Name**: PLC S7 Driver
## Driver Attributes (Device-level)
+1 -1
View File
@@ -22,7 +22,7 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-driver</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<artifactId>dc3-driver-plcs7</artifactId>
+1 -1
View File
@@ -10,7 +10,7 @@ values on a configurable schedule without connecting to real hardware.
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-driver-virtual
- **Version**: 2026.5.17
- **Version**: 2026.5.18
- **Driver Name**: Virtual Driver
## Driver Attributes
+1 -1
View File
@@ -22,7 +22,7 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-driver</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<artifactId>dc3-driver-virtual</artifactId>
+1 -1
View File
@@ -22,7 +22,7 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>iot-dc3</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<artifactId>dc3-driver</artifactId>
+1 -1
View File
@@ -22,7 +22,7 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>iot-dc3</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<artifactId>dc3-e2e</artifactId>
+1 -1
View File
@@ -10,7 +10,7 @@ rate limiting, authentication verification, service routing, and reverse proxyin
- **Group ID**: io.github.pnoker
- **Artifact ID**: dc3-gateway
- **Version**: 2026.5.17
- **Version**: 2026.5.18
- **Package**: `io.github.pnoker.gateway`
## Service Ports
+2 -2
View File
@@ -25,12 +25,12 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>iot-dc3</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
<artifactId>dc3-gateway</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
<packaging>jar</packaging>
<inceptionYear>2016</inceptionYear>
+1 -1
View File
@@ -272,7 +272,7 @@ _Generated on 2026-05-09._
- stop tracking .env file from version control (`fbda40ca6`)
- add .claude/TODO.md to .gitignore (`97bddb3d4`)
- **env**: update .env and .env.example for clarity and usage instructions (`ab26dce87`)
- bump version to 2026.5.17 (`605bcc836`)
- bump version to 2026.5.18 (`605bcc836`)
- relicense source headers under AGPL 3.0 (`783343ff1`)
- **data-dashboard**: apply IDE auto-format (`51468e532`)
- add blank line between constants and ctor in TimeRangeUtil (`7d0588a7f`)
+1 -1
View File
@@ -66,7 +66,7 @@ Your module's own `pom.xml` only needs:
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-driver</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<artifactId>dc3-driver-bacnet</artifactId>
<packaging>jar</packaging>
+2 -2
View File
@@ -22,7 +22,7 @@
<parent>
<groupId>io.github.pnoker</groupId>
<artifactId>dc3-parent</artifactId>
<version>2026.5.17</version>
<version>2026.5.18</version>
</parent>
<name>${project.artifactId}</name>
@@ -71,7 +71,7 @@
<maven.deploy.skip>true</maven.deploy.skip>
<!-- DC3 Version -->
<dc3.version>2026.5.17</dc3.version>
<dc3.version>2026.5.18</dc3.version>
<!-- Test execution toggles (consumed by surefire/failsafe) -->
<skip.unit.tests>false</skip.unit.tests>