We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c295b commit feabb87Copy full SHA for feabb87
1 file changed
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>nl.ordewittetafel</groupId>
8
<artifactId>MineCom-Plugin</artifactId>
9
- <version>1.0</version>
+ <version>1.0.0</version>
10
<packaging>jar</packaging>
11
12
<properties>
@@ -37,7 +37,7 @@
37
<dependency>
38
<groupId>org.spigotmc</groupId>
39
<artifactId>spigot-api</artifactId>
40
- <version>1.8-R0.1-SNAPSHOT</version><!--change this value depending on the version-->
+ <version>1.8-R0.1-SNAPSHOT</version>
41
<type>jar</type>
42
<scope>provided</scope>
43
</dependency>
0 commit comments