Update to 1.7.10 & make builds save just as...

marriage.jar instead of marriage-1-2-4.jar
This commit is contained in:
Yive 2014-07-24 13:58:03 -07:00
parent a8c51dbfec
commit 0e1382c71f

View file

@ -31,7 +31,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.7.8-R0.1-SNAPSHOT</version>
<version>1.7.10-R0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.milkbowl.vault</groupId>
@ -71,6 +71,7 @@
</resource>
</resources>
<defaultGoal>clean install</defaultGoal>
<finalName>Marriage</finalName>
<!-- Plugins -->
<plugins>
<!-- Compiler plugin -->