changeset 1344:4c82db65c32e 2.6.x

changed version to 2.6-SNAPSHOT after releas2.6.2 for new 2.6.x branch
author Marco Lechner, Bundesamt fuer Strahlenschutz, SW 2.1 <mlechner@bfs.de>
date Fri, 07 Apr 2017 11:13:38 +0200
parents f9feea63d6e9
children
files Dockerfile pom.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Dockerfile	Fri Apr 07 11:10:26 2017 +0200
+++ b/Dockerfile	Fri Apr 07 11:13:38 2017 +0200
@@ -76,7 +76,7 @@
 #
 # Build and deploy LADA-server
 #
-ENV LADA_VERSION 2.6.2
+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	Fri Apr 07 11:10:26 2017 +0200
+++ b/pom.xml	Fri Apr 07 11:13:38 2017 +0200
@@ -369,5 +369,5 @@
             <url>http://www.hibernatespatial.org/repository</url>
         </repository>
     </repositories>
-    <version>2.6.2</version>
+    <version>2.6-SNAPSHOT</version>
 </project>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)