Mercurial > lada > lada-server
changeset 1246:204fb75b0c06 2.4.1
Prepare tag.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 16 Dec 2016 13:50:12 +0100 |
parents | e0b461d4cd8e |
children | cba98f3de840 |
files | Dockerfile pom.xml |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Dockerfile Fri Dec 16 12:13:40 2016 +0100 +++ b/Dockerfile Fri Dec 16 13:50:12 2016 +0100 @@ -76,7 +76,7 @@ # # Build and deploy LADA-server # -ENV LADA_VERSION 2.4.1-SNAPSHOT +ENV LADA_VERSION 2.4.1 RUN mvn clean compile package && \ mv target/lada-server-$LADA_VERSION.war \ $JBOSS_HOME/standalone/deployments && \