@@ -12,8 +12,8 @@ A command-line utility, [ncISO], is also available ([here][ncISO]) for automatin
1212Much has changed with the ` main ` branch.
1313The repository currently produces two artifacts of interest:
1414
15- 1 . [ nciso] ( https://artifacts.unidata.ucar.edu/service/rest/repository/browse/ unidata-all/ EDS/nciso/ )
16- 2 . [ tds-plugin] ( https://artifacts.unidata.ucar.edu/service/rest/repository/browse/ unidata-all/ EDS/tds-plugin/ )
15+ 1 . nciso ( [ releases ] ( https://artifacts.unidata.ucar.edu/releases/EDS/nciso/ ) )( [ snapshots ] ( https://artifacts. unidata.ucar.edu/snapshots/ EDS/nciso/) )
16+ 2 . tds-plugin ( [ releases ] ( https://artifacts.unidata.ucar.edu/releases/EDS/tds-plugin/ ) )( [ snapshots ] ( https://artifacts. unidata.ucar.edu/snapshots/ EDS/tds-plugin/) )
1717
1818An attempt has been made to combine the code bases of the command line utility and the TDS threddsISO plugin.
1919In this repository, the commandline utility code lives in the ` nciso ` maven module.
@@ -29,7 +29,6 @@ The NOAA/NGDC ncISO team and the Unidata THREDDS team work closely (and with the
2929
3030| netCDF-Java / TDS Version | threddsISO | threddsISO Tag |
3131| :--------------------------| :---------------| :---------------|
32- | 5.9.1 / - | 2.4.9-SNAPSHOT | - |
3332| 5.9.1 / 5.7 | 2.4.8 | ** v2.4.8** |
3433| 5.7.0 / 5.6 | 2.4.7 | ** v2.4.7** |
3534| 5.6.0 / 5.5 | 2.4.6 | ** v2.4.6** |
@@ -55,10 +54,10 @@ The NOAA/NGDC ncISO team and the Unidata THREDDS team work closely (and with the
5554
5655### Active Branches
5756
58- | threddsIso branch | netCDF-Java / TDS Version |
59- | :------------------| :----------------------------------|
60- | main | ** 5.5.4 -SNAPSHOT / 5.5 -SNAPSHOT** |
61- | 2.2.x | ** 4.6.17** |
57+ | threddsIso branch | netCDF-Java / TDS Version |
58+ | :------------------| :----------------------------------- |
59+ | main | ** 5.10.0 -SNAPSHOT / 5.9 -SNAPSHOT** |
60+ | 2.2.x | ** 4.6.17** |
6261
6362## Notes on External Dependencies
6463
@@ -69,12 +68,12 @@ The NOAA/NGDC ncISO team and the Unidata THREDDS team work closely (and with the
6968[ commons-lang3] used in ` nciso-common `
7069
7170[ ncISO ] : https://github.com/NOAA-PMEL/uafnciso
72- [ TDS ] : http ://www.unidata.ucar.edu/software/tds/current/
71+ [ TDS ] : https ://www.unidata.ucar.edu/software/tds
7372[ ncISO_TDS_docs ] : https://docs.unidata.ucar.edu/tds/current/userguide/iso_metadata.html
7473
75- [ Maven_artifacts ] : https://artifacts.unidata.ucar.edu/service/rest/repository/browse/unidata- releases/EDS/
76- [ Maven_artifacts_snapshots ] : https://artifacts.unidata.ucar.edu/service/rest/repository/browse/unidata- snapshots/EDS/
74+ [ Maven_artifacts ] : https://artifacts.unidata.ucar.edu/releases/EDS/
75+ [ Maven_artifacts_snapshots ] : https://artifacts.unidata.ucar.edu/snapshots/EDS/
7776
78- [ JDOM ] : http ://www.jdom.org/
79- [ SAXON ] : http ://saxon.sourceforge.net/
80- [ commons-lang ] : http ://commons.apache.org/proper/commons-lang/
77+ [ JDOM ] : https ://www.jdom.org/
78+ [ SAXON ] : https ://saxon.sourceforge.net/
79+ [ commons-lang ] : https ://commons.apache.org/proper/commons-lang/
0 commit comments