Fixed an absolutely dumb issue made by one of our ex devs.

This commit is contained in:
Brianna O'Keefe 2019-02-28 12:14:15 -05:00
parent ba55806a62
commit 535e7e72dd
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@ stages:
variables:
name: "EpicFarming"
path: "/builds/Songoda/$name"
version: "2.1.2"
version: "2.1.3"
build:
stage: build

View File

@ -27,6 +27,7 @@
<groupId>net.arcaniax</groupId>
<artifactId>liquidtanks</artifactId>
<version>LATEST</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org</groupId>
@ -155,7 +156,7 @@
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<defaultGoal>clean install</defaultGoal>
<finalName>EpicFarming-${project.version}</finalName>