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

Commit

Permalink
Merge pull request #1389 from Unidata/4.6.20
Browse files Browse the repository at this point in the history
4.6.20
  • Loading branch information
haileyajohnson committed Feb 16, 2022
2 parents 3a583dd + c2ae596 commit 3b60dcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ allprojects {
// Matches Maven's "project.groupId". Used in MANIFEST.MF for "Implementation-Vendor-Id".
group = "edu.ucar"
// Matches Maven's "project.version". Used in MANIFEST.MF for "Implementation-Version".
version = '4.6.20-SNAPSHOT'
version = '4.6.21-SNAPSHOT'
// Eventually, we'll stop appending "SNAPSHOT" to our versions and just use this.
status = 'development'
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ libraries["commons-compress"] = "org.apache.commons:commons-compress:1.8.1"

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

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

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

libraries["threddsIso"] = "EDS:threddsIso:2.2.17"
libraries["threddsIso"] = "EDS:threddsIso:2.2.18"

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

0 comments on commit 3b60dcb

Please sign in to comment.