[Lada-commits] [PATCH 1 of 2] Prepare tag
Wald Commits
scm-commit at wald.intevation.org
Mon Mar 27 17:06:22 CEST 2017
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1490627030 -7200
# Node ID b118dc7e5d6385a2b34adfdbd653819490c5bed2
# Parent 46aa15c8cfb262c76a67b624094d5ebdde62d961
Prepare tag.
diff -r 46aa15c8cfb2 -r b118dc7e5d63 Dockerfile
--- 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 && \
diff -r 46aa15c8cfb2 -r b118dc7e5d63 pom.xml
--- a/pom.xml Mon Mar 27 16:31:11 2017 +0200
+++ b/pom.xml Mon Mar 27 17:03:50 2017 +0200
@@ -369,5 +369,5 @@
<url>http://www.hibernatespatial.org/repository</url>
</repository>
</repositories>
- <version>2.6-SNAPSHOT</version>
+ <version>2.6</version>
</project>
More information about the Lada-commits
mailing list