Skip to content

Commit d4286d7

Browse files
committed
Update doc and download links for release
1 parent 4d75a4a commit d4286d7

2 files changed

Lines changed: 35 additions & 23 deletions

File tree

project-files/docs/version-info.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,18 @@
7878
"version" : "5.6",
7979
"include" : "1",
8080
"releaseDate": "2024-07-15",
81+
"status" : "",
82+
"docsets": {
83+
"userguide": {
84+
"baseUrl": "https://docs.unidata.ucar.edu/netcdf-java/5.6/userguide/index.html",
85+
"docsetName": "User's Guide"
86+
}
87+
}
88+
},
89+
{
90+
"version" : "5.7",
91+
"include" : "1",
92+
"releaseDate": "2025-01-06",
8193
"status" : "current",
8294
"docsets": {
8395
"userguide": {

project-files/downloads/release_info.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,62 +3,62 @@
33
"packageName": "netCDF-Java",
44
"releases": [
55
{
6-
"version": "5.6.0",
7-
"releaseDate": "2024-07-15",
6+
"version": "5.7.0",
7+
"releaseDate": "2025-01-06",
88
"status": "current",
99
"description": "",
10-
"baseURL": "https://artifacts.unidata.ucar.edu/repository/downloads-netcdf-java/5.6.0/",
10+
"baseURL": "https://artifacts.unidata.ucar.edu/repository/downloads-netcdf-java/5.7.0/",
1111
"resources": {
1212
"netcdfAll": {
1313
"type" : "library",
14-
"package": "netcdfAll-5.6.0.jar",
14+
"package": "netcdfAll-5.7.0.jar",
1515
"name": "Jar file",
1616
"hash": {
17-
"MD5": "netcdfAll-5.6.0.jar.md5",
18-
"SHA1": "netcdfAll-5.6.0.jar.sha1",
19-
"SHA256": "netcdfAll-5.6.0.jar.sha256"
17+
"MD5": "netcdfAll-5.7.0.jar.md5",
18+
"SHA1": "netcdfAll-5.7.0.jar.sha1",
19+
"SHA256": "netcdfAll-5.7.0.jar.sha256"
2020
},
2121
"info": "The netCDF library implements the full CDM model, including all other jar dependencies."
2222
},
2323
"toolsUI": {
2424
"type": "library",
25-
"package": "toolsUI-5.6.0.jar",
25+
"package": "toolsUI-5.7.0.jar",
2626
"name": "Jar file",
2727
"hash": {
28-
"MD5": "toolsUI-5.6.0.jar.md5",
29-
"SHA1": "toolsUI-5.6.0.jar.sha1",
30-
"SHA256": "toolsUI-5.6.0.jar.sha256"
28+
"MD5": "toolsUI-5.7.0.jar.md5",
29+
"SHA1": "toolsUI-5.7.0.jar.sha1",
30+
"SHA256": "toolsUI-5.7.0.jar.sha256"
3131
},
3232
"info": "The toolsUI.jar contains everything to run the ToolsUI application directly from it. "
3333
}
3434
}
3535
},
3636
{
37-
"version": "5.6.1",
38-
"releaseDate": "2024-07-15",
37+
"version": "5.7.1",
38+
"releaseDate": "2025-01-06",
3939
"status": "beta",
40-
"description": "This version contains several bug fixes compared to version 5.6.0.",
41-
"baseURL": "https://artifacts.unidata.ucar.edu/repository/downloads-netcdf-java/5.6.1/",
40+
"description": "This version contains several bug fixes compared to version 5.7.0.",
41+
"baseURL": "https://artifacts.unidata.ucar.edu/repository/downloads-netcdf-java/5.7.1/",
4242
"resources": {
4343
"netcdfAll": {
4444
"type" : "library",
45-
"package": "netcdfAll-5.6.1-SNAPSHOT.jar",
45+
"package": "netcdfAll-5.7.1-SNAPSHOT.jar",
4646
"name": "Jar file",
4747
"hash": {
48-
"MD5": "netcdfAll-5.6.1-SNAPSHOT.jar.md5",
49-
"SHA1": "netcdfAll-5.6.1-SNAPSHOT.jar.sha1",
50-
"SHA256": "netcdfAll-5.6.1-SNAPSHOT.jar.sha256"
48+
"MD5": "netcdfAll-5.7.1-SNAPSHOT.jar.md5",
49+
"SHA1": "netcdfAll-5.7.1-SNAPSHOT.jar.sha1",
50+
"SHA256": "netcdfAll-5.7.1-SNAPSHOT.jar.sha256"
5151
},
5252
"info": "The netCDF library implements the full CDM model, including all other jar dependencies."
5353
},
5454
"toolsUI": {
5555
"type": "library",
56-
"package": "toolsUI-5.6.1-SNAPSHOT.jar",
56+
"package": "toolsUI-5.7.1-SNAPSHOT.jar",
5757
"name": "Jar file",
5858
"hash": {
59-
"MD5": "toolsUI-5.6.1-SNAPSHOT.jar.md5",
60-
"SHA1": "toolsUI-5.6.1-SNAPSHOT.jar.sha1",
61-
"SHA256": "toolsUI-5.6.1-SNAPSHOT.jar.sha256"
59+
"MD5": "toolsUI-5.7.1-SNAPSHOT.jar.md5",
60+
"SHA1": "toolsUI-5.7.1-SNAPSHOT.jar.sha1",
61+
"SHA256": "toolsUI-5.7.1-SNAPSHOT.jar.sha256"
6262
},
6363
"info": "The toolsUI.jar contains everything to run the ToolsUI application directly from it. "
6464
}

0 commit comments

Comments
 (0)