Mercurial > lada > lada-server
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 && \