This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sis-site.git

commit 2bce94ba0defd0262d302ab71366fce29bd1d6de
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Fri Dec 1 12:41:09 2023 +0100

    Set GeoAPI version to 3.0.2 and Unit API to JSR-385.
---
 content/_index.md                      | 4 ++--
 content/standards.md                   | 4 ++--
 static/DOAP.rdf                        | 4 ++--
 static/templates/release-announce.html | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/content/_index.md b/content/_index.md
index 08d5a30e..b1774d26 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -36,7 +36,7 @@ The API and the data encodings follow [international 
standards](standards.html)
   * Read and write XML documents compliant with ISO 19115-3 (current standard) 
or ISO 19139 (older standard).
   * Automatic conversions between the old metadata model published in 2003 and 
the revision published in 2014.
 * Units of measurement:
-  * Implementation of [JSR-363][JSR_363]
+  * Implementation of [JSR-385][JSR_385]
     with parsing, formating and unit conversion functionalities.
   * The same implementation is available as a [small standalone separated 
project][seshat].
 * Referencing by coordinates (ISO 19111):
@@ -84,5 +84,5 @@ are also provided for allowing users to experiment some SIS 
functionalities befo
 [netCDF]:    https://www.ogc.org/standards/netcdf
 [netCDF_MF]: http://docs.opengeospatial.org/bp/16-114r3/16-114r3.html
 [MF_CSV]:    http://docs.opengeospatial.org/is/14-084r2/14-084r2.html
-[JSR_363]:   https://jcp.org/en/jsr/detail?id=363
+[JSR_385]:   https://jcp.org/en/jsr/detail?id=385
 [seshat]:    https://unitsofmeasurement.github.io/seshat/
diff --git a/content/standards.md b/content/standards.md
index c0c047bc..d4846ba6 100644
--- a/content/standards.md
+++ b/content/standards.md
@@ -126,12 +126,12 @@ Some standards are implemented partially, others almost 
fully.
   </tr><tr>
     <td></td>
     <td><a href="https://portal.ogc.org/files/?artifact_id=71648";>OGC 
09-083</a></td>
-    <td>3.0.2</td>
+    <td></td>
     <td>GeoAPI 3.0.2</td>
   </tr><tr>
     <td></td>
-    <td><a href="https://jcp.org/en/jsr/detail?id=363";>JSR 363</a></td>
     <td><a href="https://jcp.org/en/jsr/detail?id=385";>JSR 385</a></td>
+    <td></td>
     <td>Units of Measurement API</td>
   </tr>
 </table>
diff --git a/static/DOAP.rdf b/static/DOAP.rdf
index 00b56c49..2e77ed1e 100644
--- a/static/DOAP.rdf
+++ b/static/DOAP.rdf
@@ -58,8 +58,8 @@
       <asfext:Standard>
         <asfext:title>Units of Measurement API</asfext:title>
         <asfext:body>Java Community Process</asfext:body>
-        <asfext:id>JSR-363</asfext:id>
-        <asfext:url rdf:resource = "https://jcp.org/en/jsr/detail?id=363"/>
+        <asfext:id>JSR-385</asfext:id>
+        <asfext:url rdf:resource = "https://jcp.org/en/jsr/detail?id=385"/>
       </asfext:Standard>
     </asfext:implements>
     <asfext:implements>
diff --git a/static/templates/release-announce.html 
b/static/templates/release-announce.html
index 92e9424e..d97b2982 100644
--- a/static/templates/release-announce.html
+++ b/static/templates/release-announce.html
@@ -35,7 +35,7 @@
         <li>Geohashes and Military Grid Reference System (MGRS)</li>
       </ul></li>
       <li>Units of measurement<ul>
-        <li>JSR-363 with parsing, formating and unit conversion 
functionalities</li>
+        <li>JSR-385 with parsing, formating and unit conversion 
functionalities</li>
       </ul></li>
       <li>Processing<ul>
         <li>Multi-threaded raster reprojection</li>

Reply via email to