Skip to content

Commit 2c9fa6d

Browse files
author
haileyajohnson
committed
Release 5.1
1 parent bbc1208 commit 2c9fa6d

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ allprojects {
4646
// Matches Maven's "project.version". Used in MANIFEST.MF for "Implementation-Version".
4747
// We try to follow semantic versioning, and thus we use <major>.<minor>.<patch>-<prerelease version>
4848
// <prerelease version> may be SNAPSHOT, alphax, betax, etc.
49-
version = '5.1-SNAPSHOT'
49+
version = '5.1'
5050
// Eventually, we'll stop appending "SNAPSHOT" to our versions and just use this.
51-
status = 'development'
51+
status = 'release'
5252
}
5353

5454
// Matches Maven's "project.description".

docs/adminguide/src/site/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
theme: unidata-jekyll-theme
33

44
# this will appear in an HTML meta tag, sidebar, and perhaps elsewhere
5-
docset_version: 5.0
5+
docset_version: 5.1
66

77
# this appears on the top navigation bar next to the home button
88
topnav_title: THREDDS Data Server (TDS)

docs/adminguide/src/site/pages/installation_upgrade/ReleaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ As of TDS 5, the following are considered to be minimum system requirements:
2929

3030
## JVM Setting Requirement Changes
3131

32-
New to TDS 5.0, you **must** specify the location of the [TDS content directory](tds_content_directory.html) in the [JVM settings](jvm_settings.html#tds-content-directory) documentation.
32+
New to TDS 5, you **must** specify the location of the [TDS content directory](tds_content_directory.html) in the [JVM settings](jvm_settings.html#tds-content-directory) documentation.
3333

3434
There is no default location for this directory in the TDS; **`tds.content.root.path` must be set, or the TDS will not start**.
3535

docs/devguide/src/site/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
theme: unidata-jekyll-theme
33

44
# this will appear in an HTML meta tag, sidebar, and perhaps elsewhere
5-
docset_version: 5.0
5+
docset_version: 5.1
66

77
# this appears on the top navigation bar next to the home button
88
topnav_title: THREDDS Data Server (TDS)

docs/quickstart/src/site/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
theme: unidata-jekyll-theme
33

44
# this will appear in an HTML meta tag, sidebar, and perhaps elsewhere
5-
docset_version: 5.0
5+
docset_version: 5.1
66

77
# this appears on the top navigation bar next to the home button
88
topnav_title: THREDDS Data Server (TDS)

docs/shared/src/site/_data/topnav.yml.golden

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ topnav_dropdowns:
1717
external_url: https://www.unidata.ucar.edu/software/netcdf-java/
1818
- title: GitHub
1919
external_url: https://github.com/Unidata/netcdf-java
20-
- title: User guide
20+
- title: User's guide
2121
external_url: https://docs.unidata.ucar.edu/netcdf-java/5.4/userguide/index.html
22-
- title: Developer guide
23-
external_url: https://docs.unidata.ucar.edu/netcdf-java/5.4/userguide/arraystructures_ref.html
24-
- title: NcML
25-
external_url: https://docs.unidata.ucar.edu/thredds/ncml/2.2/index.html
22+
- title: Public API
23+
external_url: https://docs.unidata.ucar.edu/netcdf-java/5.4/javadoc/index.html
2624

2725
- title: TDS
2826
folderitems:
2927
- title: Unidata Homepage
3028
external_url: https://www.unidata.ucar.edu/software/tds/
3129
- title: GitHub
3230
external_url: https://github.com/Unidata/tds
31+
- title: Documentation
32+
external_url: https://docs.unidata.ucar.edu/tds/5.1/userguide/index.html
3333

3434
- title: Rosetta
3535
folderitems:

docs/userguide/src/site/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
theme: unidata-jekyll-theme
33

44
# this will appear in an HTML meta tag, sidebar, and perhaps elsewhere
5-
docset_version: 5.0
5+
docset_version: 5.1
66

77
# this appears on the top navigation bar next to the home button
88
topnav_title: THREDDS Data Server (TDS)

docs/userguide/src/site/pages/tds_tutorial/production/Upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The following is no longer used:
6868
## Java Web Start
6969

7070
Java Web Start has been [deprecated as of Java 9](https://www.oracle.com/technetwork/java/javase/9-deprecated-features-3745636.html#JDK-8184998){:target="_blank"}, and has been removed in [Java 11](https://www.oracle.com/technetwork/java/javase/11-relnote-issues-5012449.html){:target="_blank"}, which is the Long-term Release post-Java 8.
71-
Due to these changes, the netCDF-Java project no longer provide Java Web Start files as of version 5.0.0.
71+
Due to these changes, the netCDF-Java project no longer provide Java Web Start files as of version 5.0.
7272
Following suite, the TDS no longer provide any Web Start based Viewers on Dataset pages out of the box.
7373

7474
### Catalogs
@@ -135,7 +135,7 @@ Schema version is now `1.2`.
135135

136136
* Feature Collection details are [here](feature_collections_ref.html)
137137

138-
### Recommendations for 5.0 catalogs
138+
### Recommendations for 5.x catalogs
139139

140140
* Put all `<datasetRoot>` elements in root catalog.
141141
* Put all `<catalogScan>` elements in root catalog.

tds-platform/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ dependencies {
109109
api "com.google.gwt:gwt-user:${depVersion.gwt}"
110110

111111
// threddsIso
112-
runtime 'EDS:tds-plugin:2.4.1-SNAPSHOT'
112+
runtime 'EDS:tds-plugin:2.4.1'
113113
runtime 'net.sf.saxon:Saxon-HE:9.7.0-8'
114114
runtime "jaxen:jaxen:${depVersion.jaxen}"
115115
}

0 commit comments

Comments
 (0)