Commit 9bc44f111859436ada5bf50ae3a2fa42e6c1c68d

Authored by Matthijs Brouwer
1 parent ac29c039

new release

Showing 2 changed files with 6 additions and 6 deletions
docker/Dockerfile
1 1 # Automatically generated Dockerfile
2   -# - Build 2017-03-30 16:56
  2 +# - Build 2017-03-31 06:10
3 3 # - Lucene/Solr version 6.5.0
4   -# - Mtas release 20170309
  4 +# - Mtas release 20170331
5 5 #
6 6  
7 7 FROM ubuntu:16.04
... ... @@ -15,7 +15,7 @@ WORKDIR "/root"
15 15  
16 16 RUN mkdir lib
17 17  
18   -ADD https://github.com/meertensinstituut/mtas/releases/download/20170309/mtas-6.5.0.jar /root/lib/
  18 +ADD https://github.com/meertensinstituut/mtas/releases/download/20170331/mtas-6.5.0.jar /root/lib/
19 19  
20 20 RUN apt-get update && apt-get install -y lsof software-properties-common python-software-properties apache2 curl subversion \
21 21 && locale-gen en_US.UTF-8 en_US && update-locale LANG=en_US.UTF-8 LANGUAGE=en_US:en \
... ... @@ -55,9 +55,9 @@ RUN apt-get update && apt-get install -y lsof software-properties-common python-
55 55 && chmod -R 755 /var/www/html \
56 56 && printf "echo\n" >> /start.sh \
57 57 && printf "echo \"================ Mtas -- Multi Tier Annotation Search =================\"\n" >> /start.sh \
58   -&& printf "echo \" Timestamp 2017-03-30 16:56\"\n" >> /start.sh \
  58 +&& printf "echo \" Timestamp 2017-03-31 06:10\"\n" >> /start.sh \
59 59 && printf "echo \" Lucene/Solr version 6.5.0\"\n" >> /start.sh \
60   -&& printf "echo \" Mtas release 20170309\"\n" >> /start.sh \
  60 +&& printf "echo \" Mtas release 20170331\"\n" >> /start.sh \
61 61 && printf "echo \" See https://meertensinstituut.github.io/mtas/ for more information\"\n" >> /start.sh \
62 62 && printf "echo \"=======================================================================\"\n" >> /start.sh \
63 63 && printf "echo\n" >> /start.sh \
... ...
... ... @@ -5,7 +5,7 @@
5 5 <maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
6 6 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7 7 <currentDevelopmentVersion>6.5.0</currentDevelopmentVersion>
8   - <currentDevelopmentRelease>20170309</currentDevelopmentRelease>
  8 + <currentDevelopmentRelease>20170331</currentDevelopmentRelease>
9 9 </properties>
10 10 <modelVersion>4.0.0</modelVersion>
11 11 <groupId>dev.meertens.mtas</groupId>
... ...