Mercurial > lada > lada-server
changeset 1330:b118dc7e5d63 2.6
Prepare tag.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Mon, 27 Mar 2017 17:03:50 +0200 |
parents | 46aa15c8cfb2 |
children | 03faaba3c2a3 |
files | Dockerfile pom.xml |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Dockerfile Mon Mar 27 16:31:11 2017 +0200 +++ b/Dockerfile Mon Mar 27 17:03:50 2017 +0200 @@ -76,7 +76,7 @@ # # Build and deploy LADA-server # -ENV LADA_VERSION 2.6-SNAPSHOT +ENV LADA_VERSION 2.6 RUN mvn clean compile package && \ mv target/lada-server-$LADA_VERSION.war \ $JBOSS_HOME/standalone/deployments && \