Skip to content

Commit 5a83a35

Browse files
committed
Update pom file for release 2.4.2
1 parent 9557f6c commit 5a83a35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

0 commit comments

Comments
 (0)