Bump to 0.80 - add build ID to version
This commit is contained in:
parent
89693697a0
commit
e1deaac677
11
pom.xml
11
pom.xml
@ -2,7 +2,13 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.dynmap</groupId>
|
<groupId>org.dynmap</groupId>
|
||||||
<artifactId>Dynmap-Factions</artifactId>
|
<artifactId>Dynmap-Factions</artifactId>
|
||||||
<version>0.70</version>
|
<version>0.80</version>
|
||||||
|
<properties>
|
||||||
|
<timestamp>${maven.build.timestamp}</timestamp>
|
||||||
|
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
|
||||||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
<BUILD_NUMBER>Dev${timestamp}</BUILD_NUMBER>
|
||||||
|
</properties>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<resources>
|
<resources>
|
||||||
@ -81,7 +87,4 @@
|
|||||||
<systemPath>${project.basedir}/mcore-6.4.0.jar</systemPath>
|
<systemPath>${project.basedir}/mcore-6.4.0.jar</systemPath>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<properties>
|
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
||||||
</properties>
|
|
||||||
</project>
|
</project>
|
@ -1,6 +1,6 @@
|
|||||||
name: Dynmap-Factions
|
name: Dynmap-Factions
|
||||||
main: org.dynmap.factions.DynmapFactionsPlugin
|
main: org.dynmap.factions.DynmapFactionsPlugin
|
||||||
version: "${project.version}"
|
version: "${project.version}-${BUILD_NUMBER}"
|
||||||
author: mikeprimm
|
author: mikeprimm
|
||||||
depend: [ dynmap, Factions ]
|
depend: [ dynmap, Factions ]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user