File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main\ndeb-
23
23
export JAVA_HOME=/usr/lib/jvm/java-8-oracle
24
24
25
25
# Compile edal to use required features in develop branch
26
- ENV EDAL_VERSION edal-1.4.1
26
+ ENV EDAL_VERSION edal-1.4.2
27
27
RUN mkdir /edal && \
28
28
cd /edal && \
29
29
git clone https://github.com/Reading-eScience-Centre/edal-java.git && \
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >uk.ac.rdg.resc</groupId >
5
5
<artifactId >ncWMS</artifactId >
6
- <version >2.4.2-SNAPSHOT </version >
6
+ <version >2.4.2</version >
7
7
8
8
<properties >
9
9
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
10
10
<gwt .version>2.7.0</gwt .version>
11
11
<winstone .version>0.9.10</winstone .version>
12
- <edal .version>1.4.2-SNAPSHOT </edal .version>
12
+ <edal .version>1.4.2</edal .version>
13
13
<resc .url>http://www.met.reading.ac.uk/resc/home/</resc .url>
14
14
</properties >
15
15
You can’t perform that action at this time.
0 commit comments