For v1.1.

This commit is contained in:
JitseB
2018-05-05 20:16:04 +02:00
parent d73a4dd5d2
commit ac3e4ea595
15 changed files with 21 additions and 17 deletions
+6 -1
View File
@@ -7,7 +7,7 @@
<parent>
<groupId>net.jitse</groupId>
<artifactId>npclib</artifactId>
<version>1.0.4</version>
<version>1.1</version>
</parent>
<artifactId>npclib-api</artifactId>
@@ -68,4 +68,9 @@
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<defaultGoal>clean install</defaultGoal>
<finalName>NPCLib-API-v${project.parent.version}</finalName>
</build>
</project>