diff --git a/README.md b/README.md index 188d6c4..20e52df 100755 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ The NOAA/NGDC ncISO team and the Unidata THREDDS team work closely (and with the | netCDF-Java / TDS Version | threddsISO | threddsISO Tag | |:------------------------------|:---------------|:---------------| -| 5.6.1-SNAPSHOT / 5.6-SNAPSHOT | 2.4.7-SNAPSHOT | | +| 5.7.1-SNAPSHOT / 5.7-SNAPSHOT | 2.4.8-SNAPSHOT | | +| 5.7.0 / 5.6 | 2.4.7 | **v2.4.7** | | 5.6.0 / 5.5 | 2.4.6 | **v2.4.6** | | 5.5.3 / 5.4 | 2.4.5 | **v2.4.5** | | 5.5.0 / 5.3 | 2.4.3 | **v2.4.3** | diff --git a/nciso-common/pom.xml b/nciso-common/pom.xml index 871946d..c34f5ea 100644 --- a/nciso-common/pom.xml +++ b/nciso-common/pom.xml @@ -6,7 +6,7 @@ EDS threddsIso-parent - 2.4.7-SNAPSHOT + 2.4.8-SNAPSHOT nciso-common jar diff --git a/nciso/pom.xml b/nciso/pom.xml index 724b4bc..d95d00f 100644 --- a/nciso/pom.xml +++ b/nciso/pom.xml @@ -6,7 +6,7 @@ EDS threddsIso-parent - 2.4.7-SNAPSHOT + 2.4.8-SNAPSHOT nciso diff --git a/pom.xml b/pom.xml index 43fd8b6..be70410 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ EDS threddsIso-parent pom - 2.4.7-SNAPSHOT + 2.4.8-SNAPSHOT scm:git:https://github.com/Unidata/threddsIso.git @@ -74,7 +74,7 @@ edu.ucar netcdf-java-testing-platform - 5.6.0 + 5.7.0 pom import @@ -172,8 +172,8 @@ maven-compiler-plugin ${maven-compiler-plugin.version} - 11 - 11 + 17 + 17 @@ -250,7 +250,7 @@ 3.2.2 - 5.6-SNAPSHOT + 5.6 5.6 diff --git a/tds-plugin/pom.xml b/tds-plugin/pom.xml index ff0c794..2af0ec2 100644 --- a/tds-plugin/pom.xml +++ b/tds-plugin/pom.xml @@ -6,7 +6,7 @@ EDS threddsIso-parent - 2.4.7-SNAPSHOT + 2.4.8-SNAPSHOT tds-plugin