changeset 1297:65166d1158fe

Advance version.
author Tom Gottfried <tom@intevation.de>
date Thu, 09 Feb 2017 14:13:14 +0100
parents ab1b17d794aa
children ba47994c1665
files Dockerfile pom.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Dockerfile	Thu Feb 09 14:11:26 2017 +0100
+++ b/Dockerfile	Thu Feb 09 14:13:14 2017 +0100
@@ -76,7 +76,7 @@
 #
 # Build and deploy LADA-server
 #
-ENV LADA_VERSION 2.5
+ENV LADA_VERSION 2.6-SNAPSHOT
 RUN mvn clean compile package && \
     mv target/lada-server-$LADA_VERSION.war \
        $JBOSS_HOME/standalone/deployments && \
--- a/pom.xml	Thu Feb 09 14:11:26 2017 +0100
+++ b/pom.xml	Thu Feb 09 14:13:14 2017 +0100
@@ -369,5 +369,5 @@
             <url>http://www.hibernatespatial.org/repository</url>
         </repository>
     </repositories>
-    <version>2.5</version>
+    <version>2.6-SNAPSHOT</version>
 </project>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)