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

Commit 246ae5d

Browse files
author
haileyajohnson
committed
release 4.6.19
1 parent 1e429f3 commit 246ae5d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ 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.19-SNAPSHOT'
5+
version = '4.6.19'
66
// Eventually, we'll stop appending "SNAPSHOT" to our versions and just use this.
7-
status = 'development'
7+
status = 'release'
88
}
99

1010
// Matches Maven's "project.description".

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.18") {
231+
libraries["ncwms"] = dependencies.create("uk.ac.rdg.resc:ncwms:1.2.tds.4.6.19") {
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.16"
248+
libraries["threddsIso"] = "EDS:threddsIso:2.2.17"
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)