Init 1.4.1 CaveBlock version.

This commit is contained in:
BONNe1704 2019-04-24 16:15:18 +03:00
parent ef8343546f
commit 2bc1b46beb
2 changed files with 5 additions and 4 deletions

View File

@ -50,8 +50,8 @@
<!-- Revision variable removes warning about dynamic version --> <!-- Revision variable removes warning about dynamic version -->
<revision>${build.version}-SNAPSHOT</revision> <revision>${build.version}-SNAPSHOT</revision>
<!-- This allows to change between versions and snapshots. --> <!-- This allows to change between versions and snapshots. -->
<build.version>1.4.0</build.version> <build.version>1.4.1</build.version>
<build.number>0</build.number> <build.number>-LOCAL</build.number>
</properties> </properties>
<profiles> <profiles>
@ -66,7 +66,7 @@
</activation> </activation>
<properties> <properties>
<!-- Override only if necessary --> <!-- Override only if necessary -->
<build.number>${env.BUILD_NUMBER}</build.number> <build.number>-#${env.BUILD_NUMBER}</build.number>
<!-- GIT_BRANCH --> <!-- GIT_BRANCH -->
</properties> </properties>
</profile> </profile>
@ -84,6 +84,7 @@
<properties> <properties>
<!-- Override only if necessary --> <!-- Override only if necessary -->
<revision>${build.version}</revision> <revision>${build.version}</revision>
<build.number></build.number>
<!-- GIT_BRANCH --> <!-- GIT_BRANCH -->
</properties> </properties>
</profile> </profile>

View File

@ -1,6 +1,6 @@
name: CaveBlock name: CaveBlock
main: world.bentobox.caveblock.CaveBlock main: world.bentobox.caveblock.CaveBlock
version: ${version}-#${build.number} version: ${version}${build.number}
authors: BONNe authors: BONNe