diff --git a/README.md b/README.md index 86b1a11a..836603b6 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ Nacos 2.4.1

- Version 3.3.3.0 - Dante Engine 3.3.3.0 - Dante OSS 3.3.3.0 + Version 3.3.3.1 + Dante Engine 3.3.3.1 + Dante OSS 3.3.3.1 Java 17 License AGPL 3.0 Total Visits diff --git a/configurations/backup/alibaba/3.3.2.2/nacos_config_export_20240531173140.zip b/configurations/backup/alibaba/3.3.2.2/nacos_config_export_20240531173140.zip deleted file mode 100644 index c3569212..00000000 Binary files a/configurations/backup/alibaba/3.3.2.2/nacos_config_export_20240531173140.zip and /dev/null differ diff --git a/configurations/backup/alibaba/3.3.2.0/nacos_config_export_20240531173140.zip b/configurations/backup/alibaba/3.3.3.0/nacos_config_export_20240531173140.zip similarity index 100% rename from configurations/backup/alibaba/3.3.2.0/nacos_config_export_20240531173140.zip rename to configurations/backup/alibaba/3.3.3.0/nacos_config_export_20240531173140.zip diff --git a/configurations/backup/alibaba/3.3.2.1/nacos_config_export_20240531173140.zip b/configurations/backup/alibaba/3.3.3.1/nacos_config_export_20240531173140.zip similarity index 100% rename from configurations/backup/alibaba/3.3.2.1/nacos_config_export_20240531173140.zip rename to configurations/backup/alibaba/3.3.3.1/nacos_config_export_20240531173140.zip diff --git a/configurations/backup/tencent/3.3.2.2/polaris_config_202405311904.zip b/configurations/backup/tencent/3.3.2.2/polaris_config_202405311904.zip deleted file mode 100644 index fc5e846f..00000000 Binary files a/configurations/backup/tencent/3.3.2.2/polaris_config_202405311904.zip and /dev/null differ diff --git a/configurations/backup/tencent/3.3.2.0/polaris_config_202405311904.zip b/configurations/backup/tencent/3.3.3.0/polaris_config_202405311904.zip similarity index 100% rename from configurations/backup/tencent/3.3.2.0/polaris_config_202405311904.zip rename to configurations/backup/tencent/3.3.3.0/polaris_config_202405311904.zip diff --git a/configurations/backup/tencent/3.3.2.1/polaris_config_202405311904.zip b/configurations/backup/tencent/3.3.3.1/polaris_config_202405311904.zip similarity index 100% rename from configurations/backup/tencent/3.3.2.1/polaris_config_202405311904.zip rename to configurations/backup/tencent/3.3.3.1/polaris_config_202405311904.zip diff --git a/configurations/docker/docker-compose/linux/herodotus/.env b/configurations/docker/docker-compose/linux/herodotus/.env index 9719ad59..62a2ef32 100644 --- a/configurations/docker/docker-compose/linux/herodotus/.env +++ b/configurations/docker/docker-compose/linux/herodotus/.env @@ -1,4 +1,4 @@ -VERSION=3.3.3.0 +VERSION=3.3.3.1 SPRING_PROFILES_ACTIVE=alibaba PROFILE=development DATABASE=postgresql diff --git a/configurations/docker/docker-compose/linux/herodotus/env.oss.yml b/configurations/docker/docker-compose/linux/herodotus/env.oss.yml index e197c3a0..9452d00a 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-08-17T01-24-54Z + image: quay.io/minio/minio:RELEASE.2024-08-29T01-40-52Z container_name: minio hostname: minio ports: diff --git a/configurations/docker/docker-compose/windows/herodotus/.env b/configurations/docker/docker-compose/windows/herodotus/.env index 2357a2c0..9a9a178d 100644 --- a/configurations/docker/docker-compose/windows/herodotus/.env +++ b/configurations/docker/docker-compose/windows/herodotus/.env @@ -1,4 +1,4 @@ -VERSION=3.3.3.0 +VERSION=3.3.3.1 SPRING_PROFILES_ACTIVE=alibaba PROFILE=development DATABASE=postgresql diff --git a/configurations/docker/docker-compose/windows/herodotus/env.oss.yml b/configurations/docker/docker-compose/windows/herodotus/env.oss.yml index bea7aa1c..8bbabbd4 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-08-17T01-24-54Z + image: quay.io/minio/minio:RELEASE.2024-08-29T01-40-52Z container_name: minio hostname: minio ports: diff --git a/dependencies/pom.xml b/dependencies/pom.xml index b3b8f709..f06fa7f0 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -28,7 +28,7 @@ cn.herodotus.engine dependencies - 3.3.3.0 + 3.3.3.1 diff --git a/modules/dante-module-common/pom.xml b/modules/dante-module-common/pom.xml index 4a304f91..d7195635 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.3.0 + 3.3.3.1 dante-module-common diff --git a/modules/dante-module-metadata/pom.xml b/modules/dante-module-metadata/pom.xml index 58e44b99..ea70f0d0 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.3.0 + 3.3.3.1 dante-module-metadata diff --git a/modules/dante-module-social/pom.xml b/modules/dante-module-social/pom.xml index 4a98f2ad..ca73a6a5 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.3.0 + 3.3.3.1 dante-module-social diff --git a/modules/dante-module-strategy/pom.xml b/modules/dante-module-strategy/pom.xml index 4a160c66..58cf8e0a 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.3.0 + 3.3.3.1 dante-module-strategy diff --git a/modules/pom.xml b/modules/pom.xml index 1ff95dac..79089bc6 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -28,7 +28,7 @@ dante-cloud cn.herodotus.dante - 3.3.3.0 + 3.3.3.1 modules diff --git a/packages/authentication-spring-boot-starter/pom.xml b/packages/authentication-spring-boot-starter/pom.xml index b1258605..5a096b46 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.3.0 + 3.3.3.1 authentication-spring-boot-starter diff --git a/packages/facility-spring-boot-starter/pom.xml b/packages/facility-spring-boot-starter/pom.xml index 3685a3a7..38da63a7 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.3.0 + 3.3.3.1 4.0.0 diff --git a/packages/pom.xml b/packages/pom.xml index 08f63eca..561942ef 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -28,7 +28,7 @@ dante-cloud cn.herodotus.dante - 3.3.3.0 + 3.3.3.1 packages diff --git a/packages/service-spring-boot-starter/pom.xml b/packages/service-spring-boot-starter/pom.xml index e5c181b2..cc33d7d7 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.3.0 + 3.3.3.1 service-spring-boot-starter diff --git a/platform/dante-cloud-gateway/pom.xml b/platform/dante-cloud-gateway/pom.xml index 277cc103..16e4cd51 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.3.0 + 3.3.3.1 dante-cloud-gateway diff --git a/platform/dante-cloud-message/pom.xml b/platform/dante-cloud-message/pom.xml index 78845e68..b8a1fd46 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.3.0 + 3.3.3.1 dante-cloud-message diff --git a/platform/dante-cloud-monitor/pom.xml b/platform/dante-cloud-monitor/pom.xml index a206f263..4645e8da 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.3.0 + 3.3.3.1 dante-cloud-monitor - 3.3.3.0 + 3.3.3.1 dante-cloud-monitor dante-cloud-monitor diff --git a/platform/dante-cloud-uaa/pom.xml b/platform/dante-cloud-uaa/pom.xml index baa513ce..d3af4305 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.3.0 + 3.3.3.1 dante-cloud-uaa diff --git a/platform/dante-cloud-upms/pom.xml b/platform/dante-cloud-upms/pom.xml index 5d6da5ab..353fdb58 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.3.0 + 3.3.3.1 4.0.0 dante-cloud-upms - 3.3.3.0 + 3.3.3.1 diff --git a/platform/pom.xml b/platform/pom.xml index 87c62e31..5869a5f7 100644 --- a/platform/pom.xml +++ b/platform/pom.xml @@ -28,7 +28,7 @@ dante-cloud cn.herodotus.dante - 3.3.3.0 + 3.3.3.1 platform diff --git a/pom.xml b/pom.xml index 6330201a..474652b7 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ cn.herodotus.dante dependencies - 3.3.3.0 + 3.3.3.1 dependencies/pom.xml diff --git a/services/dante-cloud-bpmn-ability/pom.xml b/services/dante-cloud-bpmn-ability/pom.xml index 77053717..c6a54698 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.3.0 + 3.3.3.1 dante-cloud-bpmn-ability - 3.3.3.0 + 3.3.3.1 dante-cloud-bpmn-ability 基于Camunda工作流的服务 diff --git a/services/dante-cloud-bpmn-logic/pom.xml b/services/dante-cloud-bpmn-logic/pom.xml index 1aebbfd4..36b8246b 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.3.0 + 3.3.3.1 dante-cloud-bpmn-logic diff --git a/services/dante-cloud-oss-ability/pom.xml b/services/dante-cloud-oss-ability/pom.xml index cab41629..cfbb1b07 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.3.0 + 3.3.3.1 dante-cloud-oss-ability diff --git a/services/pom.xml b/services/pom.xml index d4f54dda..76596038 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -28,7 +28,7 @@ dante-cloud cn.herodotus.dante - 3.3.3.0 + 3.3.3.1 services