Skip to content

Commit

Permalink
Update pom.xml and Dockerfile for release 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guygriffiths committed Mar 3, 2022
1 parent 76f7da0 commit 9b2ef12
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ RUN \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

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

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

Expand Down Expand Up @@ -66,6 +66,11 @@
<artifactId>edal-godiva</artifactId>
<version>${edal.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-dev</artifactId>
Expand Down

0 comments on commit 9b2ef12

Please sign in to comment.