Skip to content

Commit

Permalink
Merge pull request #522 from tdrwenski/use-edal-java-release
Browse files Browse the repository at this point in the history
Use last edal-java release
  • Loading branch information
tdrwenski authored Aug 15, 2024
2 parents 0337454 + 92e70ac commit 52d2a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tds-platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies {
api 'org.n52.sensorweb:52n-xml-om-v20'

// edal-java (ncwms)
def edalVersion = '1.5.2.1-SNAPSHOT'
def edalVersion = '1.5.2.0'
api "uk.ac.rdg.resc:edal-common:${edalVersion}"
api "uk.ac.rdg.resc:edal-cdm:${edalVersion}"
api "uk.ac.rdg.resc:edal-wms:${edalVersion}"
Expand Down

0 comments on commit 52d2a23

Please sign in to comment.