Skip to content

Commit

Permalink
Update pom file for release 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guygriffiths committed Feb 27, 2020
1 parent 9557f6c commit 5a83a35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main\ndeb-
export JAVA_HOME=/usr/lib/jvm/java-8-oracle

# Compile edal to use required features in develop branch
ENV EDAL_VERSION edal-1.4.1
ENV EDAL_VERSION edal-1.4.2
RUN mkdir /edal && \
cd /edal && \
git clone https://github.com/Reading-eScience-Centre/edal-java.git && \
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ac.rdg.resc</groupId>
<artifactId>ncWMS</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gwt.version>2.7.0</gwt.version>
<winstone.version>0.9.10</winstone.version>
<edal.version>1.4.2-SNAPSHOT</edal.version>
<edal.version>1.4.2</edal.version>
<resc.url>http://www.met.reading.ac.uk/resc/home/</resc.url>
</properties>

Expand Down

0 comments on commit 5a83a35

Please # to comment.