changeset 1248:3f7c22b0b888

Advance version.
author Tom Gottfried <tom@intevation.de>
date Fri, 16 Dec 2016 14:00:16 +0100
parents cba98f3de840
children f094aca05cf2
files Dockerfile pom.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Dockerfile	Fri Dec 16 13:50:22 2016 +0100
+++ b/Dockerfile	Fri Dec 16 14:00:16 2016 +0100
@@ -76,7 +76,7 @@
 #
 # Build and deploy LADA-server
 #
-ENV LADA_VERSION 2.4.1
+ENV LADA_VERSION 2.5-SNAPSHOT
 RUN mvn clean compile package && \
     mv target/lada-server-$LADA_VERSION.war \
        $JBOSS_HOME/standalone/deployments && \
--- a/pom.xml	Fri Dec 16 13:50:22 2016 +0100
+++ b/pom.xml	Fri Dec 16 14:00:16 2016 +0100
@@ -369,5 +369,5 @@
             <url>http://www.hibernatespatial.org/repository</url>
         </repository>
     </repositories>
-    <version>2.4.1</version>
+    <version>2.5-SNAPSHOT</version>
 </project>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)