Allow specifying the version on the command line.
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Wed, 19 Nov 2014 20:03:22 +0000 (21:03 +0100)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Wed, 19 Nov 2014 20:03:22 +0000 (21:03 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 3b6647c..3b57d74 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>net.pterodactylus</groupId>
        <artifactId>jSite</artifactId>
        <modelVersion>4.0.0</modelVersion>
        <groupId>net.pterodactylus</groupId>
        <artifactId>jSite</artifactId>
-       <version>0.11.1</version>
+       <version>${version}</version>
        <dependencies>
                <dependency>
                        <groupId>net.pterodactylus</groupId>
        <dependencies>
                <dependency>
                        <groupId>net.pterodactylus</groupId>
@@ -22,6 +22,7 @@
                </repository>
        </repositories>
        <properties>
                </repository>
        </repositories>
        <properties>
+               <version>0.11.1</version>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>
        <build>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>
        <build>