Made the different version numbers refer to version in pom.xml.

This commit is contained in:
FrozenCow 2011-09-09 20:35:22 +02:00
parent 6d2193d597
commit 03f62bd8f6
8 changed files with 40 additions and 8 deletions

View file

@ -15,9 +15,20 @@
<include>CHANGELOG*</include>
</includes>
</fileSet>
<fileSet>
<directory>${project.basedir}/web/</directory>
<outputDirectory>/dynmap/web/</outputDirectory>
<includes>
<include>version.js</include>
</includes>
<filtered>true</filtered>
</fileSet>
<fileSet>
<directory>${project.basedir}/web</directory>
<outputDirectory>/dynmap/web</outputDirectory>
<excludes>
<exclude>version.js</exclude>
</excludes>
</fileSet>
<fileSet>
<directory>${project.basedir}/colorschemes</directory>
@ -32,7 +43,9 @@
</fileSets>
<files>
<file>
<source>${project.build.directory}/${artifactId}-${version}.jar</source>
<outputDirectory>/</outputDirectory>
<destName>dynmap.jar</destName></file></files>
<source>${project.build.directory}/${artifactId}-${version}.jar</source>
<outputDirectory>/</outputDirectory>
<destName>dynmap.jar</destName>
</file>
</files>
</assembly>

View file

@ -1,4 +1,4 @@
version: 0.22
version: ${project.version}
#
# This file contains default standard lighting profiles. The contents of this file CAN need to be replaced and updated
# during upgrades, so new or updated lighting definitions should be done in the custom-lightings.txt file

View file

@ -1,4 +1,4 @@
version: 0.22
version: ${project.version}
#
# This file contains default standard perspective definitions. The contents of this file CAN need to be replaced and updated
# during upgrades, so new or updated perspective definitions should be done in the custom-perspectives.txt file

View file

@ -1,6 +1,6 @@
name: dynmap
main: org.dynmap.DynmapPlugin
version: "0.22"
version: "${project.version}"
authors: [FrozenCow, mikeprimm, zeeZ]
softdepend: [Permissions]
commands:
@ -139,4 +139,4 @@ permissions:
dynmap.marker.addicon:
description: Allows /dmarker addicon
default: op