Skip to content

Commit

Permalink
release 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyajohnson committed Dec 10, 2021
1 parent 13b6693 commit 0d76452
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 <major>.<minor>.<patch>-<prerelease version>
// <prerelease version> 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".
Expand Down
2 changes: 1 addition & 1 deletion docs/shared/src/site/_data/topnav.yml.golden
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tds-platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}
Expand Down

0 comments on commit 0d76452

Please sign in to comment.