mirror of
https://github.com/songoda/EpicVouchers.git
synced 2024-12-24 09:37:53 +01:00
Version
This commit is contained in:
parent
878948089d
commit
e532b0019b
@ -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
|
||||||
|
2
pom.xml
2
pom.xml
@ -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>
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user