diff --git a/build.gradle b/build.gradle index dc077c55a3..0abc5d93ee 100644 --- a/build.gradle +++ b/build.gradle @@ -46,9 +46,9 @@ allprojects { // Matches Maven's "project.version". Used in MANIFEST.MF for "Implementation-Version". // We try to follow semantic versioning, and thus we use ..- // may be SNAPSHOT, alphax, betax, etc. - version = '5.2-SNAPSHOT' + version = '5.2' // Eventually, we'll stop appending "SNAPSHOT" to our versions and just use this. - status = 'development' + status = 'release' } // Matches Maven's "project.description". diff --git a/docs/shared/src/site/_data/topnav.yml.golden b/docs/shared/src/site/_data/topnav.yml.golden index f3b52fae17..fb52d31079 100644 --- a/docs/shared/src/site/_data/topnav.yml.golden +++ b/docs/shared/src/site/_data/topnav.yml.golden @@ -29,7 +29,7 @@ topnav_dropdowns: - title: GitHub external_url: https://github.com/Unidata/tds - title: Documentation - external_url: https://docs.unidata.ucar.edu/tds/5.1/userguide/index.html + external_url: https://docs.unidata.ucar.edu/tds/5.2/userguide/index.html - title: Rosetta folderitems: diff --git a/tds-platform/build.gradle b/tds-platform/build.gradle index 4131566eb2..7e9cdb71f2 100644 --- a/tds-platform/build.gradle +++ b/tds-platform/build.gradle @@ -109,7 +109,7 @@ dependencies { api "com.google.gwt:gwt-user:${depVersion.gwt}" // threddsIso - runtime 'EDS:tds-plugin:2.4.1' + runtime 'EDS:tds-plugin:2.4.2' runtime 'net.sf.saxon:Saxon-HE:9.7.0-8' runtime "jaxen:jaxen:${depVersion.jaxen}" }