summaryrefslogtreecommitdiffstats
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
commit8b26c7fc84051861a9d0b427d10769c14739f0fa (patch)
treee38622be7ed8c23fb1d3c54b448146a9b26ee180
parent3017d2a7f479ffa8dd75927caee764afecb124e0 (diff)
downloadEssentials-8b26c7fc84051861a9d0b427d10769c14739f0fa.tar
Essentials-8b26c7fc84051861a9d0b427d10769c14739f0fa.tar.gz
Essentials-8b26c7fc84051861a9d0b427d10769c14739f0fa.tar.lz
Essentials-8b26c7fc84051861a9d0b427d10769c14739f0fa.tar.xz
Essentials-8b26c7fc84051861a9d0b427d10769c14739f0fa.zip
Use Ant to replace GroupManager's plugin.yml version
-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>