File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
1
+ 2.4.1
2
+ =====
3
+ Updated to EDAL 1.4.1
4
+ Add ability to manage dynamic dataset cache in admin interface
5
+
1
6
2.4.0
2
7
=====
3
- Updated to EDAK 1.4.0
8
+ Updated to EDAL 1.4.0
4
9
NOTE:
5
10
For this release of ncWMS2, the H2 EPSG cache (.ncWMS2/.h2) must be cleared, otherwise errors will occur
6
11
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.0
26
+ ENV EDAL_VERSION edal-1.4.1
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.1-SNAPSHOT </version >
6
+ <version >2.4.1</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.1-SNAPSHOT </edal .version>
12
+ <edal .version>1.4.1</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