Skip to content

Commit

Permalink
Merge pull request #565 from Unidata/5.6
Browse files Browse the repository at this point in the history
Release 5.6
  • Loading branch information
lesserwhirls authored Jan 22, 2025
2 parents 9801f63 + 3d58a51 commit 31c611f
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 75 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ 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.6-SNAPSHOT'
version = '5.7-SNAPSHOT'
// Eventually, we'll stop appending "SNAPSHOT" to our versions and just use this.
status = 'development'
}
Expand Down
2 changes: 1 addition & 1 deletion docs/adminguide/src/site/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
theme: unidata-jekyll-theme

# this will appear in an HTML meta tag, sidebar, and perhaps elsewhere
docset_version: 5.6
docset_version: 5.7

# this appears on the top navigation bar next to the home button
topnav_title: THREDDS Data Server (TDS)
Expand Down
2 changes: 1 addition & 1 deletion docs/adminguide/src/site/_data/sidebars/admin_sidebar.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
entries:
- title: Sidebar
product: Administrator's Guide
version: 5.6
version: 5.7
folders:
- title:
output: pdf
Expand Down
2 changes: 1 addition & 1 deletion docs/devguide/src/site/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
theme: unidata-jekyll-theme

# this will appear in an HTML meta tag, sidebar, and perhaps elsewhere
docset_version: 5.6
docset_version: 5.7

# this appears on the top navigation bar next to the home button
topnav_title: THREDDS Data Server (TDS)
Expand Down
2 changes: 1 addition & 1 deletion docs/devguide/src/site/_data/sidebars/dev_sidebar.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
entries:
- title: Sidebar
product: TDS Developer's Guide
version: 5.6
version: 5.7
folders:

- title:
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart/src/site/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
theme: unidata-jekyll-theme

# this will appear in an HTML meta tag, sidebar, and perhaps elsewhere
docset_version: 5.6
docset_version: 5.7

# this appears on the top navigation bar next to the home button
topnav_title: THREDDS Data Server (TDS)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
entries:
- title: Sidebar
product: TDS Tutorial And Reference Documentation
version: 5.6
version: 5.7
folders:

- title:
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/site/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
theme: unidata-jekyll-theme

# this will appear in an HTML meta tag, sidebar, and perhaps elsewhere
docset_version: 5.6
docset_version: 5.7

# this appears on the top navigation bar next to the home button
topnav_title: THREDDS Data Server (TDS)
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/site/_data/sidebars/user_sidebar.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
entries:
- title: Sidebar
product: TDS User's Guide
version: 5.6
version: 5.7
folders:

- title:
Expand Down
12 changes: 6 additions & 6 deletions project-files/docs/version-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
"packageName" : "THREDDS Data Server",
"releases" : [
{
"version": "5.5",
"version": "5.6",
"include": "1",
"releaseDate": "2024-07-16",
"releaseDate": "2025-01-21",
"status": "release",
"docsets": {
"userguide": {
"baseUrl": "https://docs.unidata.ucar.edu/tds/5.5/userguide/index.html",
"baseUrl": "https://docs.unidata.ucar.edu/tds/5.6/userguide/index.html",
"docsetName": "TDS User's Guide"
}
}
},
{
"version": "5.6",
"version": "5.7",
"include": "1",
"releaseDate": "2024-07-16",
"releaseDate": "2025-01-21",
"status": "snapshot",
"docsets": {
"userguide": {
"baseUrl": "https://docs.unidata.ucar.edu/tds/5.6/userguide/index.html",
"baseUrl": "https://docs.unidata.ucar.edu/tds/5.7/userguide/index.html",
"docsetName": "TDS User's Guide"
}
}
Expand Down
75 changes: 17 additions & 58 deletions project-files/downloads/release_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,84 +4,43 @@
"releases": [
{
"version": "5.6",
"status": "beta",
"description": "This is the current version running at thredds.ucar.edu. It contains several bug fixes compared to version 5.5.",
"baseURL": "https://artifacts.unidata.ucar.edu/repository/downloads-tds/5.6/",
"resources": {
"tds_war": {
"type" : "web application",
"package": "thredds-5.6-SNAPSHOT.war",
"name": "TDS (Web Application Archive)",
"hash": {
"MD5": "thredds-5.6-SNAPSHOT.war.md5",
"SHA1": "thredds-5.6-SNAPSHOT.war.sha1",
"SHA256": "thredds-5.6-SNAPSHOT.war.sha256"
},
"info": "THREDDS Data Server (TDS).<br><strong>IMPORTANT:</strong> Before deploying, rename to thredds##5.6-SNAPSHOT.war or thredds.war"
},
"tdm_jar": {
"type": "library",
"package": "tdm-5.6-SNAPSHOT.jar",
"name": "TDM (Jar file)",
"hash": {
"MD5": "tdm-5.6-SNAPSHOT.jar.md5",
"SHA1": "tdm-5.6-SNAPSHOT.jar.sha1",
"SHA256": "tdm-5.6-SNAPSHOT.jar.sha256"
},
"info": "THREDDS Data Manager (TDM) for the latest snapshot release (version 5.6 SNAPSHOT) "
},
"thredds_iso_jar": {
"type": "library",
"package": "tds-plugin-2.4.7-SNAPSHOT-jar-with-dependencies.jar",
"name": "THREDDS ISO Plugin (Jar file)",
"hash": {
"MD5": "tds-plugin-2.4.7-SNAPSHOT-jar-with-dependencies.jar.md5",
"SHA1": "tds-plugin-2.4.7-SNAPSHOT-jar-with-dependencies.jar.sha1",
"SHA256": "tds-plugin-2.4.7-SNAPSHOT-jar-with-dependencies.jar.sha256"
},
"info": "THREDDS ISO Plugin for the latest snapshot release (version 2.4.7 SNAPSHOT) "
}
}
},
{
"version": "5.5",
"releaseDate": "2024-07-16",
"releaseDate": "2025-01-21",
"status": "current",
"description": "",
"baseURL": "https://artifacts.unidata.ucar.edu/repository/downloads-tds/5.5/",
"baseURL": "https://artifacts.unidata.ucar.edu/repository/downloads-tds/5.6/",
"resources": {
"tds_war": {
"type" : "web application",
"package": "thredds-5.5.war",
"package": "thredds-5.6.war",
"name": "TDS (Web Application Archive)",
"hash": {
"MD5": "thredds-5.5.war.md5",
"SHA1": "thredds-5.5.war.sha1",
"SHA256": "thredds-5.5.war.sha256"
"MD5": "thredds-5.6.war.md5",
"SHA1": "thredds-5.6.war.sha1",
"SHA256": "thredds-5.6.war.sha256"
},
"info": "THREDDS Data Server (TDS).<br><strong>IMPORTANT:</strong> Before deploying, rename to thredds##5.5.war or thredds.war"
"info": "THREDDS Data Server (TDS).<br><strong>IMPORTANT:</strong> Before deploying, rename to thredds##5.6.war or thredds.war"
},
"tdm_jar": {
"type": "library",
"package": "tdm-5.5.jar",
"package": "tdm-5.6.jar",
"name": "TDM (Jar file)",
"hash": {
"MD5": "tdm-5.5.md5",
"SHA1": "tdm-5.5.jar.sha1",
"SHA256": "tdm-5.5.jar.sha256"
"MD5": "tdm-5.6.md5",
"SHA1": "tdm-5.6.jar.sha1",
"SHA256": "tdm-5.6.jar.sha256"
},
"info": "THREDDS Data Manager (TDM) for the current release (version 5.5) "
"info": "THREDDS Data Manager (TDM) for the current release (version 5.6) "
},
"thredds_iso_jar": {
"type": "library",
"package": "tds-plugin-2.4.6-jar-with-dependencies.jar",
"package": "tds-plugin-2.4.7-jar-with-dependencies.jar",
"name": "THREDDS ISO Plugin (Jar file)",
"hash": {
"MD5": "tds-plugin-2.4.6-jar-with-dependencies.jar.md5",
"SHA1": "tds-plugin-2.4.6-jar-with-dependencies.jar.sha1",
"SHA256": "tds-plugin-2.4.6-jar-with-dependencies.jar.sha256"
"MD5": "tds-plugin-2.4.7-jar-with-dependencies.jar.md5",
"SHA1": "tds-plugin-2.4.7-jar-with-dependencies.jar.sha1",
"SHA256": "tds-plugin-2.4.7-jar-with-dependencies.jar.sha256"
},
"info": "THREDDS ISO Plugin for the current release (version 2.4.6) "
"info": "THREDDS ISO Plugin for the current release (version 2.4.7) "
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions project-files/downloads/startup/latest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tdsVersions>
<version name="development" value="5.6-SNAPSHOT"/>
<version name="release" value="5.5"/>
<version name="development" value="5.7-SNAPSHOT"/>
<version name="release" value="5.6"/>
</tdsVersions>

0 comments on commit 31c611f

Please sign in to comment.