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

Commit 3b60dcb

Browse files
author
haileyajohnson
authored
Merge pull request #1389 from Unidata/4.6.20
4.6.20
2 parents 3a583dd + c2ae596 commit 3b60dcb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ allprojects {
22
// Matches Maven's "project.groupId". Used in MANIFEST.MF for "Implementation-Vendor-Id".
33
group = "edu.ucar"
44
// Matches Maven's "project.version". Used in MANIFEST.MF for "Implementation-Version".
5-
version = '4.6.20-SNAPSHOT'
5+
version = '4.6.21-SNAPSHOT'
66
// Eventually, we'll stop appending "SNAPSHOT" to our versions and just use this.
77
status = 'development'
88
}

gradle/dependencies.gradle

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

229229
libraries["oro"] = "oro:oro:2.0.8"
230230

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

246246
libraries["jaxen"] = "jaxen:jaxen:1.1.4"
247247

248-
libraries["threddsIso"] = "EDS:threddsIso:2.2.17"
248+
libraries["threddsIso"] = "EDS:threddsIso:2.2.18"
249249

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

0 commit comments

Comments
 (0)