Skip to content

Commit 72ec281

Browse files
committed
Update pom.xml and Dockerfile for release 2.4.1
1 parent 8fe7bf4 commit 72ec281

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
2.4.1
2+
=====
3+
Updated to EDAL 1.4.1
4+
Add ability to manage dynamic dataset cache in admin interface
5+
16
2.4.0
27
=====
3-
Updated to EDAK 1.4.0
8+
Updated to EDAL 1.4.0
49
NOTE:
510
For this release of ncWMS2, the H2 EPSG cache (.ncWMS2/.h2) must be cleared, otherwise errors will occur
611

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main\ndeb-
2323
export JAVA_HOME=/usr/lib/jvm/java-8-oracle
2424

2525
# 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
2727
RUN mkdir /edal && \
2828
cd /edal && \
2929
git clone https://github.com/Reading-eScience-Centre/edal-java.git && \

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>uk.ac.rdg.resc</groupId>
55
<artifactId>ncWMS</artifactId>
6-
<version>2.4.1-SNAPSHOT</version>
6+
<version>2.4.1</version>
77

88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1010
<gwt.version>2.7.0</gwt.version>
1111
<winstone.version>0.9.10</winstone.version>
12-
<edal.version>1.4.1-SNAPSHOT</edal.version>
12+
<edal.version>1.4.1</edal.version>
1313
<resc.url>http://www.met.reading.ac.uk/resc/home/</resc.url>
1414
</properties>
1515

0 commit comments

Comments
 (0)