[Lada-commits] [PATCH 3 of 3] Advance version

Wald Commits scm-commit at wald.intevation.org
Thu Feb 9 14:27:34 CET 2017


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1486645994 -3600
# Node ID 65166d1158fedb4bd0c10a3781aebda05d8df830
# Parent  ab1b17d794aa6b75edfeb6afa3d47898d4edb2b7
Advance version.

diff -r ab1b17d794aa -r 65166d1158fe Dockerfile
--- 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 && \
diff -r ab1b17d794aa -r 65166d1158fe pom.xml
--- 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>


More information about the Lada-commits mailing list