Skip to content

Commit 4a01661

Browse files
herodotus-ecosystemgitee-org
authored andcommitted
!224 v3.3.0.3
Merge pull request !224 from 码匠君/reactive-develop
2 parents 38eaf68 + be9e1e3 commit 4a01661

File tree

28 files changed

+31
-31
lines changed

28 files changed

+31
-31
lines changed

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-2.3.2-brightgreen.svg?logo=alibabadotcom" alt="Nacos 2.3.2"></a>
1414
</p>
1515
<p align="center">
16-
<a href="#" target="_blank"><img src="https://img.shields.io/badge/Version-3.3.0.2-red.svg?logo=spring" alt="Version 3.3.0.2"></a>
17-
<a href="https://gitee.com/herodotus/dante-engine" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.3.0.2-red.svg?logo=spring" alt="Dante Engine 3.3.0.2"></a>
18-
<a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.3.0.2-red.svg?logo=spring" alt="Dante OSS 3.3.0.2"></a>
16+
<a href="#" target="_blank"><img src="https://img.shields.io/badge/Version-3.3.0.3-red.svg?logo=spring" alt="Version 3.3.0.3"></a>
17+
<a href="https://gitee.com/herodotus/dante-engine" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.3.0.3-red.svg?logo=spring" alt="Dante Engine 3.3.0.3"></a>
18+
<a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.3.0.3-red.svg?logo=spring" alt="Dante OSS 3.3.0.3"></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://img.shields.io/badge/License-Apache--2.0-blue.svg?logo=apache" alt="License Apache 2.0"></a>
2121
<a href="https://www.herodotus.cn"><img src="https://visitor-badge.laobi.icu/badge?page_id=dante-cloud&title=Total%20Visits" alt="Total Visits"></a>
@@ -90,7 +90,7 @@
9090
| Spring Cloud Alibaba | 2023.0.1.0 |
9191
| Spring Cloud Tencent | 1.14.0-2023.0.0 |
9292
| Spring Authorization Server | 1.3.0 |
93-
| Spring Boot Admin | 3.2.2 |
93+
| Spring Boot Admin | 3.3.1 |
9494
| Nacos | 2.3.2 |
9595
| Sentinel | 1.8.7 |
9696
| Seata | 1.7.0 |
Binary file not shown.
Binary file not shown.

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.3.0.2
1+
VERSION=3.3.0.3
22
GATEWAY_SERVICE_NAME=herodotus-cloud-gateway
33
GATEWAY_SERVICE_PORT=8847
44
UAA_SERVICE_NAME=herodotus-cloud-uaa

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.3.0.2
1+
VERSION=3.3.0.3
22
GATEWAY_SERVICE_NAME=herodotus-cloud-gateway
33
GATEWAY_SERVICE_PORT=8847
44
UAA_SERVICE_NAME=herodotus-cloud-uaa

dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<groupId>cn.herodotus.stirrup</groupId>
3434
<artifactId>dependencies</artifactId>
35-
<version>3.3.0.2</version>
35+
<version>3.3.0.3</version>
3636
<relativePath/>
3737
</parent>
3838

modules/herodotus-module-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<artifactId>modules</artifactId>
3030
<groupId>cn.herodotus.reactive</groupId>
31-
<version>3.3.0.2</version>
31+
<version>3.3.0.3</version>
3232
</parent>
3333

3434
<artifactId>herodotus-module-common</artifactId>

modules/herodotus-module-metadata/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<artifactId>modules</artifactId>
3030
<groupId>cn.herodotus.reactive</groupId>
31-
<version>3.3.0.2</version>
31+
<version>3.3.0.3</version>
3232
</parent>
3333

3434
<artifactId>herodotus-module-metadata</artifactId>

modules/herodotus-module-social/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<artifactId>modules</artifactId>
3030
<groupId>cn.herodotus.reactive</groupId>
31-
<version>3.3.0.2</version>
31+
<version>3.3.0.3</version>
3232
</parent>
3333

3434
<artifactId>herodotus-module-social</artifactId>

modules/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<artifactId>herodotus-cloud</artifactId>
3030
<groupId>cn.herodotus.reactive</groupId>
31-
<version>3.3.0.2</version>
31+
<version>3.3.0.3</version>
3232
</parent>
3333

3434
<artifactId>modules</artifactId>

packages/authentication-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<artifactId>packages</artifactId>
3030
<groupId>cn.herodotus.reactive</groupId>
31-
<version>3.3.0.2</version>
31+
<version>3.3.0.3</version>
3232
</parent>
3333

3434
<artifactId>authentication-spring-boot-starter</artifactId>

packages/authorization-reactive-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>cn.herodotus.reactive</groupId>
2929
<artifactId>packages</artifactId>
30-
<version>3.3.0.2</version>
30+
<version>3.3.0.3</version>
3131
</parent>
3232

3333
<artifactId>authorization-reactive-spring-boot-starter</artifactId>

packages/authorization-servlet-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<artifactId>packages</artifactId>
3030
<groupId>cn.herodotus.reactive</groupId>
31-
<version>3.3.0.2</version>
31+
<version>3.3.0.3</version>
3232
</parent>
3333

3434
<artifactId>authorization-servlet-spring-boot-starter</artifactId>

packages/facility-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<artifactId>packages</artifactId>
3030
<groupId>cn.herodotus.reactive</groupId>
31-
<version>3.3.0.2</version>
31+
<version>3.3.0.3</version>
3232
</parent>
3333

3434
<artifactId>facility-spring-boot-starter</artifactId>

packages/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<artifactId>herodotus-cloud</artifactId>
3030
<groupId>cn.herodotus.reactive</groupId>
31-
<version>3.3.0.2</version>
31+
<version>3.3.0.3</version>
3232
</parent>
3333

3434
<artifactId>packages</artifactId>

packages/rpc-client-uaa-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>cn.herodotus.reactive</groupId>
2929
<artifactId>packages</artifactId>
30-
<version>3.3.0.2</version>
30+
<version>3.3.0.3</version>
3131
</parent>
3232

3333
<artifactId>rpc-client-uaa-spring-boot-starter</artifactId>

packages/rpc-server-upms-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>cn.herodotus.reactive</groupId>
2929
<artifactId>packages</artifactId>
30-
<version>3.3.0.2</version>
30+
<version>3.3.0.3</version>
3131
</parent>
3232

3333
<artifactId>rpc-server-upms-spring-boot-starter</artifactId>

platform/herodotus-cloud-gateway/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<artifactId>platform</artifactId>
2929
<groupId>cn.herodotus.reactive</groupId>
30-
<version>3.3.0.2</version>
30+
<version>3.3.0.3</version>
3131
</parent>
3232

3333
<artifactId>herodotus-cloud-gateway</artifactId>

platform/herodotus-cloud-message/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>cn.herodotus.reactive</groupId>
2929
<artifactId>platform</artifactId>
30-
<version>3.3.0.2</version>
30+
<version>3.3.0.3</version>
3131
</parent>
3232

3333
<artifactId>herodotus-cloud-message</artifactId>

platform/herodotus-cloud-monitor/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
<parent>
2727
<artifactId>platform</artifactId>
2828
<groupId>cn.herodotus.reactive</groupId>
29-
<version>3.3.0.2</version>
29+
<version>3.3.0.3</version>
3030
</parent>
3131

3232
<artifactId>herodotus-cloud-monitor</artifactId>
33-
<version>3.3.0.2</version>
33+
<version>3.3.0.3</version>
3434
<name>herodotus-cloud-monitor</name>
3535
<description>herodotus-cloud-monitor</description>
3636

platform/herodotus-cloud-uaa/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<artifactId>platform</artifactId>
2929
<groupId>cn.herodotus.reactive</groupId>
30-
<version>3.3.0.2</version>
30+
<version>3.3.0.3</version>
3131
</parent>
3232

3333
<artifactId>herodotus-cloud-uaa</artifactId>

platform/herodotus-cloud-upms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<artifactId>platform</artifactId>
2929
<groupId>cn.herodotus.reactive</groupId>
30-
<version>3.3.0.2</version>
30+
<version>3.3.0.3</version>
3131
</parent>
3232

3333
<artifactId>herodotus-cloud-upms</artifactId>

platform/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<artifactId>herodotus-cloud</artifactId>
3030
<groupId>cn.herodotus.reactive</groupId>
31-
<version>3.3.0.2</version>
31+
<version>3.3.0.3</version>
3232
</parent>
3333

3434
<artifactId>platform</artifactId>

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.reactive</groupId>
3030
<artifactId>dependencies</artifactId>
31-
<version>3.3.0.2</version>
31+
<version>3.3.0.3</version>
3232
<relativePath>dependencies/pom.xml</relativePath>
3333
</parent>
3434

services/herodotus-cloud-bpmn-ability/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
<parent>
2727
<artifactId>services</artifactId>
2828
<groupId>cn.herodotus.reactive</groupId>
29-
<version>3.3.0.2</version>
29+
<version>3.3.0.3</version>
3030
</parent>
3131

3232
<artifactId>herodotus-cloud-bpmn-ability</artifactId>
33-
<version>3.3.0.2</version>
33+
<version>3.3.0.3</version>
3434
<name>herodotus-cloud-bpmn-ability</name>
3535
<description>herodotus-cloud-bpmn-ability</description>
3636

services/herodotus-cloud-manage-ability/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>cn.herodotus.reactive</groupId>
2929
<artifactId>services</artifactId>
30-
<version>3.3.0.2</version>
30+
<version>3.3.0.3</version>
3131
</parent>
3232

3333
<artifactId>herodotus-cloud-manage-ability</artifactId>

services/herodotus-cloud-oss-ability/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>cn.herodotus.reactive</groupId>
2929
<artifactId>services</artifactId>
30-
<version>3.3.0.2</version>
30+
<version>3.3.0.3</version>
3131
</parent>
3232

3333
<artifactId>herodotus-cloud-oss-ability</artifactId>

services/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<artifactId>herodotus-cloud</artifactId>
3030
<groupId>cn.herodotus.reactive</groupId>
31-
<version>3.3.0.2</version>
31+
<version>3.3.0.3</version>
3232
</parent>
3333

3434
<artifactId>services</artifactId>

0 commit comments

Comments
 (0)