Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit c166f38

Browse files
committed
Release 4.6.15
1 parent 5ea51ed commit c166f38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle/dependencies.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ libraries["commons-compress"] = "org.apache.commons:commons-compress:1.8.1"
230230

231231
libraries["oro"] = "oro:oro:2.0.8"
232232

233-
libraries["ncwms"] = dependencies.create("uk.ac.rdg.resc:ncwms:1.2.tds.4.6.14") {
233+
libraries["ncwms"] = dependencies.create("uk.ac.rdg.resc:ncwms:1.2.tds.4.6.15") {
234234
// This is an external dependency on an old artifact of ours.
235235
// The "cdm" artifact that we build in this project will take its place.
236236
// This needs to be a local exclusion; globally excluding "edu.ucar:cdm" would be very bad.
@@ -247,7 +247,7 @@ libraries["hibernate-validator"] = "org.hibernate:hibernate-validator:4.3.2.Fina
247247

248248
libraries["jaxen"] = "jaxen:jaxen:1.1.4"
249249

250-
libraries["threddsIso"] = "EDS:threddsIso:2.2.12"
250+
libraries["threddsIso"] = "EDS:threddsIso:2.2.13"
251251

252252
libraries["aws-java-sdk-s3"] = dependencies.create("com.amazonaws:aws-java-sdk-s3:1.11.236") {
253253
// exclude jackson deps so that they can be overridden

tds/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import edu.ucar.build.ui.ToolsUiJnlpBaseTask
33
description = "The THREDDS Data Server (TDS) is a web server that provides catalog and data access services for " +
44
"scientific data using OPeNDAP, OGC WCS and WMS, HTTP, and other remote-data-access protocols."
55
ext.title = "THREDDS Data Server (TDS)"
6-
ext.url = "https://www.unidata.ucar.edu/software/thredds/current/tds/TDS.html"
6+
ext.url = "https://www.unidata.ucar.edu/software/tds/current/TDS.html"
77

88
apply plugin: 'war'
99

0 commit comments

Comments
 (0)