Skip to content

Commit 94deb32

Browse files
author
wuweilin
committed
修改pom
1 parent 4a438a3 commit 94deb32

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v3
1616

17-
# 设置 JDK 1.8
18-
- name: Set up JDK 1.8
17+
# 设置 JDK 17
18+
- name: Set up JDK 17
1919
uses: actions/setup-java@v3
2020
with:
2121
distribution: 'temurin'
22-
java-version: '8'
22+
java-version: '17'
2323

2424
# 获取 Maven 项目版本号
2525
- name: Extract project version

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.kuaidi100-api</groupId>
88
<artifactId>sdk</artifactId>
9-
<version>1.0.22</version>
9+
<version>1.0.23-17</version>
1010

1111
<name>api</name>
1212
<url>https://github.com/kuaidi100-api/java-demo</url>

0 commit comments

Comments
 (0)