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


The following commit(s) were added to refs/heads/main by this push:
     new 5f3bfd0c Adjust release date and release instructions.
5f3bfd0c is described below

commit 5f3bfd0c7cb914bd2e329b522a43a7e4c7a68c79
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Mon Dec 26 11:51:36 2022 +0100

    Adjust release date and release instructions.
---
 content/release-management.md          | 12 ++++++++----
 content/release-notes/1.3.md           |  2 +-
 static/DOAP.rdf                        |  2 +-
 static/templates/release-announce.html | 11 ++++++-----
 4 files changed, 16 insertions(+), 11 deletions(-)

diff --git a/content/release-management.md b/content/release-management.md
index eb8c036d..222a0ee1 100644
--- a/content/release-management.md
+++ b/content/release-management.md
@@ -617,7 +617,8 @@ The output shall report only good signatures.
   * On the `asf-site` branch, execute `git merge asf-staging` and push.
 * Make an announcement about the release on the `dev@`, `users@`, and 
`announce@` mailing lists.
   A template is available [here](templates/release-announce.html).
-  The email needs to be sent from an `@apache.org` email address.
+  The email needs to be sent from an `@apache.org` email address
+  and the message format must be RAW text only (no HTML).
 
 Delete the prior version:
 
@@ -640,10 +641,13 @@ Then on the development branch:
 
 ## Delete old artifacts on Maven snapshot repository    {#nexus-clean}
 
-Login in the [Nexus repository][repository]. In the _Repositories_ tag, select 
_Snapshots_ of type _hosted_
-(not to be confused with _Snapshots_ of type _group_). Navigate to the 
`org/apache/sis` directory and delete
-all directories starting with the old version number. The sub-directories need 
to be cleaned too.
+Login in the [Nexus repository][repository].
+In the _Repositories_ tag, select _Snapshots_ of type _hosted_
+(not to be confused with _Snapshots_ of type _group_).
+Delete the whole `org/apache/sis` directory.
+It will be recreated the next time that [Jenkins][jenkins] is run.
 
 [release-faq]:      http://www.apache.org/dev/release.html
 [JIRA]:             http://issues.apache.org/jira/browse/SIS
 [repository]:       https://repository.apache.org/index.html
+[jenkins]:          https://ci-builds.apache.org/job/SIS/
diff --git a/content/release-notes/1.3.md b/content/release-notes/1.3.md
index 93bd0703..944a92c0 100644
--- a/content/release-notes/1.3.md
+++ b/content/release-notes/1.3.md
@@ -2,7 +2,7 @@
 title: SIS 1.3 Release notes
 ---
 
-* Release date: **2022-12-23**
+* Release date: **2022-12-25**
 * Next release
 * [Previous release](1.2.html)
 * [Incompatible changes](#compatibility)
diff --git a/static/DOAP.rdf b/static/DOAP.rdf
index 30f4adb1..7a369ea3 100644
--- a/static/DOAP.rdf
+++ b/static/DOAP.rdf
@@ -163,7 +163,7 @@
     <release>
       <Version>
         <name>Apache SIS 1.3 — data quality</name>
-        <created>2022-12-23</created>
+        <created>2022-12-25</created>
         <revision>1.3</revision>
       </Version>
     </release>
diff --git a/static/templates/release-announce.html 
b/static/templates/release-announce.html
index 51bb8f49..0d86bb02 100644
--- a/static/templates/release-announce.html
+++ b/static/templates/release-announce.html
@@ -17,15 +17,16 @@
     </p><p>
       Apache SIS is a 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 interfaces and can be used for desktop or 
server
-      applications.
+      along with methods to manipulate those data structures.
+      The library is an implementation of GeoAPI 3.0 interfaces
+      and can be used for desktop or server applications.
+      A JavaFX application is provided for demonstration purposes.
     </p><p>
       Some Apache SIS features are:
     </p>
     <ul>
-      <li>Read netCDF-3, GeoTIFF, GPX, Moving Feature CSV, ASCII Grid, World 
File and other data formats</li>
-      <li>Read/write ISO 19115-3 metadata and legacy ISO 19139 compliant XML 
documents</li>
+      <li>Read netCDF-3, GeoTIFF and Moving Feature CSV data formats</li>
+      <li>Read/write GPX, ASCII Grid, World File, ISO 19115-3 metadata and 
legacy ISO 19139 compliant XML documents</li>
       <li>Referencing by coordinates (ISO 19111) or by identifiers (ISO 
19112)<ul>
         <li>Well Known Text (WKT) version 1 and 2 (ISO 19162)</li>
         <li>Geographic Markup Language (GML) version 3.2 (ISO 19136)</li>

Reply via email to