Skip to content

Commit

Permalink
1. 版本号为:0.3.1;
Browse files Browse the repository at this point in the history
3. 升级spring boot 到 3.2.1;
4. jdk版本最低支持设置为jdk17;
  • Loading branch information
little3201 committed Jan 18, 2024
1 parent cf41e86 commit 4d5790c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4

# Runs a single command using the runners shell
- name: Run a one-line script
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# leafage-starter-parent

<p align="center">
<img src="https://img.shields.io/badge/Spring%20Cloud-2023.0.0-green.svg" alt="Coverage Status">
<img src="https://img.shields.io/badge/Spring%20Boot-3.2.1-green.svg" alt="Downloads">
</p>

项目依赖版本pom(已发布到maven repository)

### 介绍:
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

<groupId>top.leafage</groupId>
<artifactId>leafage-starter-parent</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
<packaging>pom</packaging>

<name>leafage-starter-parent</name>
<description>pom dependencies control of leafage</description>

<properties>
<java.version>21</java.version>
<java.version>17</java.version>

<!-- Sonar -->
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
Expand Down

0 comments on commit 4d5790c

Please sign in to comment.