mirror of
https://github.com/BentoBoxWorld/CaveBlock.git
synced 2025-01-10 19:07:46 +01:00
Init 1.4.1 CaveBlock version.
This commit is contained in:
parent
ef8343546f
commit
2bc1b46beb
7
pom.xml
7
pom.xml
@ -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>
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user