changeset 1295:1f47e9fa10c4 2.5

Prepare tag.
author Tom Gottfried <tom@intevation.de>
date Thu, 09 Feb 2017 14:11:11 +0100
parents b21bb0b6c8f4
children ab1b17d794aa 5549c214e816
files Dockerfile pom.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 && \
--- 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>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)