# HG changeset patch # User Tom Gottfried # Date 1486645994 -3600 # Node ID 65166d1158fedb4bd0c10a3781aebda05d8df830 # Parent ab1b17d794aa6b75edfeb6afa3d47898d4edb2b7 Advance version. diff -r ab1b17d794aa -r 65166d1158fe Dockerfile --- a/Dockerfile Thu Feb 09 14:11:26 2017 +0100 +++ b/Dockerfile Thu Feb 09 14:13:14 2017 +0100 @@ -76,7 +76,7 @@ # # Build and deploy LADA-server # -ENV LADA_VERSION 2.5 +ENV LADA_VERSION 2.6-SNAPSHOT RUN mvn clean compile package && \ mv target/lada-server-$LADA_VERSION.war \ $JBOSS_HOME/standalone/deployments && \ diff -r ab1b17d794aa -r 65166d1158fe pom.xml --- a/pom.xml Thu Feb 09 14:11:26 2017 +0100 +++ b/pom.xml Thu Feb 09 14:13:14 2017 +0100 @@ -369,5 +369,5 @@ http://www.hibernatespatial.org/repository - 2.5 + 2.6-SNAPSHOT