mirror of
https://gitee.com/pnoker/iot-dc3.git
synced 2026-08-30 17:19:58 +08:00
build: bump all module versions to 2025.6.6 and update compose image tags
This commit is contained in:
@@ -22,12 +22,12 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-api</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-api-auth</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<description>IoT DC3 平台 Auth Service gRpc API。</description>
|
||||
|
||||
@@ -22,12 +22,12 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-api</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-api-data</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<description>IoT DC3 平台 Data Service gRpc API。</description>
|
||||
|
||||
@@ -22,12 +22,12 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-api</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-api-driver</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<description>IoT DC3 平台 Driver Service gRpc API。</description>
|
||||
|
||||
@@ -22,12 +22,12 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-api</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-api-manager</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<description>IoT DC3 平台 Manager Service gRpc API。</description>
|
||||
|
||||
+3
-3
@@ -25,13 +25,13 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-parent</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-api</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<inceptionYear>2016-2022</inceptionYear>
|
||||
@@ -69,7 +69,7 @@
|
||||
|
||||
<properties>
|
||||
<!-- DC3 Common Api -->
|
||||
<dc3.common.api.version>2025.6.5</dc3.common.api.version>
|
||||
<dc3.common.api.version>2025.6.6</dc3.common.api.version>
|
||||
</properties>
|
||||
|
||||
<modules>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-center</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>dc3-center-auth</artifactId>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-center</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>dc3-center-data</artifactId>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-center</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>dc3-center-manager</artifactId>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-center</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>dc3-center-single</artifactId>
|
||||
|
||||
+2
-2
@@ -22,12 +22,12 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>iot-dc3</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-center</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<inceptionYear>2016-2022</inceptionYear>
|
||||
|
||||
@@ -22,12 +22,12 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-common</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-common-api</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<description>IoT DC3 平台 Api 通用 gRpc Proto。</description>
|
||||
|
||||
@@ -22,12 +22,12 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-common</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-common-auth</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<inceptionYear>2016-2022</inceptionYear>
|
||||
|
||||
@@ -25,12 +25,12 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-common</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-common-constant</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<inceptionYear>2016-2022</inceptionYear>
|
||||
|
||||
@@ -25,12 +25,12 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-common</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-common-dal</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<inceptionYear>2016-2022</inceptionYear>
|
||||
|
||||
@@ -22,12 +22,12 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-common</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-common-data</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<inceptionYear>2016-2022</inceptionYear>
|
||||
|
||||
@@ -22,12 +22,12 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-common</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-common-driver</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<inceptionYear>2016-2022</inceptionYear>
|
||||
|
||||
@@ -25,12 +25,12 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-common</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-common-exception</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<inceptionYear>2016-2022</inceptionYear>
|
||||
|
||||
@@ -25,12 +25,12 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-common</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-common-gateway</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<inceptionYear>2016-2022</inceptionYear>
|
||||
|
||||
@@ -25,12 +25,12 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-common</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-common-log</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<inceptionYear>2016-2022</inceptionYear>
|
||||
|
||||
@@ -22,12 +22,12 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-common</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-common-manager</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<inceptionYear>2016-2022</inceptionYear>
|
||||
|
||||
@@ -25,12 +25,12 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-common</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-common-model</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<inceptionYear>2016-2022</inceptionYear>
|
||||
|
||||
@@ -25,12 +25,12 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-common</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-common-mqtt</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<inceptionYear>2016-2022</inceptionYear>
|
||||
|
||||
@@ -25,12 +25,12 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-common</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-common-postgres</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<inceptionYear>2016-2022</inceptionYear>
|
||||
|
||||
@@ -25,12 +25,12 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-common</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-common-public</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<inceptionYear>2016-2022</inceptionYear>
|
||||
|
||||
@@ -25,12 +25,12 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-common</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-common-quartz</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<inceptionYear>2016-2022</inceptionYear>
|
||||
|
||||
@@ -25,12 +25,12 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-common</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-common-rabbitmq</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<inceptionYear>2016-2022</inceptionYear>
|
||||
|
||||
@@ -25,12 +25,12 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-common</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-common-redis</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<inceptionYear>2016-2022</inceptionYear>
|
||||
|
||||
@@ -25,12 +25,12 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-common</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-common-repository</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<inceptionYear>2016-2022</inceptionYear>
|
||||
|
||||
@@ -25,12 +25,12 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-common</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-common-thread</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<inceptionYear>2016-2022</inceptionYear>
|
||||
|
||||
@@ -25,12 +25,12 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-common</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-common-transfer</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<inceptionYear>2016-2022</inceptionYear>
|
||||
|
||||
@@ -25,12 +25,12 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-common</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-common-web</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<inceptionYear>2016-2022</inceptionYear>
|
||||
|
||||
+27
-27
@@ -25,13 +25,13 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-parent</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-common</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<inceptionYear>2016-2022</inceptionYear>
|
||||
@@ -71,33 +71,33 @@
|
||||
<maven.deploy.skip>true</maven.deploy.skip>
|
||||
|
||||
<!-- DC3 Api 相关 -->
|
||||
<dc3.api.auth.version>2025.6.5</dc3.api.auth.version>
|
||||
<dc3.api.data.version>2025.6.5</dc3.api.data.version>
|
||||
<dc3.api.driver.version>2025.6.5</dc3.api.driver.version>
|
||||
<dc3.api.manager.version>2025.6.5</dc3.api.manager.version>
|
||||
<dc3.api.auth.version>2025.6.6</dc3.api.auth.version>
|
||||
<dc3.api.data.version>2025.6.6</dc3.api.data.version>
|
||||
<dc3.api.driver.version>2025.6.6</dc3.api.driver.version>
|
||||
<dc3.api.manager.version>2025.6.6</dc3.api.manager.version>
|
||||
|
||||
<!-- DC3 Common 相关 -->
|
||||
<dc3.common.api.version>2025.6.5</dc3.common.api.version>
|
||||
<dc3.common.auth.version>2025.6.5</dc3.common.auth.version>
|
||||
<dc3.common.constant.version>2025.6.5</dc3.common.constant.version>
|
||||
<dc3.common.dal.version>2025.6.5</dc3.common.dal.version>
|
||||
<dc3.common.data.version>2025.6.5</dc3.common.data.version>
|
||||
<dc3.common.driver.version>2025.6.5</dc3.common.driver.version>
|
||||
<dc3.common.exception.version>2025.6.5</dc3.common.exception.version>
|
||||
<dc3.common.gateway.version>2025.6.5</dc3.common.gateway.version>
|
||||
<dc3.common.log.version>2025.6.5</dc3.common.log.version>
|
||||
<dc3.common.manager.version>2025.6.5</dc3.common.manager.version>
|
||||
<dc3.common.model.version>2025.6.5</dc3.common.model.version>
|
||||
<dc3.common.mqtt.version>2025.6.5</dc3.common.mqtt.version>
|
||||
<dc3.common.postgres.version>2025.6.5</dc3.common.postgres.version>
|
||||
<dc3.common.public.version>2025.6.5</dc3.common.public.version>
|
||||
<dc3.common.quartz.version>2025.6.5</dc3.common.quartz.version>
|
||||
<dc3.common.rabbitmq.version>2025.6.5</dc3.common.rabbitmq.version>
|
||||
<dc3.common.redis.version>2025.6.5</dc3.common.redis.version>
|
||||
<dc3.common.repository.version>2025.6.5</dc3.common.repository.version>
|
||||
<dc3.common.thread.version>2025.6.5</dc3.common.thread.version>
|
||||
<dc3.common.transfer.version>2025.6.5</dc3.common.transfer.version>
|
||||
<dc3.common.web.version>2025.6.5</dc3.common.web.version>
|
||||
<dc3.common.api.version>2025.6.6</dc3.common.api.version>
|
||||
<dc3.common.auth.version>2025.6.6</dc3.common.auth.version>
|
||||
<dc3.common.constant.version>2025.6.6</dc3.common.constant.version>
|
||||
<dc3.common.dal.version>2025.6.6</dc3.common.dal.version>
|
||||
<dc3.common.data.version>2025.6.6</dc3.common.data.version>
|
||||
<dc3.common.driver.version>2025.6.6</dc3.common.driver.version>
|
||||
<dc3.common.exception.version>2025.6.6</dc3.common.exception.version>
|
||||
<dc3.common.gateway.version>2025.6.6</dc3.common.gateway.version>
|
||||
<dc3.common.log.version>2025.6.6</dc3.common.log.version>
|
||||
<dc3.common.manager.version>2025.6.6</dc3.common.manager.version>
|
||||
<dc3.common.model.version>2025.6.6</dc3.common.model.version>
|
||||
<dc3.common.mqtt.version>2025.6.6</dc3.common.mqtt.version>
|
||||
<dc3.common.postgres.version>2025.6.6</dc3.common.postgres.version>
|
||||
<dc3.common.public.version>2025.6.6</dc3.common.public.version>
|
||||
<dc3.common.quartz.version>2025.6.6</dc3.common.quartz.version>
|
||||
<dc3.common.rabbitmq.version>2025.6.6</dc3.common.rabbitmq.version>
|
||||
<dc3.common.redis.version>2025.6.6</dc3.common.redis.version>
|
||||
<dc3.common.repository.version>2025.6.6</dc3.common.repository.version>
|
||||
<dc3.common.thread.version>2025.6.6</dc3.common.thread.version>
|
||||
<dc3.common.transfer.version>2025.6.6</dc3.common.transfer.version>
|
||||
<dc3.common.web.version>2025.6.6</dc3.common.web.version>
|
||||
</properties>
|
||||
|
||||
<modules>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-driver</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>dc3-driver-listening-virtual</artifactId>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-driver</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>dc3-driver-modbus-tcp</artifactId>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-driver</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>dc3-driver-mqtt</artifactId>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-driver</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>dc3-driver-opc-da</artifactId>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-driver</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>dc3-driver-opc-ua</artifactId>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-driver</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>dc3-driver-plcs7</artifactId>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-driver</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>dc3-driver-virtual</artifactId>
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>iot-dc3</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>dc3-driver</artifactId>
|
||||
|
||||
+2
-2
@@ -25,12 +25,12 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>iot-dc3</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>dc3-gateway</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<inceptionYear>2016-2022</inceptionYear>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
services:
|
||||
gateway:
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-gateway:2025.6.5
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-gateway:2025.6.6
|
||||
restart: always
|
||||
ports:
|
||||
- "8000:8000"
|
||||
@@ -39,7 +39,7 @@ services:
|
||||
- dc3-gateway
|
||||
|
||||
auth:
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-center-auth:2025.6.5
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-center-auth:2025.6.6
|
||||
restart: always
|
||||
ports:
|
||||
- "8300:8300"
|
||||
@@ -62,7 +62,7 @@ services:
|
||||
- dc3-center-auth
|
||||
|
||||
manager:
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-center-manager:2025.6.5
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-center-manager:2025.6.6
|
||||
restart: always
|
||||
ports:
|
||||
- "8400:8400"
|
||||
@@ -85,7 +85,7 @@ services:
|
||||
- dc3-center-manager
|
||||
|
||||
data:
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-center-data:2025.6.5
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-center-data:2025.6.6
|
||||
restart: always
|
||||
ports:
|
||||
- "8500:8500"
|
||||
@@ -108,7 +108,7 @@ services:
|
||||
- dc3-center-data
|
||||
|
||||
listening-virtual:
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-driver-listening-virtual:2025.6.5
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-driver-listening-virtual:2025.6.6
|
||||
restart: always
|
||||
ports:
|
||||
- "6270:6270"
|
||||
@@ -131,7 +131,7 @@ services:
|
||||
- dc3-driver-listening-virtual
|
||||
|
||||
modbus-tcp:
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-driver-modbus-tcp:2025.6.5
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-driver-modbus-tcp:2025.6.6
|
||||
restart: always
|
||||
environment:
|
||||
- NODE_ENV=test
|
||||
@@ -151,7 +151,7 @@ services:
|
||||
- dc3-driver-modbus-tcp
|
||||
|
||||
mqtt:
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-driver-mqtt:2025.6.5
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-driver-mqtt:2025.6.6
|
||||
restart: always
|
||||
environment:
|
||||
- NODE_ENV=test
|
||||
@@ -171,7 +171,7 @@ services:
|
||||
- dc3-driver-mqtt
|
||||
|
||||
opc-da:
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-driver-opc-da:2025.6.5
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-driver-opc-da:2025.6.6
|
||||
restart: always
|
||||
environment:
|
||||
- NODE_ENV=test
|
||||
@@ -191,7 +191,7 @@ services:
|
||||
- dc3-driver-opc-da
|
||||
|
||||
opc-ua:
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-driver-opc-ua:2025.6.5
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-driver-opc-ua:2025.6.6
|
||||
restart: always
|
||||
environment:
|
||||
- NODE_ENV=test
|
||||
@@ -211,7 +211,7 @@ services:
|
||||
- dc3-driver-opc-ua
|
||||
|
||||
plcs7:
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-driver-plcs7:2025.6.5
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-driver-plcs7:2025.6.6
|
||||
restart: always
|
||||
environment:
|
||||
- NODE_ENV=test
|
||||
@@ -231,7 +231,7 @@ services:
|
||||
- dc3-driver-plcs7
|
||||
|
||||
virtual:
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-driver-virtual:2025.6.5
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-driver-virtual:2025.6.6
|
||||
restart: always
|
||||
environment:
|
||||
- NODE_ENV=test
|
||||
|
||||
@@ -20,7 +20,7 @@ services:
|
||||
build:
|
||||
context: ../dc3-gateway/
|
||||
dockerfile: ./Dockerfile
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-gateway:2025.6.5
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-gateway:2025.6.6
|
||||
restart: always
|
||||
ports:
|
||||
- "8000:8000"
|
||||
@@ -45,7 +45,7 @@ services:
|
||||
build:
|
||||
context: ../dc3-center/dc3-center-auth/
|
||||
dockerfile: ./Dockerfile
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-center-auth:2025.6.5
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-center-auth:2025.6.6
|
||||
restart: always
|
||||
ports:
|
||||
- "8300:8300"
|
||||
@@ -71,7 +71,7 @@ services:
|
||||
build:
|
||||
context: ../dc3-center/dc3-center-manager/
|
||||
dockerfile: ./Dockerfile
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-center-manager:2025.6.5
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-center-manager:2025.6.6
|
||||
restart: always
|
||||
ports:
|
||||
- "8400:8400"
|
||||
@@ -97,7 +97,7 @@ services:
|
||||
build:
|
||||
context: ../dc3-center/dc3-center-data/
|
||||
dockerfile: ./Dockerfile
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-center-data:2025.6.5
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-center-data:2025.6.6
|
||||
restart: always
|
||||
ports:
|
||||
- "8500:8500"
|
||||
@@ -123,7 +123,7 @@ services:
|
||||
build:
|
||||
context: ../dc3-driver/dc3-driver-listening-virtual/
|
||||
dockerfile: ./Dockerfile
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-driver-listening-virtual:2025.6.5
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-driver-listening-virtual:2025.6.6
|
||||
restart: always
|
||||
ports:
|
||||
- "6270:6270"
|
||||
@@ -149,7 +149,7 @@ services:
|
||||
build:
|
||||
context: ../dc3-driver/dc3-driver-modbus-tcp/
|
||||
dockerfile: ./Dockerfile
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-driver-modbus-tcp:2025.6.5
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-driver-modbus-tcp:2025.6.6
|
||||
restart: always
|
||||
environment:
|
||||
- NODE_ENV=test
|
||||
@@ -172,7 +172,7 @@ services:
|
||||
build:
|
||||
context: ../dc3-driver/dc3-driver-mqtt/
|
||||
dockerfile: ./Dockerfile
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-driver-mqtt:2025.6.5
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-driver-mqtt:2025.6.6
|
||||
restart: always
|
||||
environment:
|
||||
- NODE_ENV=test
|
||||
@@ -195,7 +195,7 @@ services:
|
||||
build:
|
||||
context: ../dc3-driver/dc3-driver-opc-da/
|
||||
dockerfile: ./Dockerfile
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-driver-opc-da:2025.6.5
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-driver-opc-da:2025.6.6
|
||||
restart: always
|
||||
environment:
|
||||
- NODE_ENV=test
|
||||
@@ -218,7 +218,7 @@ services:
|
||||
build:
|
||||
context: ../dc3-driver/dc3-driver-opc-ua/
|
||||
dockerfile: ./Dockerfile
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-driver-opc-ua:2025.6.5
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-driver-opc-ua:2025.6.6
|
||||
restart: always
|
||||
environment:
|
||||
- NODE_ENV=test
|
||||
@@ -241,7 +241,7 @@ services:
|
||||
build:
|
||||
context: ../dc3-driver/dc3-driver-plcs7/
|
||||
dockerfile: ./Dockerfile
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-driver-plcs7:2025.6.5
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-driver-plcs7:2025.6.6
|
||||
restart: always
|
||||
environment:
|
||||
- NODE_ENV=test
|
||||
@@ -264,7 +264,7 @@ services:
|
||||
build:
|
||||
context: ../dc3-driver/dc3-driver-virtual/
|
||||
dockerfile: ./Dockerfile
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-driver-virtual:2025.6.5
|
||||
image: registry.cn-beijing.aliyuncs.com/dc3/dc3-driver-virtual:2025.6.6
|
||||
restart: always
|
||||
environment:
|
||||
- NODE_ENV=test
|
||||
|
||||
+11
-11
@@ -20,7 +20,7 @@ services:
|
||||
build:
|
||||
context: ../dc3-gateway/
|
||||
dockerfile: ./Dockerfile
|
||||
image: pnoker/dc3-gateway:2025.6.5
|
||||
image: pnoker/dc3-gateway:2025.6.6
|
||||
restart: always
|
||||
ports:
|
||||
- "8000:8000"
|
||||
@@ -45,7 +45,7 @@ services:
|
||||
build:
|
||||
context: ../dc3-center/dc3-center-auth/
|
||||
dockerfile: ./Dockerfile
|
||||
image: pnoker/dc3-center-auth:2025.6.5
|
||||
image: pnoker/dc3-center-auth:2025.6.6
|
||||
restart: always
|
||||
ports:
|
||||
- "8300:8300"
|
||||
@@ -71,7 +71,7 @@ services:
|
||||
build:
|
||||
context: ../dc3-center/dc3-center-manager/
|
||||
dockerfile: ./Dockerfile
|
||||
image: pnoker/dc3-center-manager:2025.6.5
|
||||
image: pnoker/dc3-center-manager:2025.6.6
|
||||
restart: always
|
||||
ports:
|
||||
- "8400:8400"
|
||||
@@ -97,7 +97,7 @@ services:
|
||||
build:
|
||||
context: ../dc3-center/dc3-center-data/
|
||||
dockerfile: ./Dockerfile
|
||||
image: pnoker/dc3-center-data:2025.6.5
|
||||
image: pnoker/dc3-center-data:2025.6.6
|
||||
restart: always
|
||||
ports:
|
||||
- "8500:8500"
|
||||
@@ -123,7 +123,7 @@ services:
|
||||
build:
|
||||
context: ../dc3-driver/dc3-driver-listening-virtual/
|
||||
dockerfile: ./Dockerfile
|
||||
image: pnoker/dc3-driver-listening-virtual:2025.6.5
|
||||
image: pnoker/dc3-driver-listening-virtual:2025.6.6
|
||||
restart: always
|
||||
ports:
|
||||
- "6270:6270"
|
||||
@@ -149,7 +149,7 @@ services:
|
||||
build:
|
||||
context: ../dc3-driver/dc3-driver-modbus-tcp/
|
||||
dockerfile: ./Dockerfile
|
||||
image: pnoker/dc3-driver-modbus-tcp:2025.6.5
|
||||
image: pnoker/dc3-driver-modbus-tcp:2025.6.6
|
||||
restart: always
|
||||
environment:
|
||||
- NODE_ENV=test
|
||||
@@ -172,7 +172,7 @@ services:
|
||||
build:
|
||||
context: ../dc3-driver/dc3-driver-mqtt/
|
||||
dockerfile: ./Dockerfile
|
||||
image: pnoker/dc3-driver-mqtt:2025.6.5
|
||||
image: pnoker/dc3-driver-mqtt:2025.6.6
|
||||
restart: always
|
||||
environment:
|
||||
- NODE_ENV=test
|
||||
@@ -195,7 +195,7 @@ services:
|
||||
build:
|
||||
context: ../dc3-driver/dc3-driver-opc-da/
|
||||
dockerfile: ./Dockerfile
|
||||
image: pnoker/dc3-driver-opc-da:2025.6.5
|
||||
image: pnoker/dc3-driver-opc-da:2025.6.6
|
||||
restart: always
|
||||
environment:
|
||||
- NODE_ENV=test
|
||||
@@ -218,7 +218,7 @@ services:
|
||||
build:
|
||||
context: ../dc3-driver/dc3-driver-opc-ua/
|
||||
dockerfile: ./Dockerfile
|
||||
image: pnoker/dc3-driver-opc-ua:2025.6.5
|
||||
image: pnoker/dc3-driver-opc-ua:2025.6.6
|
||||
restart: always
|
||||
environment:
|
||||
- NODE_ENV=test
|
||||
@@ -241,7 +241,7 @@ services:
|
||||
build:
|
||||
context: ../dc3-driver/dc3-driver-plcs7/
|
||||
dockerfile: ./Dockerfile
|
||||
image: pnoker/dc3-driver-plcs7:2025.6.5
|
||||
image: pnoker/dc3-driver-plcs7:2025.6.6
|
||||
restart: always
|
||||
environment:
|
||||
- NODE_ENV=test
|
||||
@@ -264,7 +264,7 @@ services:
|
||||
build:
|
||||
context: ../dc3-driver/dc3-driver-virtual/
|
||||
dockerfile: ./Dockerfile
|
||||
image: pnoker/dc3-driver-virtual:2025.6.5
|
||||
image: pnoker/dc3-driver-virtual:2025.6.6
|
||||
restart: always
|
||||
environment:
|
||||
- NODE_ENV=test
|
||||
|
||||
+11
-11
@@ -17,7 +17,7 @@
|
||||
|
||||
services:
|
||||
gateway:
|
||||
image: pnoker/dc3-gateway:2025.6.5
|
||||
image: pnoker/dc3-gateway:2025.6.6
|
||||
restart: always
|
||||
ports:
|
||||
- "8000:8000"
|
||||
@@ -39,7 +39,7 @@ services:
|
||||
- dc3-gateway
|
||||
|
||||
auth:
|
||||
image: pnoker/dc3-center-auth:2025.6.5
|
||||
image: pnoker/dc3-center-auth:2025.6.6
|
||||
restart: always
|
||||
ports:
|
||||
- "8300:8300"
|
||||
@@ -62,7 +62,7 @@ services:
|
||||
- dc3-center-auth
|
||||
|
||||
manager:
|
||||
image: pnoker/dc3-center-manager:2025.6.5
|
||||
image: pnoker/dc3-center-manager:2025.6.6
|
||||
restart: always
|
||||
ports:
|
||||
- "8400:8400"
|
||||
@@ -85,7 +85,7 @@ services:
|
||||
- dc3-center-manager
|
||||
|
||||
data:
|
||||
image: pnoker/dc3-center-data:2025.6.5
|
||||
image: pnoker/dc3-center-data:2025.6.6
|
||||
restart: always
|
||||
ports:
|
||||
- "8500:8500"
|
||||
@@ -108,7 +108,7 @@ services:
|
||||
- dc3-center-data
|
||||
|
||||
listening-virtual:
|
||||
image: pnoker/dc3-driver-listening-virtual:2025.6.5
|
||||
image: pnoker/dc3-driver-listening-virtual:2025.6.6
|
||||
restart: always
|
||||
ports:
|
||||
- "6270:6270"
|
||||
@@ -131,7 +131,7 @@ services:
|
||||
- dc3-driver-listening-virtual
|
||||
|
||||
modbus-tcp:
|
||||
image: pnoker/dc3-driver-modbus-tcp:2025.6.5
|
||||
image: pnoker/dc3-driver-modbus-tcp:2025.6.6
|
||||
restart: always
|
||||
environment:
|
||||
- NODE_ENV=test
|
||||
@@ -151,7 +151,7 @@ services:
|
||||
- dc3-driver-modbus-tcp
|
||||
|
||||
mqtt:
|
||||
image: pnoker/dc3-driver-mqtt:2025.6.5
|
||||
image: pnoker/dc3-driver-mqtt:2025.6.6
|
||||
restart: always
|
||||
environment:
|
||||
- NODE_ENV=test
|
||||
@@ -171,7 +171,7 @@ services:
|
||||
- dc3-driver-mqtt
|
||||
|
||||
opc-da:
|
||||
image: pnoker/dc3-driver-opc-da:2025.6.5
|
||||
image: pnoker/dc3-driver-opc-da:2025.6.6
|
||||
restart: always
|
||||
environment:
|
||||
- NODE_ENV=test
|
||||
@@ -191,7 +191,7 @@ services:
|
||||
- dc3-driver-opc-da
|
||||
|
||||
opc-ua:
|
||||
image: pnoker/dc3-driver-opc-ua:2025.6.5
|
||||
image: pnoker/dc3-driver-opc-ua:2025.6.6
|
||||
restart: always
|
||||
environment:
|
||||
- NODE_ENV=test
|
||||
@@ -211,7 +211,7 @@ services:
|
||||
- dc3-driver-opc-ua
|
||||
|
||||
plcs7:
|
||||
image: pnoker/dc3-driver-plcs7:2025.6.5
|
||||
image: pnoker/dc3-driver-plcs7:2025.6.6
|
||||
restart: always
|
||||
environment:
|
||||
- NODE_ENV=test
|
||||
@@ -231,7 +231,7 @@ services:
|
||||
- dc3-driver-plcs7
|
||||
|
||||
virtual:
|
||||
image: pnoker/dc3-driver-virtual:2025.6.5
|
||||
image: pnoker/dc3-driver-virtual:2025.6.6
|
||||
restart: always
|
||||
environment:
|
||||
- NODE_ENV=test
|
||||
|
||||
@@ -22,12 +22,12 @@
|
||||
<parent>
|
||||
<groupId>io.github.pnoker</groupId>
|
||||
<artifactId>dc3-parent</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<artifactId>iot-dc3</artifactId>
|
||||
<version>2025.6.5</version>
|
||||
<version>2025.6.6</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<inceptionYear>2016-2022</inceptionYear>
|
||||
@@ -69,34 +69,34 @@
|
||||
<maven.deploy.skip>true</maven.deploy.skip>
|
||||
|
||||
<!-- DC3 Api 相关 -->
|
||||
<dc3.api.auth.version>2025.6.5</dc3.api.auth.version>
|
||||
<dc3.api.data.version>2025.6.5</dc3.api.data.version>
|
||||
<dc3.api.driver.version>2025.6.5</dc3.api.driver.version>
|
||||
<dc3.api.manager.version>2025.6.5</dc3.api.manager.version>
|
||||
<dc3.api.auth.version>2025.6.6</dc3.api.auth.version>
|
||||
<dc3.api.data.version>2025.6.6</dc3.api.data.version>
|
||||
<dc3.api.driver.version>2025.6.6</dc3.api.driver.version>
|
||||
<dc3.api.manager.version>2025.6.6</dc3.api.manager.version>
|
||||
|
||||
<!-- DC3 Common 相关 -->
|
||||
<dc3.common.api.version>2025.6.5</dc3.common.api.version>
|
||||
<dc3.common.auth.version>2025.6.5</dc3.common.auth.version>
|
||||
<dc3.common.constant.version>2025.6.5</dc3.common.constant.version>
|
||||
<dc3.common.dal.version>2025.6.5</dc3.common.dal.version>
|
||||
<dc3.common.data.version>2025.6.5</dc3.common.data.version>
|
||||
<dc3.common.driver.version>2025.6.5</dc3.common.driver.version>
|
||||
<dc3.common.exception.version>2025.6.5</dc3.common.exception.version>
|
||||
<dc3.common.gateway.version>2025.6.5</dc3.common.gateway.version>
|
||||
<dc3.common.influx.version>2025.6.5</dc3.common.influx.version>
|
||||
<dc3.common.log.version>2025.6.5</dc3.common.log.version>
|
||||
<dc3.common.manager.version>2025.6.5</dc3.common.manager.version>
|
||||
<dc3.common.model.version>2025.6.5</dc3.common.model.version>
|
||||
<dc3.common.mqtt.version>2025.6.5</dc3.common.mqtt.version>
|
||||
<dc3.common.postgres.version>2025.6.5</dc3.common.postgres.version>
|
||||
<dc3.common.public.version>2025.6.5</dc3.common.public.version>
|
||||
<dc3.common.quartz.version>2025.6.5</dc3.common.quartz.version>
|
||||
<dc3.common.rabbitmq.version>2025.6.5</dc3.common.rabbitmq.version>
|
||||
<dc3.common.redis.version>2025.6.5</dc3.common.redis.version>
|
||||
<dc3.common.repository.version>2025.6.5</dc3.common.repository.version>
|
||||
<dc3.common.thread.version>2025.6.5</dc3.common.thread.version>
|
||||
<dc3.common.transfer.version>2025.6.5</dc3.common.transfer.version>
|
||||
<dc3.common.web.version>2025.6.5</dc3.common.web.version>
|
||||
<dc3.common.api.version>2025.6.6</dc3.common.api.version>
|
||||
<dc3.common.auth.version>2025.6.6</dc3.common.auth.version>
|
||||
<dc3.common.constant.version>2025.6.6</dc3.common.constant.version>
|
||||
<dc3.common.dal.version>2025.6.6</dc3.common.dal.version>
|
||||
<dc3.common.data.version>2025.6.6</dc3.common.data.version>
|
||||
<dc3.common.driver.version>2025.6.6</dc3.common.driver.version>
|
||||
<dc3.common.exception.version>2025.6.6</dc3.common.exception.version>
|
||||
<dc3.common.gateway.version>2025.6.6</dc3.common.gateway.version>
|
||||
<dc3.common.influx.version>2025.6.6</dc3.common.influx.version>
|
||||
<dc3.common.log.version>2025.6.6</dc3.common.log.version>
|
||||
<dc3.common.manager.version>2025.6.6</dc3.common.manager.version>
|
||||
<dc3.common.model.version>2025.6.6</dc3.common.model.version>
|
||||
<dc3.common.mqtt.version>2025.6.6</dc3.common.mqtt.version>
|
||||
<dc3.common.postgres.version>2025.6.6</dc3.common.postgres.version>
|
||||
<dc3.common.public.version>2025.6.6</dc3.common.public.version>
|
||||
<dc3.common.quartz.version>2025.6.6</dc3.common.quartz.version>
|
||||
<dc3.common.rabbitmq.version>2025.6.6</dc3.common.rabbitmq.version>
|
||||
<dc3.common.redis.version>2025.6.6</dc3.common.redis.version>
|
||||
<dc3.common.repository.version>2025.6.6</dc3.common.repository.version>
|
||||
<dc3.common.thread.version>2025.6.6</dc3.common.thread.version>
|
||||
<dc3.common.transfer.version>2025.6.6</dc3.common.transfer.version>
|
||||
<dc3.common.web.version>2025.6.6</dc3.common.web.version>
|
||||
</properties>
|
||||
|
||||
<profiles>
|
||||
|
||||
Reference in New Issue
Block a user