Skip to content

Commit

Permalink
💸 feat: v3.3.0.1
Browse files Browse the repository at this point in the history
- 主要更新
  - [优化] 提取系统级常量,归置在一处方便管理
  - [优化] 优化父级模块 pom 中 module 的配置
  - [优化] 补充各模块用途描述,便于在中央仓库中显示具体用途
  • Loading branch information
herodotus-ecosystem committed May 27, 2024
1 parent d3f2de9 commit d243254
Show file tree
Hide file tree
Showing 28 changed files with 27 additions and 27 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion configurations/docker/docker-compose/linux/herodotus/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=3.3.0.0
VERSION=3.3.0.1
GATEWAY_SERVICE_NAME=herodotus-cloud-gateway
GATEWAY_SERVICE_PORT=8847
UAA_SERVICE_NAME=herodotus-cloud-uaa
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=3.3.0.0
VERSION=3.3.0.1
GATEWAY_SERVICE_NAME=herodotus-cloud-gateway
GATEWAY_SERVICE_PORT=8847
UAA_SERVICE_NAME=herodotus-cloud-uaa
Expand Down
2 changes: 1 addition & 1 deletion dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>cn.herodotus.stirrup</groupId>
<artifactId>dependencies</artifactId>
<version>3.3.0.0</version>
<version>3.3.0.1</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/herodotus-module-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>modules</artifactId>
<groupId>cn.herodotus.reactive</groupId>
<version>3.3.0.0</version>
<version>3.3.0.1</version>
</parent>

<artifactId>herodotus-module-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/herodotus-module-metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>modules</artifactId>
<groupId>cn.herodotus.reactive</groupId>
<version>3.3.0.0</version>
<version>3.3.0.1</version>
</parent>

<artifactId>herodotus-module-metadata</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/herodotus-module-social/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>modules</artifactId>
<groupId>cn.herodotus.reactive</groupId>
<version>3.3.0.0</version>
<version>3.3.0.1</version>
</parent>

<artifactId>herodotus-module-social</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>herodotus-cloud</artifactId>
<groupId>cn.herodotus.reactive</groupId>
<version>3.3.0.0</version>
<version>3.3.0.1</version>
</parent>

<artifactId>modules</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion packages/authentication-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>packages</artifactId>
<groupId>cn.herodotus.reactive</groupId>
<version>3.3.0.0</version>
<version>3.3.0.1</version>
</parent>

<artifactId>authentication-spring-boot-starter</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>cn.herodotus.reactive</groupId>
<artifactId>packages</artifactId>
<version>3.3.0.0</version>
<version>3.3.0.1</version>
</parent>

<artifactId>authorization-reactive-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion packages/authorization-servlet-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>packages</artifactId>
<groupId>cn.herodotus.reactive</groupId>
<version>3.3.0.0</version>
<version>3.3.0.1</version>
</parent>

<artifactId>authorization-servlet-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion packages/facility-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>packages</artifactId>
<groupId>cn.herodotus.reactive</groupId>
<version>3.3.0.0</version>
<version>3.3.0.1</version>
</parent>

<artifactId>facility-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion packages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>herodotus-cloud</artifactId>
<groupId>cn.herodotus.reactive</groupId>
<version>3.3.0.0</version>
<version>3.3.0.1</version>
</parent>

<artifactId>packages</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc-client-uaa-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>cn.herodotus.reactive</groupId>
<artifactId>packages</artifactId>
<version>3.3.0.0</version>
<version>3.3.0.1</version>
</parent>

<artifactId>rpc-client-uaa-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc-server-upms-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>cn.herodotus.reactive</groupId>
<artifactId>packages</artifactId>
<version>3.3.0.0</version>
<version>3.3.0.1</version>
</parent>

<artifactId>rpc-server-upms-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion platform/herodotus-cloud-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<artifactId>platform</artifactId>
<groupId>cn.herodotus.reactive</groupId>
<version>3.3.0.0</version>
<version>3.3.0.1</version>
</parent>

<artifactId>herodotus-cloud-gateway</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion platform/herodotus-cloud-message/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>cn.herodotus.reactive</groupId>
<artifactId>platform</artifactId>
<version>3.3.0.0</version>
<version>3.3.0.1</version>
</parent>

<artifactId>herodotus-cloud-message</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions platform/herodotus-cloud-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
<parent>
<artifactId>platform</artifactId>
<groupId>cn.herodotus.reactive</groupId>
<version>3.3.0.0</version>
<version>3.3.0.1</version>
</parent>

<artifactId>herodotus-cloud-monitor</artifactId>
<version>3.3.0.0</version>
<version>3.3.0.1</version>
<name>herodotus-cloud-monitor</name>
<description>herodotus-cloud-monitor</description>

Expand Down
2 changes: 1 addition & 1 deletion platform/herodotus-cloud-uaa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<artifactId>platform</artifactId>
<groupId>cn.herodotus.reactive</groupId>
<version>3.3.0.0</version>
<version>3.3.0.1</version>
</parent>

<artifactId>herodotus-cloud-uaa</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion platform/herodotus-cloud-upms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<artifactId>platform</artifactId>
<groupId>cn.herodotus.reactive</groupId>
<version>3.3.0.0</version>
<version>3.3.0.1</version>
</parent>

<artifactId>herodotus-cloud-upms</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>herodotus-cloud</artifactId>
<groupId>cn.herodotus.reactive</groupId>
<version>3.3.0.0</version>
<version>3.3.0.1</version>
</parent>

<artifactId>platform</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>cn.herodotus.reactive</groupId>
<artifactId>dependencies</artifactId>
<version>3.3.0.0</version>
<version>3.3.0.1</version>
<relativePath>dependencies/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions services/herodotus-cloud-bpmn-ability/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
<parent>
<artifactId>services</artifactId>
<groupId>cn.herodotus.reactive</groupId>
<version>3.3.0.0</version>
<version>3.3.0.1</version>
</parent>

<artifactId>herodotus-cloud-bpmn-ability</artifactId>
<version>3.3.0.0</version>
<version>3.3.0.1</version>
<name>herodotus-cloud-bpmn-ability</name>
<description>herodotus-cloud-bpmn-ability</description>

Expand Down
2 changes: 1 addition & 1 deletion services/herodotus-cloud-manage-ability/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>cn.herodotus.reactive</groupId>
<artifactId>services</artifactId>
<version>3.3.0.0</version>
<version>3.3.0.1</version>
</parent>

<artifactId>herodotus-cloud-manage-ability</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion services/herodotus-cloud-oss-ability/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>cn.herodotus.reactive</groupId>
<artifactId>services</artifactId>
<version>3.3.0.0</version>
<version>3.3.0.1</version>
</parent>

<artifactId>herodotus-cloud-oss-ability</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>herodotus-cloud</artifactId>
<groupId>cn.herodotus.reactive</groupId>
<version>3.3.0.0</version>
<version>3.3.0.1</version>
</parent>

<artifactId>services</artifactId>
Expand Down

0 comments on commit d243254

Please sign in to comment.