Add a dash and a zero (name and version)
This commit is contained in:
parent
09074f1a2e
commit
5b5a8877cc
2 changed files with 2 additions and 2 deletions
|
@ -219,7 +219,7 @@
|
||||||
<!-- github server corresponds to entry in ~/.m2/settings.xml -->
|
<!-- github server corresponds to entry in ~/.m2/settings.xml -->
|
||||||
<github.global.server>github</github.global.server>
|
<github.global.server>github</github.global.server>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<noprefix.version>1.0</noprefix.version>
|
<noprefix.version>1.0.0</noprefix.version>
|
||||||
</properties>
|
</properties>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://github.com/TBMCPlugins/mvn-repo</url>
|
<url>https://github.com/TBMCPlugins/mvn-repo</url>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
name: ChromaCore
|
name: Chroma-Core
|
||||||
main: buttondevteam.core.MainPlugin
|
main: buttondevteam.core.MainPlugin
|
||||||
version: '${noprefix.version}'
|
version: '${noprefix.version}'
|
||||||
author: NorbiPeti
|
author: NorbiPeti
|
||||||
|
|
Loading…
Reference in a new issue