mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-03-02 11:11:58 +01:00
Fix version
This commit is contained in:
parent
6789e5c0de
commit
c54da35a39
@ -2,7 +2,7 @@
|
|||||||
name: Essentials
|
name: Essentials
|
||||||
main: com.earth2me.essentials.Essentials
|
main: com.earth2me.essentials.Essentials
|
||||||
# Note to developers: This next line cannot change, or the automatic versioning system will break.
|
# Note to developers: This next line cannot change, or the automatic versioning system will break.
|
||||||
version: ${project.version}-b${BUILD_NUMBER}
|
version: ${project.version}-b${build.number}
|
||||||
website: http://tiny.cc/EssentialsCommands
|
website: http://tiny.cc/EssentialsCommands
|
||||||
description: Provides an essential, core set of commands for Bukkit.
|
description: Provides an essential, core set of commands for Bukkit.
|
||||||
softdepend: [Vault]
|
softdepend: [Vault]
|
||||||
|
2
pom.xml
2
pom.xml
@ -266,7 +266,7 @@
|
|||||||
</build>
|
</build>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<build.number>TeamCity</build.number>
|
<build.number>SNAPSHOT</build.number>
|
||||||
<GMVer>GMBuildVer</GMVer>
|
<GMVer>GMBuildVer</GMVer>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
|
Loading…
Reference in New Issue
Block a user