summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorChris Ward <chris@chrisgward.com>2013-12-22 19:21:19 +1100
committerChris Ward <chris@chrisgward.com>2013-12-22 19:21:19 +1100
commitd3f2249d6a7caf395e6e3b33b1170e07a002297d (patch)
treea74539da15d6683ee977a77d5223f0042daf73ba /pom.xml
parentd654b171e5f5067995be6614f81202dc50413c15 (diff)
downloadEssentials-d3f2249d6a7caf395e6e3b33b1170e07a002297d.tar
Essentials-d3f2249d6a7caf395e6e3b33b1170e07a002297d.tar.gz
Essentials-d3f2249d6a7caf395e6e3b33b1170e07a002297d.tar.lz
Essentials-d3f2249d6a7caf395e6e3b33b1170e07a002297d.tar.xz
Essentials-d3f2249d6a7caf395e6e3b33b1170e07a002297d.zip
Use Ant to replace GroupManager's plugin.yml version
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0135d82a3..3c666a9ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,6 +117,7 @@
</dependencies>
<configuration>
<target name="buildgm">
+ <replace dir="EssentialsGroupManager/src" includes="plugin.yml" token="version: GMBuildVer" value="version: ${GMVer}"/>
<ant dir="EssentialsGroupManager" antfile="build.xml"/>
</target>
</configuration>