diff --git a/build.gradle b/build.gradle index aacb6eedab..58ddee2ab4 100644 --- a/build.gradle +++ b/build.gradle @@ -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 ..- // 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' } diff --git a/docs/adminguide/src/site/_config.yml b/docs/adminguide/src/site/_config.yml index 48e8e4341c..ce6e0abcdc 100644 --- a/docs/adminguide/src/site/_config.yml +++ b/docs/adminguide/src/site/_config.yml @@ -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) diff --git a/docs/adminguide/src/site/_data/sidebars/admin_sidebar.yml b/docs/adminguide/src/site/_data/sidebars/admin_sidebar.yml index 489639656b..f398994bdc 100644 --- a/docs/adminguide/src/site/_data/sidebars/admin_sidebar.yml +++ b/docs/adminguide/src/site/_data/sidebars/admin_sidebar.yml @@ -1,7 +1,7 @@ entries: - title: Sidebar product: Administrator's Guide - version: 5.6 + version: 5.7 folders: - title: output: pdf diff --git a/docs/devguide/src/site/_config.yml b/docs/devguide/src/site/_config.yml index c57727eff8..60ce138049 100644 --- a/docs/devguide/src/site/_config.yml +++ b/docs/devguide/src/site/_config.yml @@ -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) diff --git a/docs/devguide/src/site/_data/sidebars/dev_sidebar.yml b/docs/devguide/src/site/_data/sidebars/dev_sidebar.yml index b4f3ebfefb..22bda1b37a 100644 --- a/docs/devguide/src/site/_data/sidebars/dev_sidebar.yml +++ b/docs/devguide/src/site/_data/sidebars/dev_sidebar.yml @@ -1,7 +1,7 @@ entries: - title: Sidebar product: TDS Developer's Guide - version: 5.6 + version: 5.7 folders: - title: diff --git a/docs/quickstart/src/site/_config.yml b/docs/quickstart/src/site/_config.yml index d129162893..eb0032d506 100644 --- a/docs/quickstart/src/site/_config.yml +++ b/docs/quickstart/src/site/_config.yml @@ -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) diff --git a/docs/quickstart/src/site/_data/sidebars/quickstart_sidebar.yml b/docs/quickstart/src/site/_data/sidebars/quickstart_sidebar.yml index d45120c85b..4b26c28cc2 100644 --- a/docs/quickstart/src/site/_data/sidebars/quickstart_sidebar.yml +++ b/docs/quickstart/src/site/_data/sidebars/quickstart_sidebar.yml @@ -1,7 +1,7 @@ entries: - title: Sidebar product: TDS Tutorial And Reference Documentation - version: 5.6 + version: 5.7 folders: - title: diff --git a/docs/userguide/src/site/_config.yml b/docs/userguide/src/site/_config.yml index aa64775b78..3747f3ccd8 100644 --- a/docs/userguide/src/site/_config.yml +++ b/docs/userguide/src/site/_config.yml @@ -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) diff --git a/docs/userguide/src/site/_data/sidebars/user_sidebar.yml b/docs/userguide/src/site/_data/sidebars/user_sidebar.yml index 5187f7a216..b3f0959fb3 100644 --- a/docs/userguide/src/site/_data/sidebars/user_sidebar.yml +++ b/docs/userguide/src/site/_data/sidebars/user_sidebar.yml @@ -1,7 +1,7 @@ entries: - title: Sidebar product: TDS User's Guide - version: 5.6 + version: 5.7 folders: - title: diff --git a/project-files/docs/version-info.json b/project-files/docs/version-info.json index a82fefa3e4..fac03d93a9 100644 --- a/project-files/docs/version-info.json +++ b/project-files/docs/version-info.json @@ -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" } } diff --git a/project-files/downloads/release_info.json b/project-files/downloads/release_info.json index f52bc6e44a..423752bab3 100644 --- a/project-files/downloads/release_info.json +++ b/project-files/downloads/release_info.json @@ -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).
IMPORTANT: 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).
IMPORTANT: Before deploying, rename to thredds##5.5.war or thredds.war" + "info": "THREDDS Data Server (TDS).
IMPORTANT: 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) " } } } diff --git a/project-files/downloads/startup/latest.xml b/project-files/downloads/startup/latest.xml index f9c4f3c557..b614824fa0 100644 --- a/project-files/downloads/startup/latest.xml +++ b/project-files/downloads/startup/latest.xml @@ -1,4 +1,4 @@ - - + +