This repository was archived by the owner on Sep 1, 2022. It is now read-only.
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ allprojects {
2
2
// Matches Maven's "project.groupId". Used in MANIFEST.MF for "Implementation-Vendor-Id".
3
3
group = " edu.ucar"
4
4
// Matches Maven's "project.version". Used in MANIFEST.MF for "Implementation-Version".
5
- version = ' 4.6.20 -SNAPSHOT'
5
+ version = ' 4.6.21 -SNAPSHOT'
6
6
// Eventually, we'll stop appending "SNAPSHOT" to our versions and just use this.
7
7
status = ' development'
8
8
}
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"
228
228
229
229
libraries[" oro" ] = " oro:oro:2.0.8"
230
230
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 " ) {
232
232
// This is an external dependency on an old artifact of ours.
233
233
// The "cdm" artifact that we build in this project will take its place.
234
234
// 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
245
245
246
246
libraries[" jaxen" ] = " jaxen:jaxen:1.1.4"
247
247
248
- libraries[" threddsIso" ] = " EDS:threddsIso:2.2.17 "
248
+ libraries[" threddsIso" ] = " EDS:threddsIso:2.2.18 "
249
249
250
250
libraries[" aws-java-sdk-s3" ] = dependencies. create(" com.amazonaws:aws-java-sdk-s3:1.11.236" ) {
251
251
// exclude jackson deps so that they can be overridden
You can’t perform that action at this time.
0 commit comments