Commit 31207876bb9896a01a8e10e5cbc14ed61c3f524c
1 parent
45f3944b
new release
Showing
2 changed files
with
6 additions
and
6 deletions
docker/Dockerfile
1 | 1 | # Automatically generated Dockerfile |
2 | -# - Build 2017-05-05 14:20 | |
2 | +# - Build 2017-05-05 17:23 | |
3 | 3 | # - Lucene/Solr version 6.5.1 |
4 | -# - Mtas release 20170503 | |
4 | +# - Mtas release 20170505 | |
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/20170503/mtas-6.5.1.jar /root/lib/ | |
18 | +ADD https://github.com/meertensinstituut/mtas/releases/download/20170505/mtas-6.5.1.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 |
... | ... | @@ -74,9 +74,9 @@ RUN service apache2 stop && \ |
74 | 74 | chmod -R 755 /var/www/html && \ |
75 | 75 | printf "echo\n" >> /start.sh && \ |
76 | 76 | printf "echo \"================ Mtas -- Multi Tier Annotation Search =================\"\n" >> /start.sh && \ |
77 | - printf "echo \" Timestamp 2017-05-05 14:20\"\n" >> /start.sh && \ | |
77 | + printf "echo \" Timestamp 2017-05-05 17:23\"\n" >> /start.sh && \ | |
78 | 78 | printf "echo \" Lucene/Solr version 6.5.1\"\n" >> /start.sh && \ |
79 | - printf "echo \" Mtas release 20170503\"\n" >> /start.sh && \ | |
79 | + printf "echo \" Mtas release 20170505\"\n" >> /start.sh && \ | |
80 | 80 | printf "echo \" See https://meertensinstituut.github.io/mtas/ for more information\"\n" >> /start.sh && \ |
81 | 81 | printf "echo \"=======================================================================\"\n" >> /start.sh && \ |
82 | 82 | printf "echo\n" >> /start.sh && \ |
... | ... |
pom.xml
... | ... | @@ -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.1</currentDevelopmentVersion> |
8 | - <currentDevelopmentRelease>20170503</currentDevelopmentRelease> | |
8 | + <currentDevelopmentRelease>20170505</currentDevelopmentRelease> | |
9 | 9 | </properties> |
10 | 10 | <modelVersion>4.0.0</modelVersion> |
11 | 11 | <groupId>dev.meertens.mtas</groupId> |
... | ... |