Make it possible to override utils version on the command line.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 10 Sep 2013 11:50:43 +0000 (13:50 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 10 Sep 2013 11:50:43 +0000 (13:50 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 4f2b3d0..35f3250 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
                <dependency>
                        <groupId>net.pterodactylus</groupId>
                        <artifactId>utils</artifactId>
-                       <version>0.12.4</version>
+                       <version>${version.utils}</version>
                </dependency>
                <dependency>
                        <groupId>junit</groupId>
@@ -62,6 +62,7 @@
        </repositories>
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+               <version.utils>0.12.4</version.utils>
        </properties>
        <build>
                <plugins>