We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf114e commit 2d36606Copy full SHA for 2d36606
2 files changed
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>KingdomProgrammers</groupId>
8
<artifactId>Medieval-Roleplay-Engine</artifactId>
9
- <version>v2.0-alpha-10</version>
+ <version>2.0-ALPHA</version>
10
<packaging>jar</packaging>
11
12
<name>Medieval Roleplay Engine</name>
src/main/resources/plugin.yml
@@ -1,5 +1,5 @@
1
name: MedievalRoleplayEngine
2
-version: 2.0-alpha-10
+version: '${project.version}'
3
author: Daniel Stephenson
4
main: dansplugins.rpsystem.MedievalRoleplayEngine
5
api-version: 1.13
0 commit comments