Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add thredds iso plugin to downloads page #428

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions project-files/downloads/release_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@
"SHA256": "tdm-5.5-SNAPSHOT.jar.sha256"
},
"info": "THREDDS Data Manager (TDM) for the latest snapshot release (version 5.5 SNAPSHOT) "
},
"thredds_iso_jar": {
"type": "library",
"package": "tds-plugin-2.4.6-SNAPSHOT-jar-with-dependencies.jar",
"name": "THREDDS ISO Plugin (Jar file)",
"hash": {
"MD5": "tds-plugin-2.4.6-SNAPSHOT-jar-with-dependencies.jar.md5",
"SHA1": "tds-plugin-2.4.6-SNAPSHOT-jar-with-dependencies.jar.sha1",
"SHA256": "tds-plugin-2.4.6-SNAPSHOT-jar-with-dependencies.jar.sha256"
},
"info": "THREDDS ISO Plugin for the latest snapshot release (version 2.4.6 SNAPSHOT) "
}
}
},
Expand Down
Loading