summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorThinkofdeath <thinkofdeath@spigotmc.org>2014-12-05 21:33:57 +0000
committerThinkofdeath <thinkofdeath@spigotmc.org>2014-12-05 21:33:57 +0000
commite6809b3b9b92f16ff8015713fb605f926f61eb30 (patch)
tree48c2dd34a02c81dc78cdaa21efb9adb69dd03005 /pom.xml
parent91ee2c2365639cf040841530d88bef78b2336522 (diff)
downloadcraftbukkit-e6809b3b9b92f16ff8015713fb605f926f61eb30.tar
craftbukkit-e6809b3b9b92f16ff8015713fb605f926f61eb30.tar.gz
craftbukkit-e6809b3b9b92f16ff8015713fb605f926f61eb30.tar.lz
craftbukkit-e6809b3b9b92f16ff8015713fb605f926f61eb30.tar.xz
craftbukkit-e6809b3b9b92f16ff8015713fb605f926f61eb30.zip
Remove quotes from version hash by updating the gitdescribe version
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e2d4c7de..8d3f539a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,10 +137,13 @@
<plugin>
<groupId>com.lukegb.mojo</groupId>
<artifactId>gitdescribe-maven-plugin</artifactId>
- <version>1.3</version>
+ <version>2.0</version>
<configuration>
<outputPrefix>${buildtag.prefix}</outputPrefix>
<outputPostfix>${buildtag.suffix}</outputPostfix>
+ <extraArguments>
+ <extraArgument>--always</extraArgument>
+ </extraArguments>
</configuration>
<executions>
<execution>