This commit is contained in:
Brianna 2019-04-28 16:44:29 -04:00
parent 878948089d
commit e532b0019b
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ stages:
variables: variables:
name: "EpicVouchers" name: "EpicVouchers"
path: "/builds/$CI_PROJECT_PATH" path: "/builds/$CI_PROJECT_PATH"
version: "2.0.3" version: "2.1"
build: build:
stage: build stage: build

View File

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

View File

@ -1,6 +1,6 @@
name: EpicVouchers name: EpicVouchers
main: com.songoda.epicvouchers.EpicVouchers main: com.songoda.epicvouchers.EpicVouchers
version: ${project.version} version: maven-version-number
author: Songoda author: Songoda
website: https://songoda.host/epicvouchers website: https://songoda.host/epicvouchers
description: Enhance your server with awesome customizable vouchers with a lot of features. description: Enhance your server with awesome customizable vouchers with a lot of features.