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

Commit

Permalink
Release 4.6.11
Browse files Browse the repository at this point in the history
* Update to the latest versions of ncwms and threddsIso, which I just published.
  • Loading branch information
cwardgar committed Dec 5, 2017
1 parent db7c435 commit 23eb4e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
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.11-SNAPSHOT'
version = '4.6.11'
// 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
Expand Up @@ -220,7 +220,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.11-SNAPSHOT") {
libraries["ncwms"] = dependencies.create("uk.ac.rdg.resc:ncwms:1.2.tds.4.6.11") {
// 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 @@ -237,7 +237,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.9"
libraries["threddsIso"] = "EDS:threddsIso:2.2.10"

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 23eb4e3

Please sign in to comment.