Skip to content

Commit

Permalink
🔖 Releasing / Version tags. 适配 springboot 3.2 + spring cloud 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
lbw committed Dec 7, 2023
1 parent fd36d64 commit 7c6ad1b
Show file tree
Hide file tree
Showing 24 changed files with 26 additions and 26 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<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/Spring%20Cloud-2022.0.4-blue.svg" alt="Coverage Status">
<img src="https://img.shields.io/badge/Spring%20Boot-3.1.5-blue.svg" alt="Downloads">
<img src="https://img.shields.io/badge/Spring%20Cloud-2023.0.0-blue.svg" alt="Coverage Status">
<img src="https://img.shields.io/badge/Spring%20Boot-3.2.0-blue.svg" alt="Downloads">
<img src="https://img.shields.io/badge/Vue-3.2-blue.svg" alt="Downloads">
<img src="https://img.shields.io/github/license/pig-mesh/pig"/>
</p>

## 分支说明

- master: java8 + springboot 2.7 + springcloud 2021
- jdk17: java17 + springboot 3.1 + springcloud 2022
- jdk17: java17 + springboot 3.2 + springcloud 2023

## 系统说明

Expand Down
2 changes: 1 addition & 1 deletion pig-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig</artifactId>
<version>3.7.1</version>
<version>3.7.2</version>
</parent>

<artifactId>pig-auth</artifactId>
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 @@ -6,7 +6,7 @@

<groupId>com.pig4cloud</groupId>
<artifactId>pig-common-bom</artifactId>
<version>3.7.1</version>
<version>3.7.2</version>
<packaging>pom</packaging>

<name>pig-common-bom</name>
Expand Down
2 changes: 1 addition & 1 deletion pig-common/pig-common-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common</artifactId>
<version>3.7.1</version>
<version>3.7.2</version>
</parent>

<artifactId>pig-common-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pig-common/pig-common-datasource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>pig-common</artifactId>
<groupId>com.pig4cloud</groupId>
<version>3.7.1</version>
<version>3.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pig-common/pig-common-feign/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common</artifactId>
<version>3.7.1</version>
<version>3.7.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pig-common/pig-common-log/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common</artifactId>
<version>3.7.1</version>
<version>3.7.2</version>
</parent>

<artifactId>pig-common-log</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pig-common/pig-common-mybatis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common</artifactId>
<version>3.7.1</version>
<version>3.7.2</version>
</parent>

<artifactId>pig-common-mybatis</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pig-common/pig-common-oss/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common</artifactId>
<version>3.7.1</version>
<version>3.7.2</version>
</parent>

<artifactId>pig-common-oss</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pig-common/pig-common-seata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common</artifactId>
<version>3.7.1</version>
<version>3.7.2</version>
</parent>

<artifactId>pig-common-seata</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pig-common/pig-common-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common</artifactId>
<version>3.7.1</version>
<version>3.7.2</version>
</parent>

<artifactId>pig-common-security</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pig-common/pig-common-swagger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common</artifactId>
<version>3.7.1</version>
<version>3.7.2</version>
</parent>

<artifactId>pig-common-swagger</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pig-common/pig-common-xss/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common</artifactId>
<version>3.7.1</version>
<version>3.7.2</version>
</parent>

<artifactId>pig-common-xss</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pig-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig</artifactId>
<version>3.7.1</version>
<version>3.7.2</version>
</parent>

<artifactId>pig-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pig-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig</artifactId>
<version>3.7.1</version>
<version>3.7.2</version>
</parent>

<artifactId>pig-gateway</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pig-register/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig</artifactId>
<version>3.7.1</version>
<version>3.7.2</version>
</parent>

<artifactId>pig-register</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pig-upms/pig-upms-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-upms</artifactId>
<version>3.7.1</version>
<version>3.7.2</version>
</parent>

<artifactId>pig-upms-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pig-upms/pig-upms-biz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-upms</artifactId>
<version>3.7.1</version>
<version>3.7.2</version>
</parent>

<artifactId>pig-upms-biz</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pig-upms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig</artifactId>
<version>3.7.1</version>
<version>3.7.2</version>
</parent>

<artifactId>pig-upms</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pig-visual/pig-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-visual</artifactId>
<version>3.7.1</version>
<version>3.7.2</version>
</parent>

<artifactId>pig-codegen</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pig-visual/pig-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-visual</artifactId>
<version>3.7.1</version>
<version>3.7.2</version>
</parent>

<artifactId>pig-monitor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pig-visual/pig-quartz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-visual</artifactId>
<version>3.7.1</version>
<version>3.7.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pig-visual/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig</artifactId>
<version>3.7.1</version>
<version>3.7.2</version>
</parent>

<artifactId>pig-visual</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>com.pig4cloud</groupId>
<artifactId>pig</artifactId>
<name>${project.artifactId}</name>
<version>3.7.1</version>
<version>3.7.2</version>
<packaging>pom</packaging>
<url>https://www.pig4cloud.com</url>

Expand Down

0 comments on commit 7c6ad1b

Please sign in to comment.