mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-12-26 10:28:05 +01:00
Corrections to versions.
This commit is contained in:
parent
5a98004552
commit
4b07eadc32
@ -3,7 +3,7 @@
|
||||
|
||||
<!-- Informations -->
|
||||
<groupId>fr.neatmonster</groupId>
|
||||
<artifactId>NoCheatPlus</artifactId>
|
||||
<artifactId>nocheatplus</artifactId>
|
||||
<name>NoCheatPlus</name>
|
||||
<version>3.8.6</version>
|
||||
<description>Detect and fight the exploitation of various flaws/bugs in Minecraft.</description>
|
||||
|
@ -1,12 +1,12 @@
|
||||
name: NoCheatPlus
|
||||
version: ${project.version}-b${build-number}
|
||||
description: Fight hackers.
|
||||
name: ${project.name}
|
||||
version: ${project.version}-b${BUILD_NUMBER}
|
||||
description: ${project.description}
|
||||
|
||||
author: NeatMonster
|
||||
authors: [asofold, Evenprime]
|
||||
website: http://nocheatplus.org
|
||||
website: ${project.url}
|
||||
|
||||
main: fr.neatmonster.nocheatplus.NoCheatPlus
|
||||
main: ${project.groupId}.${project.artifactId}.${project.name}
|
||||
|
||||
commands:
|
||||
nocheatplus:
|
||||
|
Loading…
Reference in New Issue
Block a user