Skip to content

Commit 411034d

Browse files
Merge pull request #4 from Minecraft-InCraftTime-Server/优化menu
优化menu
2 parents 0e58ee1 + 77c1974 commit 411034d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
- name: Upload artifact
2727
uses: actions/upload-artifact@v4
2828
with:
29-
name: Landmark-Plugin
30-
path: target/landmark-system-*.jar
29+
name: LandmarkSystem
30+
path: target/LandmarkSystem-*.jar

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>ict.minesunshineone</groupId>
8-
<artifactId>landmark-system</artifactId>
9-
<version>1.4</version>
8+
<artifactId>LandmarkSystem</artifactId>
9+
<version>1.5</version>
1010

1111
<properties>
1212
<java.version>21</java.version>

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: LandmarkSystem
2-
version: '1.0.0'
2+
version: '${project.version}'
33
main: ict.minesunshineone.landmark.LandmarkPlugin
44
api-version: '1.20'
55
description: '一个功能强大的锚点传送系统'

0 commit comments

Comments
 (0)