changeset 1345:883ab3a6f525 tip

changed version to 2.7-SNAPSHOT after release2.6.2 for default branch
author Marco Lechner, Bundesamt fuer Strahlenschutz, SW 2.1 <mlechner@bfs.de>
date Fri, 07 Apr 2017 11:14:37 +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:14:37 2017 +0200
@@ -76,7 +76,7 @@
 #
 # Build and deploy LADA-server
 #
-ENV LADA_VERSION 2.6.2
+ENV LADA_VERSION 2.7-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:14:37 2017 +0200
@@ -369,5 +369,5 @@
             <url>http://www.hibernatespatial.org/repository</url>
         </repository>
     </repositories>
-    <version>2.6.2</version>
+    <version>2.7-SNAPSHOT</version>
 </project>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)