diff --git a/README.md b/README.md index 2fc09bc7..0d8811ff 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ Nacos 2.4.3

- Version 3.3.4.2 - Dante Engine 3.3.4.2 - Dante OSS 3.3.4.2 + Version 3.3.4.3 + Dante Engine 3.3.4.3 + Dante OSS 3.3.4.3 Java 17 License AGPL 3.0 Total Visits diff --git a/configurations/backup/alibaba/3.3.4.3/nacos_config_export_20240531173140.zip b/configurations/backup/alibaba/3.3.4.3/nacos_config_export_20240531173140.zip new file mode 100644 index 00000000..c3569212 Binary files /dev/null and b/configurations/backup/alibaba/3.3.4.3/nacos_config_export_20240531173140.zip differ diff --git a/configurations/backup/tencent/3.3.4.3/polaris_config_202405311904.zip b/configurations/backup/tencent/3.3.4.3/polaris_config_202405311904.zip new file mode 100644 index 00000000..fc5e846f Binary files /dev/null and b/configurations/backup/tencent/3.3.4.3/polaris_config_202405311904.zip differ diff --git a/configurations/docker/context/development/Dockerfile b/configurations/docker/context/development/Dockerfile index a55940af..43fc56ee 100644 --- a/configurations/docker/context/development/Dockerfile +++ b/configurations/docker/context/development/Dockerfile @@ -9,7 +9,7 @@ ### 在 debian 下则没有这问题。以目前了解的情况看,猜测 alpine 下,为了缩小体系,缺失的内容应该不只是字体库,还有其它内容。 ### 当然也可能是个人能力有限,一直没有找到正确解决的办法。如果你有更好的解决办法,欢迎提 ISSUE 和 PR。 -FROM quay.io/dante-cloud/liberica-openjdk-debian:17.0.12-10 +FROM quay.io/herodotus-cloud/liberica-openjdk-debian:17.0.12-10 # 作者 MAINTAINER herodotus diff --git a/configurations/docker/context/development/Dockerfile-Monitor b/configurations/docker/context/development/Dockerfile-Monitor index b668bb19..13b0c7ac 100644 --- a/configurations/docker/context/development/Dockerfile-Monitor +++ b/configurations/docker/context/development/Dockerfile-Monitor @@ -9,7 +9,7 @@ ### 在 debian 下则没有这问题。以目前了解的情况看,猜测 alpine 下,为了缩小体系,缺失的内容应该不只是字体库,还有其它内容。 ### 当然也可能是个人能力有限,一直没有找到正确解决的办法。如果你有更好的解决办法,欢迎提 ISSUE 和 PR。 -FROM quay.io/dante-cloud/liberica-openjdk-debian:17.0.12-10 +FROM quay.io/herodotus-cloud/liberica-openjdk-debian:17.0.12-10 #FROM openjdk:17-jdk # 作者 MAINTAINER herodotus diff --git a/configurations/docker/context/production/Dockerfile b/configurations/docker/context/production/Dockerfile index 7d9b717a..1e2edb37 100644 --- a/configurations/docker/context/production/Dockerfile +++ b/configurations/docker/context/production/Dockerfile @@ -9,7 +9,7 @@ ### 在 debian 下则没有这问题。以目前了解的情况看,猜测 alpine 下,为了缩小体系,缺失的内容应该不只是字体库,还有其它内容。 ### 当然也可能是个人能力有限,一直没有找到正确解决的办法。如果你有更好的解决办法,欢迎提 ISSUE 和 PR。 -FROM quay.io/dante-cloud/liberica-openjdk-debian:17.0.12-10 +FROM quay.io/herodotus-cloud/liberica-openjdk-debian:17.0.12-10 # 作者 MAINTAINER herodotus diff --git a/configurations/docker/context/production/Dockerfile-Monitor b/configurations/docker/context/production/Dockerfile-Monitor index b668bb19..13b0c7ac 100644 --- a/configurations/docker/context/production/Dockerfile-Monitor +++ b/configurations/docker/context/production/Dockerfile-Monitor @@ -9,7 +9,7 @@ ### 在 debian 下则没有这问题。以目前了解的情况看,猜测 alpine 下,为了缩小体系,缺失的内容应该不只是字体库,还有其它内容。 ### 当然也可能是个人能力有限,一直没有找到正确解决的办法。如果你有更好的解决办法,欢迎提 ISSUE 和 PR。 -FROM quay.io/dante-cloud/liberica-openjdk-debian:17.0.12-10 +FROM quay.io/herodotus-cloud/liberica-openjdk-debian:17.0.12-10 #FROM openjdk:17-jdk # 作者 MAINTAINER herodotus diff --git a/configurations/docker/docker-compose/linux/herodotus/.env b/configurations/docker/docker-compose/linux/herodotus/.env index b793fd54..c8ca5896 100644 --- a/configurations/docker/docker-compose/linux/herodotus/.env +++ b/configurations/docker/docker-compose/linux/herodotus/.env @@ -1,4 +1,4 @@ -VERSION=3.3.4.2 +VERSION=3.3.4.3 SPRING_PROFILES_ACTIVE=alibaba PROFILE=development DATABASE=postgresql diff --git a/configurations/docker/docker-compose/linux/herodotus/env.base.yml b/configurations/docker/docker-compose/linux/herodotus/env.base.yml index 2ec6e482..c292def2 100644 --- a/configurations/docker/docker-compose/linux/herodotus/env.base.yml +++ b/configurations/docker/docker-compose/linux/herodotus/env.base.yml @@ -1,6 +1,6 @@ services: nacos: - image: quay.io/dante-cloud/nacos-server:v2.4.3 + image: quay.io/herodotus-cloud/nacos-server:v2.4.3 # image: herodotus/nacos-server:v2.4.3 container_name: nacos hostname: nacos @@ -31,7 +31,7 @@ services: - "9849:9849" kafka: - image: quay.io/dante-cloud/kafka:3.8.0 + image: quay.io/herodotus-cloud/kafka:3.8.0 container_name: kafka hostname: broker environment: @@ -73,7 +73,7 @@ services: - /usr/local/docker-volumes/elk/logstash/conf.d:/etc/logstash/conf.d sentinel: - image: quay.io/dante-cloud/sentinel-dashboard:v1.8.8 + image: quay.io/herodotus-cloud/sentinel-dashboard:v1.8.8 container_name: sentinel-dashboard environment: SENTINEL_ADMIN_USERNAME: sentinel diff --git a/configurations/docker/docker-compose/linux/herodotus/env.full.debezium.yml b/configurations/docker/docker-compose/linux/herodotus/env.full.debezium.yml index a4ac54c5..f239c0bd 100644 --- a/configurations/docker/docker-compose/linux/herodotus/env.full.debezium.yml +++ b/configurations/docker/docker-compose/linux/herodotus/env.full.debezium.yml @@ -1,6 +1,6 @@ services: nacos: - image: quay.io/dante-cloud/nacos-server:v2.4.3 + image: quay.io/herodotus-cloud/nacos-server:v2.4.3 # image: herodotus/nacos-server:v2.4.3 container_name: nacos hostname: nacos @@ -79,7 +79,7 @@ services: - kafka sentinel: - image: quay.io/dante-cloud/sentinel-dashboard:v1.8.8 + image: quay.io/herodotus-cloud/sentinel-dashboard:v1.8.8 container_name: sentinel-dashboard environment: SENTINEL_ADMIN_USERNAME: sentinel diff --git a/configurations/docker/docker-compose/linux/herodotus/env.full.tencent.yml b/configurations/docker/docker-compose/linux/herodotus/env.full.tencent.yml index d10c473b..bb4088fc 100644 --- a/configurations/docker/docker-compose/linux/herodotus/env.full.tencent.yml +++ b/configurations/docker/docker-compose/linux/herodotus/env.full.tencent.yml @@ -44,7 +44,7 @@ services: - zookeeper sentinel: - image: quay.io/dante-cloud/sentinel-dashboard:v1.8.8 + image: quay.io/herodotus-cloud/sentinel-dashboard:v1.8.8 container_name: sentinel-dashboard environment: SENTINEL_ADMIN_USERNAME: sentinel diff --git a/configurations/docker/docker-compose/linux/herodotus/env.oss.yml b/configurations/docker/docker-compose/linux/herodotus/env.oss.yml index 1bee0d57..5ef757bd 100644 --- a/configurations/docker/docker-compose/linux/herodotus/env.oss.yml +++ b/configurations/docker/docker-compose/linux/herodotus/env.oss.yml @@ -1,6 +1,6 @@ services: minio: - image: quay.io/minio/minio:RELEASE.2024-10-02T17-50-41Z + image: quay.io/minio/minio:RELEASE.2024-10-13T13-34-11Z container_name: minio hostname: minio ports: diff --git a/configurations/docker/docker-compose/linux/herodotus/env.quick-start.yaml b/configurations/docker/docker-compose/linux/herodotus/env.quick-start.yaml index c334bdee..0fbf6e72 100644 --- a/configurations/docker/docker-compose/linux/herodotus/env.quick-start.yaml +++ b/configurations/docker/docker-compose/linux/herodotus/env.quick-start.yaml @@ -2,7 +2,7 @@ version: '3.8' services: nacos: - image: quay.io/dante-cloud/nacos-server:v2.4.3 + image: quay.io/herodotus-cloud/nacos-server:v2.4.3 # image: herodotus/nacos-server:v2.4.3 container_name: dante-nacos hostname: dante-nacos diff --git a/configurations/docker/docker-compose/linux/herodotus/services.dev.yml b/configurations/docker/docker-compose/linux/herodotus/services.dev.yml index 121821e8..e596970e 100644 --- a/configurations/docker/docker-compose/linux/herodotus/services.dev.yml +++ b/configurations/docker/docker-compose/linux/herodotus/services.dev.yml @@ -1,6 +1,6 @@ services: upms: - image: quay.io/dante-cloud/${UPMS_SERVICE_NAME}:${VERSION} + image: ${UPMS_SERVICE_NAME}:${VERSION} container_name: upms hostname: upms build: @@ -19,7 +19,7 @@ services: - /usr/local/dante-cloud/logs:/usr/local/logs uaa: - image: quay.io/dante-cloud/${UAA_SERVICE_NAME}:${VERSION} + image: ${UAA_SERVICE_NAME}:${VERSION} container_name: uaa hostname: uaa build: @@ -40,7 +40,7 @@ services: - upms msg: - image: quay.io/dante-cloud/${MESSAGE_SERVICE_NAME}:${VERSION} + image: ${MESSAGE_SERVICE_NAME}:${VERSION} container_name: msg hostname: msg build: @@ -61,7 +61,7 @@ services: - uaa oss: - image: quay.io/dante-cloud/${OSS_SERVICE_NAME}:${VERSION} + image: ${OSS_SERVICE_NAME}:${VERSION} container_name: oss hostname: oss build: @@ -82,7 +82,7 @@ services: - msg gateway: - image: quay.io/dante-cloud/${GATEWAY_SERVICE_NAME}:${VERSION} + image: ${GATEWAY_SERVICE_NAME}:${VERSION} container_name: gateway hostname: gateway build: @@ -103,7 +103,7 @@ services: - oss bpmn: - image: quay.io/dante-cloud/${BPMN_SERVICE_NAME}:${VERSION} + image: ${BPMN_SERVICE_NAME}:${VERSION} container_name: bpmn hostname: bpmn build: @@ -124,7 +124,7 @@ services: - gateway monitor: - image: quay.io/dante-cloud/${MONITOR_SERVICE_NAME}:${VERSION} + image: ${MONITOR_SERVICE_NAME}:${VERSION} container_name: monitor hostname: monitor build: diff --git a/configurations/docker/docker-compose/windows/herodotus/.env b/configurations/docker/docker-compose/windows/herodotus/.env index 9f098ff1..518377c3 100644 --- a/configurations/docker/docker-compose/windows/herodotus/.env +++ b/configurations/docker/docker-compose/windows/herodotus/.env @@ -1,4 +1,4 @@ -VERSION=3.3.4.2 +VERSION=3.3.4.3 SPRING_PROFILES_ACTIVE=alibaba PROFILE=development DATABASE=postgresql diff --git a/configurations/docker/docker-compose/windows/herodotus/env.base.yml b/configurations/docker/docker-compose/windows/herodotus/env.base.yml index 54f01990..c21d4df7 100644 --- a/configurations/docker/docker-compose/windows/herodotus/env.base.yml +++ b/configurations/docker/docker-compose/windows/herodotus/env.base.yml @@ -1,6 +1,6 @@ services: nacos: - image: quay.io/dante-cloud/nacos-server:v2.4.3 + image: quay.io/herodotus-cloud/nacos-server:v2.4.3 # image: herodotus/nacos-server:v2.4.3 container_name: nacos environment: @@ -30,7 +30,7 @@ services: - "9849:9849" kafka: - image: quay.io/dante-cloud/kafka:3.8.0 + image: quay.io/herodotus-cloud/kafka:3.8.0 container_name: kafka hostname: broker environment: diff --git a/configurations/docker/docker-compose/windows/herodotus/env.full.base.yml b/configurations/docker/docker-compose/windows/herodotus/env.full.base.yml index 7f0410e7..e28499be 100644 --- a/configurations/docker/docker-compose/windows/herodotus/env.full.base.yml +++ b/configurations/docker/docker-compose/windows/herodotus/env.full.base.yml @@ -1,6 +1,6 @@ services: nacos: - image: quay.io/dante-cloud/nacos-server:v2.4.3 + image: quay.io/herodotus-cloud/nacos-server:v2.4.3 # image: herodotus/nacos-server:v2.4.3 container_name: nacos environment: @@ -30,7 +30,7 @@ services: - "9849:9849" kafka: - image: quay.io/dante-cloud/kafka:3.8.0 + image: quay.io/herodotus-cloud/kafka:3.8.0 container_name: kafka hostname: broker environment: @@ -71,7 +71,7 @@ services: - D:\\local-cached\\docker-volumes\\elk\\logstash\\conf.d:/etc/logstash/conf.d sentinel: - image: quay.io/dante-cloud/sentinel-dashboard:v1.8.8 + image: quay.io/herodotus-cloud/sentinel-dashboard:v1.8.8 container_name: sentinel-dashboard environment: SENTINEL_ADMIN_USERNAME: sentinel diff --git a/configurations/docker/docker-compose/windows/herodotus/env.full.debezium.yml b/configurations/docker/docker-compose/windows/herodotus/env.full.debezium.yml index b3c99ce4..71d15534 100644 --- a/configurations/docker/docker-compose/windows/herodotus/env.full.debezium.yml +++ b/configurations/docker/docker-compose/windows/herodotus/env.full.debezium.yml @@ -1,6 +1,6 @@ services: nacos: - image: quay.io/dante-cloud/nacos-server:v2.4.3 + image: quay.io/herodotus-cloud/nacos-server:v2.4.3 # image: herodotus/nacos-server:v2.4.3 container_name: nacos hostname: nacos @@ -79,7 +79,7 @@ services: - kafka sentinel: - image: quay.io/dante-cloud/sentinel-dashboard:v1.8.8 + image: quay.io/herodotus-cloud/sentinel-dashboard:v1.8.8 container_name: sentinel-dashboard environment: SENTINEL_ADMIN_USERNAME: sentinel diff --git a/configurations/docker/docker-compose/windows/herodotus/env.oss.yml b/configurations/docker/docker-compose/windows/herodotus/env.oss.yml index c9aa539e..8de79337 100644 --- a/configurations/docker/docker-compose/windows/herodotus/env.oss.yml +++ b/configurations/docker/docker-compose/windows/herodotus/env.oss.yml @@ -1,6 +1,6 @@ services: minio: - image: quay.io/minio/minio:RELEASE.2024-10-02T17-50-41Z + image: quay.io/minio/minio:RELEASE.2024-10-13T13-34-11Z container_name: minio hostname: minio ports: diff --git a/configurations/docker/docker-compose/windows/herodotus/services.dev.yml b/configurations/docker/docker-compose/windows/herodotus/services.dev.yml index e31e302b..75ab8989 100644 --- a/configurations/docker/docker-compose/windows/herodotus/services.dev.yml +++ b/configurations/docker/docker-compose/windows/herodotus/services.dev.yml @@ -1,6 +1,6 @@ services: upms: - image: quay.io/dante-cloud/${UPMS_SERVICE_NAME}:${VERSION} + image: ${UPMS_SERVICE_NAME}:${VERSION} container_name: upms hostname: upms build: @@ -19,7 +19,7 @@ services: - D:\\local-cached\\docker-volumes\\dante-cloud\\logs:/usr/local/logs uaa: - image: quay.io/dante-cloud/${UAA_SERVICE_NAME}:${VERSION} + image: ${UAA_SERVICE_NAME}:${VERSION} container_name: uaa hostname: uaa build: @@ -40,7 +40,7 @@ services: - upms msg: - image: quay.io/dante-cloud/${MESSAGE_SERVICE_NAME}:${VERSION} + image: ${MESSAGE_SERVICE_NAME}:${VERSION} container_name: msg hostname: msg build: @@ -61,7 +61,7 @@ services: - uaa oss: - image: quay.io/dante-cloud/${OSS_SERVICE_NAME}:${VERSION} + image: ${OSS_SERVICE_NAME}:${VERSION} container_name: oss hostname: oss build: @@ -82,7 +82,7 @@ services: - msg gateway: - image: quay.io/dante-cloud/${GATEWAY_SERVICE_NAME}:${VERSION} + image: ${GATEWAY_SERVICE_NAME}:${VERSION} container_name: gateway hostname: gateway build: @@ -103,7 +103,7 @@ services: - oss bpmn: - image: quay.io/dante-cloud/${BPMN_SERVICE_NAME}:${VERSION} + image: ${BPMN_SERVICE_NAME}:${VERSION} container_name: bpmn hostname: bpmn build: @@ -124,7 +124,7 @@ services: - gateway monitor: - image: quay.io/dante-cloud/${MONITOR_SERVICE_NAME}:${VERSION} + image: ${MONITOR_SERVICE_NAME}:${VERSION} container_name: monitor hostname: monitor build: diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 1becbd97..81a98ede 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -28,7 +28,7 @@ cn.herodotus.engine dependencies - 3.3.4.2 + 3.3.4.3 diff --git a/modules/dante-module-common/pom.xml b/modules/dante-module-common/pom.xml index 9a6e1405..2f0a7663 100644 --- a/modules/dante-module-common/pom.xml +++ b/modules/dante-module-common/pom.xml @@ -28,7 +28,7 @@ modules cn.herodotus.dante - 3.3.4.2 + 3.3.4.3 dante-module-common diff --git a/modules/dante-module-metadata/pom.xml b/modules/dante-module-metadata/pom.xml index 9e483780..136e5dfc 100644 --- a/modules/dante-module-metadata/pom.xml +++ b/modules/dante-module-metadata/pom.xml @@ -28,7 +28,7 @@ modules cn.herodotus.dante - 3.3.4.2 + 3.3.4.3 dante-module-metadata diff --git a/modules/dante-module-social/pom.xml b/modules/dante-module-social/pom.xml index c9dba5a8..181e59ad 100644 --- a/modules/dante-module-social/pom.xml +++ b/modules/dante-module-social/pom.xml @@ -28,7 +28,7 @@ modules cn.herodotus.dante - 3.3.4.2 + 3.3.4.3 dante-module-social diff --git a/modules/dante-module-strategy/pom.xml b/modules/dante-module-strategy/pom.xml index dfd0ae94..c64c9ed1 100644 --- a/modules/dante-module-strategy/pom.xml +++ b/modules/dante-module-strategy/pom.xml @@ -28,7 +28,7 @@ modules cn.herodotus.dante - 3.3.4.2 + 3.3.4.3 dante-module-strategy diff --git a/modules/pom.xml b/modules/pom.xml index 033cffd3..64abe454 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -28,7 +28,7 @@ dante-cloud cn.herodotus.dante - 3.3.4.2 + 3.3.4.3 modules diff --git a/monomer/monomer-application/pom.xml b/monomer/monomer-application/pom.xml index c74d8f8c..2df03aea 100644 --- a/monomer/monomer-application/pom.xml +++ b/monomer/monomer-application/pom.xml @@ -27,7 +27,7 @@ cn.herodotus.dante monomer - 3.3.4.2 + 3.3.4.3 monomer-application diff --git a/monomer/monomer-autoconfigure/pom.xml b/monomer/monomer-autoconfigure/pom.xml index 7023df0b..c807e7f8 100644 --- a/monomer/monomer-autoconfigure/pom.xml +++ b/monomer/monomer-autoconfigure/pom.xml @@ -27,7 +27,7 @@ cn.herodotus.dante monomer - 3.3.4.2 + 3.3.4.3 monomer-autoconfigure diff --git a/monomer/pom.xml b/monomer/pom.xml index 9a62e538..f3a6eb1d 100644 --- a/monomer/pom.xml +++ b/monomer/pom.xml @@ -27,7 +27,7 @@ cn.herodotus.dante dante-cloud - 3.3.4.2 + 3.3.4.3 monomer diff --git a/packages/authentication-spring-boot-starter/pom.xml b/packages/authentication-spring-boot-starter/pom.xml index c1bcf69c..c181220d 100644 --- a/packages/authentication-spring-boot-starter/pom.xml +++ b/packages/authentication-spring-boot-starter/pom.xml @@ -28,7 +28,7 @@ packages cn.herodotus.dante - 3.3.4.2 + 3.3.4.3 authentication-spring-boot-starter diff --git a/packages/facility-spring-boot-starter/pom.xml b/packages/facility-spring-boot-starter/pom.xml index 9a7ff966..afd3688b 100644 --- a/packages/facility-spring-boot-starter/pom.xml +++ b/packages/facility-spring-boot-starter/pom.xml @@ -26,7 +26,7 @@ packages cn.herodotus.dante - 3.3.4.2 + 3.3.4.3 4.0.0 diff --git a/packages/pom.xml b/packages/pom.xml index 24b15049..b77894b6 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -28,7 +28,7 @@ dante-cloud cn.herodotus.dante - 3.3.4.2 + 3.3.4.3 packages diff --git a/packages/service-spring-boot-starter/pom.xml b/packages/service-spring-boot-starter/pom.xml index e5f2d5c2..c3f2de93 100644 --- a/packages/service-spring-boot-starter/pom.xml +++ b/packages/service-spring-boot-starter/pom.xml @@ -28,7 +28,7 @@ packages cn.herodotus.dante - 3.3.4.2 + 3.3.4.3 service-spring-boot-starter diff --git a/platform/dante-cloud-gateway/pom.xml b/platform/dante-cloud-gateway/pom.xml index 0d850c72..3bca82b4 100644 --- a/platform/dante-cloud-gateway/pom.xml +++ b/platform/dante-cloud-gateway/pom.xml @@ -28,7 +28,7 @@ platform cn.herodotus.dante - 3.3.4.2 + 3.3.4.3 dante-cloud-gateway diff --git a/platform/dante-cloud-message/pom.xml b/platform/dante-cloud-message/pom.xml index 8fcd23b0..006daf39 100644 --- a/platform/dante-cloud-message/pom.xml +++ b/platform/dante-cloud-message/pom.xml @@ -27,7 +27,7 @@ cn.herodotus.dante platform - 3.3.4.2 + 3.3.4.3 dante-cloud-message diff --git a/platform/dante-cloud-monitor/pom.xml b/platform/dante-cloud-monitor/pom.xml index 9dcf1b3c..fa2613b7 100644 --- a/platform/dante-cloud-monitor/pom.xml +++ b/platform/dante-cloud-monitor/pom.xml @@ -26,11 +26,11 @@ platform cn.herodotus.dante - 3.3.4.2 + 3.3.4.3 dante-cloud-monitor - 3.3.4.2 + 3.3.4.3 dante-cloud-monitor dante-cloud-monitor diff --git a/platform/dante-cloud-uaa/pom.xml b/platform/dante-cloud-uaa/pom.xml index 56127580..01b9feb9 100644 --- a/platform/dante-cloud-uaa/pom.xml +++ b/platform/dante-cloud-uaa/pom.xml @@ -28,7 +28,7 @@ platform cn.herodotus.dante - 3.3.4.2 + 3.3.4.3 dante-cloud-uaa diff --git a/platform/dante-cloud-upms/pom.xml b/platform/dante-cloud-upms/pom.xml index df5fef5d..238cf0a9 100644 --- a/platform/dante-cloud-upms/pom.xml +++ b/platform/dante-cloud-upms/pom.xml @@ -26,12 +26,12 @@ platform cn.herodotus.dante - 3.3.4.2 + 3.3.4.3 4.0.0 dante-cloud-upms - 3.3.4.2 + 3.3.4.3 diff --git a/platform/pom.xml b/platform/pom.xml index f69b73d4..bbf72bcf 100644 --- a/platform/pom.xml +++ b/platform/pom.xml @@ -28,7 +28,7 @@ dante-cloud cn.herodotus.dante - 3.3.4.2 + 3.3.4.3 platform diff --git a/pom.xml b/pom.xml index 753eb512..84df01a3 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ cn.herodotus.dante dependencies - 3.3.4.2 + 3.3.4.3 dependencies/pom.xml diff --git a/services/dante-cloud-bpmn-ability/pom.xml b/services/dante-cloud-bpmn-ability/pom.xml index f2f6f88b..2467b5b9 100644 --- a/services/dante-cloud-bpmn-ability/pom.xml +++ b/services/dante-cloud-bpmn-ability/pom.xml @@ -27,11 +27,11 @@ services cn.herodotus.dante - 3.3.4.2 + 3.3.4.3 dante-cloud-bpmn-ability - 3.3.4.2 + 3.3.4.3 dante-cloud-bpmn-ability 基于Camunda工作流的服务 diff --git a/services/dante-cloud-bpmn-logic/pom.xml b/services/dante-cloud-bpmn-logic/pom.xml index 60e3851a..0210c9e4 100644 --- a/services/dante-cloud-bpmn-logic/pom.xml +++ b/services/dante-cloud-bpmn-logic/pom.xml @@ -28,7 +28,7 @@ services cn.herodotus.dante - 3.3.4.2 + 3.3.4.3 dante-cloud-bpmn-logic diff --git a/services/dante-cloud-oss-ability/pom.xml b/services/dante-cloud-oss-ability/pom.xml index 295b54c1..405cd45d 100644 --- a/services/dante-cloud-oss-ability/pom.xml +++ b/services/dante-cloud-oss-ability/pom.xml @@ -27,7 +27,7 @@ cn.herodotus.dante services - 3.3.4.2 + 3.3.4.3 dante-cloud-oss-ability diff --git a/services/pom.xml b/services/pom.xml index e9fcf47f..d3b4af93 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -28,7 +28,7 @@ dante-cloud cn.herodotus.dante - 3.3.4.2 + 3.3.4.3 services