This repository was archived by the owner on Sep 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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".
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ libraries["commons-compress"] = "org.apache.commons:commons-compress:1.8.1"
228228
229229libraries[" 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
246246libraries[" jaxen" ] = " jaxen:jaxen:1.1.4"
247247
248- libraries[" threddsIso" ] = " EDS:threddsIso:2.2.16 "
248+ libraries[" threddsIso" ] = " EDS:threddsIso:2.2.17 "
249249
250250libraries[" 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
You can’t perform that action at this time.
0 commit comments