Skip to content

Commit

Permalink
📝 chore: v2.6.7.30
Browse files Browse the repository at this point in the history
- 主要更新
  - Spring Boot Admin 版本升级至 2.6.7
- 其它更新
  - Maven Invoker 版本升级至 3.2.0
  - Minio 版本升级至 8.4.1
  - Hutool 版本升级至 5.8.0
  - Bce-java-sdk 版本升级至 0.10.209
  - Alipay-sdk-java 版本升级至 4.23.11.ALL
  - Aliyun-sdk-oss 版本升级至 3.15.0
  • Loading branch information
herodotus-ecosystem committed May 15, 2022
1 parent 565e71b commit d3a8c4c
Show file tree
Hide file tree
Showing 32 changed files with 57 additions and 57 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<a href="https://nacos.io/zh-cn/index.html" target="_blank"><img src="https://shields.io/badge/Nacos-2.1.0-brightgreen" alt="Nacos 2.1.0"></a>
<a href="./LICENSE"><img src="https://shields.io/badge/License-Apache--2.0-blue" alt="License Apache 2.0"></a>
<a href="https://blog.csdn.net/Pointer_v" target="_blank"><img src="https://shields.io/badge/Author-%E7%A0%81%E5%8C%A0%E5%90%9B-orange" alt="码匠君"></a>
<a href="#" target="_blank"><img src="https://shields.io/badge/Version-2.6.7.20-red" alt="Version 2.6.7.20"></a>
<a href="#" target="_blank"><img src="https://shields.io/badge/Version-2.6.7.30-red" alt="Version 2.6.7.30"></a>
<a href="https://gitee.com/herodotus/eurynome-cloud"><img src="https://gitee.com/herodotus/eurynome-cloud/badge/star.svg?theme=dark" alt="Gitee star"></a>
<a href="https://gitee.com/herodotus/eurynome-cloud"><img src="https://gitee.com/herodotus/eurynome-cloud/badge/fork.svg?theme=dark" alt="Gitee fork"></a>
</p>
Expand Down Expand Up @@ -82,7 +82,7 @@ Eurynome Cloud是一款企业级微服务架构和服务能力开发平台。基
| Spring Boot | 2.6.7 |
| Spring Cloud | 2021.0.2 |
| Spring Cloud Alibaba | 2021.0.1.0 |
| Spring Boot Admin | 2.6.6 |
| Spring Boot Admin | 2.6.7 |
| Nacos | 2.1.0 |
| Sentinel | 1.8.3 |
| Seata | 1.3.0 |
Expand Down
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=2.6.7.20
VERSION=2.6.7.30
GATEWAY_SERVICE_NAME=eurynome-cloud-gateway
GATEWAY_SERVICE_PORT=8847
UAA_SERVICE_NAME=eurynome-cloud-uaa
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=2.6.7.20
VERSION=2.6.7.30
GATEWAY_SERVICE_NAME=eurynome-cloud-gateway
GATEWAY_SERVICE_PORT=8847
UAA_SERVICE_NAME=eurynome-cloud-uaa
Expand Down
8 changes: 4 additions & 4 deletions dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<groupId>cn.herodotus.eurynome</groupId>
<artifactId>dependencies</artifactId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
<packaging>pom</packaging>

<name>eurynome-cloud-dependencies</name>
Expand All @@ -62,7 +62,7 @@
<spring-boot-dependencies.version>2.6.7</spring-boot-dependencies.version>
<spring-cloud-dependencies.version>2021.0.2</spring-cloud-dependencies.version>
<spring-cloud-alibaba-dependencies.version>2021.0.1.0</spring-cloud-alibaba-dependencies.version>
<spring-boot-admin.version>2.6.6</spring-boot-admin.version>
<spring-boot-admin.version>2.6.7</spring-boot-admin.version>

<!--Maven Plugin 相关组件-->
<docker-maven-plugin.version>0.39.1</docker-maven-plugin.version>
Expand Down Expand Up @@ -91,14 +91,14 @@
<nacos.version>2.1.0</nacos.version>

<!-- 国内开源通用组件 -->
<hutool.version>5.7.22</hutool.version>
<hutool.version>5.8.0</hutool.version>
<okhttps.version>3.5.1</okhttps.version>
<just-auth.verison>1.16.5</just-auth.verison>
<knife4j.version>3.0.3</knife4j.version>
<weixin-java-sdk.version>4.3.2.B</weixin-java-sdk.version>

<!--支付 SDK-->
<alipay-sdk-java.version>4.22.113.ALL</alipay-sdk-java.version>
<alipay-sdk-java.version>4.23.11.ALL</alipay-sdk-java.version>

<!--第三方starter-->
<jasypt-spring-boot-starter.version>3.0.4</jasypt-spring-boot-starter.version>
Expand Down
2 changes: 1 addition & 1 deletion packages/eurynome-cloud-assistant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<artifactId>packages</artifactId>
<groupId>cn.herodotus.eurynome</groupId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions packages/eurynome-cloud-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
<parent>
<artifactId>packages</artifactId>
<groupId>cn.herodotus.eurynome</groupId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>eurynome-cloud-cache</artifactId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
<packaging>jar</packaging>

<description>将Cache和Redis相关抽取出独立组件包。降低代码耦合性,提升代码包的独立性。解决依赖过多,使用过程中还需要进行排除的问题。</description>
Expand Down
4 changes: 2 additions & 2 deletions packages/eurynome-cloud-captcha/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
<parent>
<artifactId>packages</artifactId>
<groupId>cn.herodotus.eurynome</groupId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>eurynome-cloud-captcha</artifactId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/eurynome-cloud-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
<parent>
<artifactId>packages</artifactId>
<groupId>cn.herodotus.eurynome</groupId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
</parent>

<artifactId>eurynome-cloud-data</artifactId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
<packaging>jar</packaging>

<description>数据相关通用代码组件包,包括JPA,Redis,数据实体等相关内容</description>
Expand Down
4 changes: 2 additions & 2 deletions packages/eurynome-cloud-kernel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
<parent>
<artifactId>packages</artifactId>
<groupId>cn.herodotus.eurynome</groupId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
</parent>

<artifactId>eurynome-cloud-kernel</artifactId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
<packaging>jar</packaging>

<description>平台通用的基础依赖,以及接入及管理等通用代码,上中台必需的基础代码。增加这层包,主要目的是抽取webflux和web依赖的通用性,降低其它包之间的耦合性,比如之前data要依赖logstash,logstash要依赖managementproperties</description>
Expand Down
4 changes: 2 additions & 2 deletions packages/eurynome-cloud-message/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
<parent>
<artifactId>packages</artifactId>
<groupId>cn.herodotus.eurynome</groupId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>eurynome-cloud-message</artifactId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/eurynome-cloud-oauth-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
<parent>
<artifactId>packages</artifactId>
<groupId>cn.herodotus.eurynome</groupId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
</parent>

<artifactId>eurynome-cloud-oauth-starter</artifactId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/eurynome-cloud-oauth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
<parent>
<artifactId>packages</artifactId>
<groupId>cn.herodotus.eurynome</groupId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
</parent>


<artifactId>eurynome-cloud-oauth</artifactId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/eurynome-cloud-pay/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
<parent>
<artifactId>packages</artifactId>
<groupId>cn.herodotus.eurynome</groupId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>eurynome-cloud-pay</artifactId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/eurynome-cloud-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
<parent>
<artifactId>packages</artifactId>
<groupId>cn.herodotus.eurynome</groupId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
</parent>

<artifactId>eurynome-cloud-rest</artifactId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/eurynome-cloud-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
<parent>
<artifactId>packages</artifactId>
<groupId>cn.herodotus.eurynome</groupId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
</parent>

<artifactId>eurynome-cloud-security</artifactId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/eurynome-cloud-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
<parent>
<artifactId>packages</artifactId>
<groupId>cn.herodotus.eurynome</groupId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
</parent>

<artifactId>eurynome-cloud-starter</artifactId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>

<description>通用配置starter,此包的定位是统一未来接入的微服务使用</description>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions packages/eurynome-cloud-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
<parent>
<artifactId>packages</artifactId>
<groupId>cn.herodotus.eurynome</groupId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>eurynome-cloud-web</artifactId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public OpenAPI createOpenAPI() {
.servers(getServers())
.info(new Info().title("Eurynome Cloud")
.description("Eurynome Cloud Microservices Architecture")
.version("2.6.7.20")
.version("2.6.7.30")
.license(new License().name("Apache 2.0").url("http://www.apache.org/licenses/")))
.externalDocs(new ExternalDocumentation()
.description("Eurynome Cloud Documentation")
Expand Down
4 changes: 2 additions & 2 deletions packages/eurynome-cloud-websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
<parent>
<artifactId>packages</artifactId>
<groupId>cn.herodotus.eurynome</groupId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>eurynome-cloud-websocket</artifactId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion packages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<artifactId>eurynome-cloud</artifactId>
<groupId>cn.herodotus.eurynome</groupId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
</parent>

<artifactId>packages</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions platform/eurynome-cloud-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
<parent>
<artifactId>platform</artifactId>
<groupId>cn.herodotus.eurynome</groupId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
</parent>

<artifactId>eurynome-cloud-gateway</artifactId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions platform/eurynome-cloud-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
<parent>
<artifactId>platform</artifactId>
<groupId>cn.herodotus.eurynome</groupId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
</parent>

<artifactId>eurynome-cloud-monitor</artifactId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions platform/eurynome-cloud-uaa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
<parent>
<artifactId>platform</artifactId>
<groupId>cn.herodotus.eurynome</groupId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
</parent>

<artifactId>eurynome-cloud-uaa</artifactId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<artifactId>eurynome-cloud</artifactId>
<groupId>cn.herodotus.eurynome</groupId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>cn.herodotus.eurynome</groupId>
<artifactId>dependencies</artifactId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
<relativePath>dependencies/pom.xml</relativePath>
</parent>

<artifactId>eurynome-cloud</artifactId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
<packaging>pom</packaging>

<name>eurynome-cloud</name>
Expand Down
4 changes: 2 additions & 2 deletions services/eurynome-cloud-bpmn-ability/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
<parent>
<artifactId>services</artifactId>
<groupId>cn.herodotus.eurynome</groupId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>eurynome-cloud-bpmn-ability</artifactId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>

<description>基于Camunda工作流的服务</description>

Expand Down
4 changes: 2 additions & 2 deletions services/eurynome-cloud-bpmn-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
<parent>
<artifactId>services</artifactId>
<groupId>cn.herodotus.eurynome</groupId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>eurynome-cloud-bpmn-rest</artifactId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions services/eurynome-cloud-upms-ability/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
<parent>
<artifactId>services</artifactId>
<groupId>cn.herodotus.eurynome</groupId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>eurynome-cloud-upms-ability</artifactId>
<version>2.6.7.20</version>
<version>2.6.7.30</version>

<dependencies>
<dependency>
Expand Down
Loading

0 comments on commit d3a8c4c

Please sign in to comment.