Skip to content

Commit

Permalink
feat(release): v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lltx committed Jul 22, 2024
1 parent 5da7212 commit 011441b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://img.shields.io/badge/Pig-3.7-success.svg" alt="Build Status">
<img src="https://img.shields.io/badge/Pig-3.8-success.svg" alt="Build Status">
<img src="https://img.shields.io/badge/Spring%20Cloud-2021-blue.svg" alt="Coverage Status">
<img src="https://img.shields.io/badge/Spring%20Boot-2.7-blue.svg" alt="Downloads">
<img src="https://img.shields.io/badge/Vue-3.2-blue.svg" alt="Downloads">
Expand Down Expand Up @@ -42,10 +42,10 @@
|-----------------------------|------------|
| Spring Boot | 2.7.18 |
| Spring Cloud | 2021.0.8 |
| Spring Cloud Alibaba | 2021.0.6.0 |
| Spring Cloud Alibaba | 2021.0.6.1 |
| Spring Authorization Server | 0.4.4 |
| Mybatis Plus | 3.5.6 |
| hutool | 5.8.27 |
| Mybatis Plus | 3.5.7 |
| hutool | 5.8.29 |

### 模块说明

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.8.0-JDK8</revision>
<revision>3.8.1-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.8.0-JDK8</revision>
<revision>3.8.1-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.1</spring-cloud-alibaba.version>
Expand Down

0 comments on commit 011441b

Please sign in to comment.