Skip to content

Commit ec4a00e

Browse files
herodotus-ecosystemgitee-org
authored andcommitted
!310 feat: v3.5.3.1
Merge pull request !310 from 码匠君/develop
2 parents 46fd6f8 + aa55b7a commit ec4a00e

28 files changed

Lines changed: 32 additions & 32 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<a href="https://nacos.io/zh-cn/index.html" target="_blank"><img src="https://img.shields.io/badge/Nacos-3.0.2-brightgreen.svg?logo=alibabadotcom" alt="Nacos 3.0.2"></a>
1414
</p>
1515
<p align="center">
16-
<a href="#" target="_blank"><img src="https://img.shields.io/badge/Version-3.5.3.0-red.svg?logo=spring" alt="Version 3.5.3.0"></a>
17-
<a href="https://www.herodotus.vip" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.5.3.0-red.svg?logo=spring" alt="Dante Engine 3.5.3.0"></a>
18-
<a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.5.3.0-red.svg?logo=spring" alt="Dante OSS 3.5.3.0"></a>
16+
<a href="#" target="_blank"><img src="https://img.shields.io/badge/Version-3.5.3.1-red.svg?logo=spring" alt="Version 3.5.3.1"></a>
17+
<a href="https://www.herodotus.vip" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.5.3.1-red.svg?logo=spring" alt="Dante Engine 3.5.3.1"></a>
18+
<a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.5.3.1-red.svg?logo=spring" alt="Dante OSS 3.5.3.1"></a>
1919
<a href="https://bell-sw.com/pages/downloads/#downloads" target="_blank"><img src="https://img.shields.io/badge/JDK-17%2B-green.svg?logo=openjdk" alt="Java 17"></a>
2020
<a href="./LICENSE"><img src="https://shields.io/badge/License-Apache--2.0-blue.svg?logo=apache" alt="License Apache 2.0"></a>
2121
<a href="https://blog.csdn.net/Pointer_v" target="_blank"><img src="https://img.shields.io/badge/Author-%E7%A0%81%E5%8C%A0%E5%90%9B-orange" alt="码匠君"></a>
@@ -76,7 +76,7 @@ Dante Cloud 所使用的核心组件如下:
7676
| 3 | Spring Security OAuth2 | JetCache |
7777
| 4 | Spring Authorization Server | Mybatis Plus |
7878
| 5 | Spring Data JPA | JustAuth |
79-
| 6 | Spring Data MongoDB | Weixin Java |
79+
| 6 | Spring Data MongoDB | WxJava |
8080
| 7 | Spring Data Redis | Hutool |
8181
| 8 | Spring Data Envers | sms-spring-boot-starter |
8282
| 9 | Spring Cloud | -- |

configurations/backup/alibaba/3.5.2.0/nacos_config_export_20250618175225.zip renamed to configurations/backup/alibaba/3.5.3.1/nacos_config_export_20250618175225.zip

File renamed without changes.

configurations/backup/tencent/3.5.2.0/polaris_config_202405311904.zip renamed to configurations/backup/tencent/3.5.3.1/polaris_config_202405311904.zip

File renamed without changes.

configurations/docker/docker-compose/linux/herodotus/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=3.5.3.0
1+
VERSION=3.5.3.1
22
SPRING_PROFILES_ACTIVE=alibaba
33
PROFILE=development
44
DATABASE=postgresql

configurations/docker/docker-compose/windows/herodotus/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=3.5.3.0
1+
VERSION=3.5.3.1
22
SPRING_PROFILES_ACTIVE=alibaba
33
PROFILE=development
44
DATABASE=postgresql

dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>cn.herodotus.engine</groupId>
3030
<artifactId>dependencies</artifactId>
31-
<version>3.5.3.0</version>
31+
<version>3.5.3.1</version>
3232
<relativePath/>
3333
</parent>
3434

modules/dante-module-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<artifactId>modules</artifactId>
3434
<groupId>org.dromara.dante</groupId>
35-
<version>3.5.3.0</version>
35+
<version>3.5.3.1</version>
3636
</parent>
3737

3838
<artifactId>dante-module-common</artifactId>

modules/dante-module-metadata/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<artifactId>modules</artifactId>
3434
<groupId>org.dromara.dante</groupId>
35-
<version>3.5.3.0</version>
35+
<version>3.5.3.1</version>
3636
</parent>
3737

3838
<artifactId>dante-module-metadata</artifactId>

modules/dante-module-social/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<artifactId>modules</artifactId>
3434
<groupId>org.dromara.dante</groupId>
35-
<version>3.5.3.0</version>
35+
<version>3.5.3.1</version>
3636
</parent>
3737

3838
<artifactId>dante-module-social</artifactId>

modules/dante-module-strategy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<artifactId>modules</artifactId>
3434
<groupId>org.dromara.dante</groupId>
35-
<version>3.5.3.0</version>
35+
<version>3.5.3.1</version>
3636
</parent>
3737

3838
<artifactId>dante-module-strategy</artifactId>

0 commit comments

Comments
 (0)