We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235191c commit 13b1462Copy full SHA for 13b1462
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>in.rs.milivojevic</groupId>
8
<artifactId>KPManager</artifactId>
9
- <version>1.10-SNAPSHOT</version>
+ <version>1.11</version>
10
<packaging>jar</packaging>
11
12
<name>KPManager</name>
src/main/resources/plugin.yml
@@ -1,6 +1,6 @@
1
name: KPManager
2
api-version: 1.19
3
-version: v1.10
+version: ${project.version}
4
main: in.rs.milivojevic.KPManager.Main
5
author: Kamey_
license: GPLv3
0 commit comments