This commit is contained in:
Brianna 2019-05-03 21:51:22 -04:00
parent da929adc0b
commit 2664203c1a
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ stages:
variables:
name: "EpicAnchors"
path: "/builds/$CI_PROJECT_PATH"
version: "1.2.2"
version: "1.2.3"
build:
stage: build

View File

@ -1,6 +1,6 @@
name: EpicAnchors
description: EpicAnchors
version: 1.1.12
version: maven-version-number
softdepend: [EpicSpawners, Towny, RedProtect, Kingdoms, PlotsSquared, GriefPrevention, USkyBlock, ASkyBlock, WorldGuard, Factions, Vault]
main: com.songoda.epicanchors.EpicAnchorsPlugin
author: songoda

View File

@ -2,7 +2,7 @@
<groupId>com.songoda</groupId>
<artifactId>EpicAnchors</artifactId>
<modelVersion>4.0.0</modelVersion>
<version>1.1.12</version>
<version>maven-version-number</version>
<build>
<defaultGoal>clean package</defaultGoal>
<plugins>