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 ee9ecef620f1ee4f539ebb687c0fac2554869140
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Sat Sep 30 17:48:07 2023 +0200

    Set GeoAPI version number to 3.0.2.
---
 content/_index.md    | 2 +-
 content/source.md    | 4 ++--
 content/standards.md | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/_index.md b/content/_index.md
index 83f08d8e..d6461524 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -4,7 +4,7 @@ title: The Apache SIS™ library
 
 Apache Spatial Information System (SIS) is a free software, Java language 
library for developing geospatial applications.
 SIS provides data structures for geographic features and associated metadata 
along with methods to manipulate those data structures.
-The library is an implementation of [GeoAPI 3.0.1][geoapi] interfaces and can 
be used for desktop or server applications.
+The library is an implementation of [GeoAPI 3.0.2][geoapi] interfaces and can 
be used for desktop or server applications.
 
 The SIS metadata module enables the creation of metadata objects
 which comply with the model of {{% OGC %}}/{{% ISO %}} international standards.
diff --git a/content/source.md b/content/source.md
index b34a486e..69b0ff66 100644
--- a/content/source.md
+++ b/content/source.md
@@ -163,7 +163,7 @@ gradle test --system-prop org.apache.sis.test.extensive=true
 
 The source code repository contains `main`, `geoapi-3.1` and `geoapi-4.0` 
branches.
 Apache {{% SIS %}} releases are created from `main`, which depends on the 
latest GeoAPI version
-released by the Open Geospatial Consortium (OGC), currently [GeoAPI 
3.0.1][geoapi-stable].
+released by the Open Geospatial Consortium (OGC), currently [GeoAPI 
3.0.2][geoapi-stable].
 However daily developments occur on the `geoapi-4.0` branch before to be 
merged (indirectly) to `main`.
 Those branches exist in order to experiment early new API and technologies — 
since they may impact
 the library design — while keeping the releases compatible with officially 
released API.
@@ -171,7 +171,7 @@ In summary:
 
 * The `geoapi-4.0` branch implements interfaces defined in GeoAPI 4.0 
snapshots.
 * The `geoapi-3.1` branch implements interfaces defined in [GeoAPI 3.1 
snapshots][geoapi-snapshot].
-* The `main` implements interfaces defined by the [GeoAPI 3.0.1 stable 
release][geoapi-stable].
+* The `main` implements interfaces defined by the [GeoAPI 3.0.2 stable 
release][geoapi-stable].
 
 Developments on `geoapi-4.0` branch are merged to `geoapi-3.1` branch, which 
is then merged to `main`.
 When commits reach `main` they become unmodifiable; the `git push --force` 
command is not allowed on that branch.
diff --git a/content/standards.md b/content/standards.md
index 5618b273..f7560001 100644
--- a/content/standards.md
+++ b/content/standards.md
@@ -122,7 +122,7 @@ Some standards are implemented partially, others almost 
fully.
     <td></td>
     <td><a href="https://portal.ogc.org/files/?artifact_id=71648";>OGC 
09-083</a></td>
     <td>3.0.2</td>
-    <td>GeoAPI 3.0.1</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>

Reply via email to