We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e58ee1 + 77c1974 commit 411034dCopy full SHA for 411034d
3 files changed
.github/workflows/maven.yml
@@ -26,5 +26,5 @@ jobs:
26
- name: Upload artifact
27
uses: actions/upload-artifact@v4
28
with:
29
- name: Landmark-Plugin
30
- path: target/landmark-system-*.jar
+ name: LandmarkSystem
+ path: target/LandmarkSystem-*.jar
pom.xml
@@ -5,8 +5,8 @@
5
<modelVersion>4.0.0</modelVersion>
6
7
<groupId>ict.minesunshineone</groupId>
8
- <artifactId>landmark-system</artifactId>
9
- <version>1.4</version>
+ <artifactId>LandmarkSystem</artifactId>
+ <version>1.5</version>
10
11
<properties>
12
<java.version>21</java.version>
src/main/resources/plugin.yml
@@ -1,5 +1,5 @@
1
name: LandmarkSystem
2
-version: '1.0.0'
+version: '${project.version}'
3
main: ict.minesunshineone.landmark.LandmarkPlugin
4
api-version: '1.20'
description: '一个功能强大的锚点传送系统'
0 commit comments