Skip to content

Commit ad4081a

Browse files
committed
Update pom and Dockerfile for release 2.1.12
1 parent 8c5f2d0 commit ad4081a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.2.12
2+
======
3+
Updated to EDAL 1.2.12
4+
15
2.2.11
26
======
37
Updated to EDAL 1.2.11

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.2.10
26+
ENV EDAL_VERSION edal-1.2.12
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.2.12-SNAPSHOT</version>
6+
<version>2.2.12</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.2.12-SNAPSHOT</edal.version>
12+
<edal.version>1.2.12</edal.version>
1313
<resc.url>http://www.met.reading.ac.uk/resc/home/</resc.url>
1414
</properties>
1515

0 commit comments

Comments
 (0)