[Lada-commits] [PATCH 1 of 3] Prepare tag
Wald Commits
scm-commit at wald.intevation.org
Thu Feb 9 14:27:32 CET 2017
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1486645871 -3600
# Node ID 1f47e9fa10c4cd2319f96be262c0265168bb86a0
# Parent b21bb0b6c8f460a1c6537b0a76b07bcc4f6fa148
Prepare tag.
diff -r b21bb0b6c8f4 -r 1f47e9fa10c4 Dockerfile
--- a/Dockerfile Thu Feb 09 14:06:39 2017 +0100
+++ b/Dockerfile Thu Feb 09 14:11:11 2017 +0100
@@ -76,7 +76,7 @@
#
# Build and deploy LADA-server
#
-ENV LADA_VERSION 2.5-SNAPSHOT
+ENV LADA_VERSION 2.5
RUN mvn clean compile package && \
mv target/lada-server-$LADA_VERSION.war \
$JBOSS_HOME/standalone/deployments && \
diff -r b21bb0b6c8f4 -r 1f47e9fa10c4 pom.xml
--- a/pom.xml Thu Feb 09 14:06:39 2017 +0100
+++ b/pom.xml Thu Feb 09 14:11:11 2017 +0100
@@ -369,5 +369,5 @@
<url>http://www.hibernatespatial.org/repository</url>
</repository>
</repositories>
- <version>2.5-SNAPSHOT</version>
+ <version>2.5</version>
</project>
More information about the Lada-commits
mailing list