Skip to content

Commit

Permalink
🔖 Releasing / Version tags. 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lltx committed Apr 9, 2024
1 parent 0e1db4c commit 2b3ab77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
| Spring Cloud | 2021.0.8 |
| Spring Cloud Alibaba | 2021.0.6.0 |
| Spring Authorization Server | 0.4.4 |
| Mybatis Plus | 3.5.5 |
| hutool | 5.8.22 |
| Mybatis Plus | 3.5.6 |
| hutool | 5.8.27 |

### 模块说明

Expand All @@ -54,6 +54,7 @@ pig-ui -- https://gitee.com/log4j/pig-ui

pig
├── pig-auth -- 授权服务提供[3000]
├── pig-boot -- 单体模式启动[9999]
└── pig-common -- 系统公共模块
├── pig-common-bom -- 全局依赖管理控制
├── pig-common-core -- 公共工具类核心包
Expand Down
2 changes: 1 addition & 1 deletion pig-common/pig-common-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<description>pig cloud parent</description>

<properties>
<revision>3.7.4-JDK8</revision>
<revision>3.8.0-JDK8</revision>
<spring-boot.version>2.7.18</spring-boot.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<log4j2.version>2.17.1</log4j2.version>
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 @@

<properties>
<!-- 项目版本号 -->
<revision>3.7.4-JDK8</revision>
<revision>3.8.0-JDK8</revision>
<spring-boot.version>2.7.18</spring-boot.version>
<spring-cloud.version>2021.0.8</spring-cloud.version>
<spring-cloud-alibaba.version>2021.0.6.0</spring-cloud-alibaba.version>
Expand Down

0 comments on commit 2b3ab77

Please sign in to comment.