Skip to content

Commit

Permalink
Revert "Release 5.6.0 (#1365)"
Browse files Browse the repository at this point in the history
This reverts commit 6cda2cf.
  • Loading branch information
Hailey Johnson committed Jul 16, 2024
1 parent 6cda2cf commit f5cd9b2
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 37 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ allprojects {
// <prerelease version> may be SNAPSHOT, alphax, betax, etc.
// Note - if bumping to a new major or minor version, be sure to update the docs (see step 1 in
// docs/src/private/internal/release.md for details)
version = '5.6.1-SNAPSHOT'
version = '5.5.4-SNAPSHOT'
status = 'development'
}

Expand Down
2 changes: 1 addition & 1 deletion docs/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.5

# this appears on the top navigation bar next to the home button
topnav_title: netCDF-Java
Expand Down
12 changes: 0 additions & 12 deletions project-files/docs/version-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,6 @@
"version" : "5.5",
"include" : "1",
"releaseDate": "2022-06-02",
"status" : "",
"docsets": {
"userguide": {
"baseUrl": "https://docs.unidata.ucar.edu/netcdf-java/5.5/userguide/index.html",
"docsetName": "User's Guide"
}
}
},
{
"version" : "5.6",
"include" : "1",
"releaseDate": "2024-07-15",
"status" : "current",
"docsets": {
"userguide": {
Expand Down
46 changes: 23 additions & 23 deletions project-files/downloads/release_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,62 +3,62 @@
"packageName": "netCDF-Java",
"releases": [
{
"version": "5.6.0",
"releaseDate": "2024-07-15",
"version": "5.5.3",
"releaseDate": "2022-06-30",
"status": "current",
"description": "",
"baseURL": "https://artifacts.unidata.ucar.edu/repository/downloads-netcdf-java/5.6.0/",
"baseURL": "https://artifacts.unidata.ucar.edu/repository/downloads-netcdf-java/5.5.3/",
"resources": {
"netcdfAll": {
"type" : "library",
"package": "netcdfAll-5.6.0.jar",
"package": "netcdfAll-5.5.3.jar",
"name": "Jar file",
"hash": {
"MD5": "netcdfAll-5.6.0.jar.md5",
"SHA1": "netcdfAll-5.6.0.jar.sha1",
"SHA256": "netcdfAll-5.6.0.jar.sha256"
"MD5": "netcdfAll-5.5.3.jar.md5",
"SHA1": "netcdfAll-5.5.3.jar.sha1",
"SHA256": "netcdfAll-5.5.3.jar.sha256"
},
"info": "The netCDF library implements the full CDM model, including all other jar dependencies."
},
"toolsUI": {
"type": "library",
"package": "toolsUI-5.6.0.jar",
"package": "toolsUI-5.5.3.jar",
"name": "Jar file",
"hash": {
"MD5": "toolsUI-5.6.0.jar.md5",
"SHA1": "toolsUI-5.6.0.jar.sha1",
"SHA256": "toolsUI-5.6.0.jar.sha256"
"MD5": "toolsUI-5.5.3.jar.md5",
"SHA1": "toolsUI-5.5.3.jar.sha1",
"SHA256": "toolsUI-5.5.3.jar.sha256"
},
"info": "The toolsUI.jar contains everything to run the ToolsUI application directly from it. "
}
}
},
{
"version": "5.6.1",
"releaseDate": "2024-07-15",
"version": "5.5.4",
"releaseDate": "2022-05-15",
"status": "beta",
"description": "This version contains several bug fixes compared to version 5.6.0.",
"baseURL": "https://artifacts.unidata.ucar.edu/repository/downloads-netcdf-java/5.6.1/",
"description": "This version contains several bug fixes compared to version 5.5.3.",
"baseURL": "https://artifacts.unidata.ucar.edu/repository/downloads-netcdf-java/5.5.4/",
"resources": {
"netcdfAll": {
"type" : "library",
"package": "netcdfAll-5.6.1-SNAPSHOT.jar",
"package": "netcdfAll-5.5.4-SNAPSHOT.jar",
"name": "Jar file",
"hash": {
"MD5": "netcdfAll-5.6.1-SNAPSHOT.jar.md5",
"SHA1": "netcdfAll-5.6.1-SNAPSHOT.jar.sha1",
"SHA256": "netcdfAll-5.6.1-SNAPSHOT.jar.sha256"
"MD5": "netcdfAll-5.5.4-SNAPSHOT.jar.md5",
"SHA1": "netcdfAll-5.5.4-SNAPSHOT.jar.sha1",
"SHA256": "netcdfAll-5.5.4-SNAPSHOT.jar.sha256"
},
"info": "The netCDF library implements the full CDM model, including all other jar dependencies."
},
"toolsUI": {
"type": "library",
"package": "toolsUI-5.6.1-SNAPSHOT.jar",
"package": "toolsUI-5.5.4-SNAPSHOT.jar",
"name": "Jar file",
"hash": {
"MD5": "toolsUI-5.6.1-SNAPSHOT.jar.md5",
"SHA1": "toolsUI-5.6.1-SNAPSHOT.jar.sha1",
"SHA256": "toolsUI-5.6.1-SNAPSHOT.jar.sha256"
"MD5": "toolsUI-5.5.4-SNAPSHOT.jar.md5",
"SHA1": "toolsUI-5.5.4-SNAPSHOT.jar.sha1",
"SHA256": "toolsUI-5.5.4-SNAPSHOT.jar.sha256"
},
"info": "The toolsUI.jar contains everything to run the ToolsUI application directly from it. "
}
Expand Down

0 comments on commit f5cd9b2

Please sign in to comment.