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

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


The following commit(s) were added to refs/heads/asf-staging by this push:
     new 73f07593 Web site for SIS 1.2 release candidate 1.
73f07593 is described below

commit 73f0759352698754ec9c052322ce81290ca67fe7
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Thu May 12 18:05:51 2022 +0200

    Web site for SIS 1.2 release candidate 1.
---
 DOAP.rdf                      |  7 +++++
 build.html                    |  6 ++--
 code-patterns.html            |  6 ++--
 coding-conventions.html       |  6 ++--
 command-line.html             | 28 +++++++++--------
 contributor.html              |  6 ++--
 downloads.html                | 24 ++++++++-------
 en/sitemap.xml                |  8 ++---
 epsg.html                     | 28 +++++++++--------
 faq.html                      |  6 ++--
 formats.html                  |  6 ++--
 fr/faq.html                   |  4 +--
 fr/index.html                 |  4 +--
 fr/index.xml                  |  4 +--
 index.html                    | 24 ++++++++-------
 index.xml                     | 70 +++++++++++++++++++++----------------------
 javafx.html                   | 10 ++++---
 mail-lists.html               |  6 ++--
 release-management-setup.html |  6 ++--
 release-management.html       | 50 ++++++++++++++-----------------
 source.html                   |  6 ++--
 standards.html                |  6 ++--
 team-list.html                |  6 ++--
 23 files changed, 183 insertions(+), 144 deletions(-)

diff --git a/DOAP.rdf b/DOAP.rdf
index ff22e148..c35f5cce 100644
--- a/DOAP.rdf
+++ b/DOAP.rdf
@@ -153,6 +153,13 @@
         <asfext:id>OGC 19-008r4</asfext:id>
       </asfext:Standard>
     </asfext:implements>
+    <release>
+      <Version>
+        <name>Apache SIS 1.2 — more formats and operations</name>
+        <created>2022-05-18</created>
+        <revision>1.2</revision>
+      </Version>
+    </release>
     <release>
       <Version>
         <name>Apache SIS 1.1 — GeoTIFF, filters, raster reprojections</name>
diff --git a/build.html b/build.html
index 4cffb86d..77668146 100644
--- a/build.html
+++ b/build.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-  
+
 
   <title>Apache SIS - Build from source</title>
   <meta charset="utf-8">
@@ -52,7 +52,9 @@
         <ul class="dropdown-menu" aria-labelledby="menuContribute">
           <li><a class="dropdown-item" href="contributor.html">New 
Contributor</a></li>
           <li><a class="dropdown-item" href="coding-conventions.html">Coding 
Conventions</a></li>
+          <li><a class="dropdown-item" href="mail-lists.html">Mailing 
Lists</a></li>
           <li><a class="dropdown-item" 
href="https://issues.apache.org/jira/browse/SIS";>Issue Tracker</a></li>
+          <li><a class="dropdown-item" 
href="https://github.com/apache/sis";>GitHub mirror</a></li>
           <li><a class="dropdown-item" 
href="https://cwiki.apache.org/confluence/display/SIS";>Wiki</a></li>
           <li><hr class="dropdown-divider"></li>
           <li><a class="dropdown-item" href="release-management.html">Release 
management</a></li>
@@ -100,7 +102,7 @@
       <article>
         <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">Build from source</p>
-        
+
   <p>Apache <abbr title="Spatial Information System">SIS</abbr> is built by 
Maven.
 For installing the JAR files in the local Maven repository, execute the 
following command
 from the SIS project root:</p>
diff --git a/code-patterns.html b/code-patterns.html
index cd6cf7b4..7acd4d1b 100644
--- a/code-patterns.html
+++ b/code-patterns.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-  
+
 
   <title>Apache SIS - Recommended code patterns</title>
   <meta charset="utf-8">
@@ -52,7 +52,9 @@
         <ul class="dropdown-menu" aria-labelledby="menuContribute">
           <li><a class="dropdown-item" href="contributor.html">New 
Contributor</a></li>
           <li><a class="dropdown-item" href="coding-conventions.html">Coding 
Conventions</a></li>
+          <li><a class="dropdown-item" href="mail-lists.html">Mailing 
Lists</a></li>
           <li><a class="dropdown-item" 
href="https://issues.apache.org/jira/browse/SIS";>Issue Tracker</a></li>
+          <li><a class="dropdown-item" 
href="https://github.com/apache/sis";>GitHub mirror</a></li>
           <li><a class="dropdown-item" 
href="https://cwiki.apache.org/confluence/display/SIS";>Wiki</a></li>
           <li><hr class="dropdown-divider"></li>
           <li><a class="dropdown-item" href="release-management.html">Release 
management</a></li>
@@ -100,7 +102,7 @@
       <article>
         <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">Recommended code patterns</p>
-        
+
   <p>This page lists some recommended code pattern for developing or using 
Apache <abbr title="Spatial Information System">SIS</abbr>.</p>
 <nav id="TableOfContents">
   <ul>
diff --git a/coding-conventions.html b/coding-conventions.html
index dfab79d1..42b89dab 100644
--- a/coding-conventions.html
+++ b/coding-conventions.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-  
+
 
   <title>Apache SIS - Source code</title>
   <meta charset="utf-8">
@@ -52,7 +52,9 @@
         <ul class="dropdown-menu" aria-labelledby="menuContribute">
           <li><a class="dropdown-item" href="contributor.html">New 
Contributor</a></li>
           <li><a class="dropdown-item" href="coding-conventions.html">Coding 
Conventions</a></li>
+          <li><a class="dropdown-item" href="mail-lists.html">Mailing 
Lists</a></li>
           <li><a class="dropdown-item" 
href="https://issues.apache.org/jira/browse/SIS";>Issue Tracker</a></li>
+          <li><a class="dropdown-item" 
href="https://github.com/apache/sis";>GitHub mirror</a></li>
           <li><a class="dropdown-item" 
href="https://cwiki.apache.org/confluence/display/SIS";>Wiki</a></li>
           <li><hr class="dropdown-divider"></li>
           <li><a class="dropdown-item" href="release-management.html">Release 
management</a></li>
@@ -100,7 +102,7 @@
       <article>
         <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">Source code</p>
-        
+
   <p>This page describes some coding conventions applied in Apache <abbr 
title="Spatial Information System">SIS</abbr> development.</p>
 <nav id="TableOfContents">
   <ul>
diff --git a/command-line.html b/command-line.html
index 94285c99..ba39165d 100644
--- a/command-line.html
+++ b/command-line.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-  
+
 
   <title>Apache SIS - Command-line interface</title>
   <meta charset="utf-8">
@@ -52,7 +52,9 @@
         <ul class="dropdown-menu" aria-labelledby="menuContribute">
           <li><a class="dropdown-item" href="contributor.html">New 
Contributor</a></li>
           <li><a class="dropdown-item" href="coding-conventions.html">Coding 
Conventions</a></li>
+          <li><a class="dropdown-item" href="mail-lists.html">Mailing 
Lists</a></li>
           <li><a class="dropdown-item" 
href="https://issues.apache.org/jira/browse/SIS";>Issue Tracker</a></li>
+          <li><a class="dropdown-item" 
href="https://github.com/apache/sis";>GitHub mirror</a></li>
           <li><a class="dropdown-item" 
href="https://cwiki.apache.org/confluence/display/SIS";>Wiki</a></li>
           <li><hr class="dropdown-divider"></li>
           <li><a class="dropdown-item" href="release-management.html">Release 
management</a></li>
@@ -100,7 +102,7 @@
       <article>
         <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">Command-line interface</p>
-        
+
   <p>A command-line interface is provided for extracting information from data 
files or authority codes,
 and for performing coordinate operations.
 That command-line tool is provided for allowing users to experiment some 
Apache <abbr title="Spatial Information System">SIS</abbr> functionalities
@@ -127,9 +129,9 @@ in their own application.</p>
   </ul>
 </nav>
 <h1 id="install">Installation   </h1>
-<p>Select &ldquo;Apache <abbr title="Spatial Information System">SIS</abbr> 
1.1 binary&rdquo; from the <a href="downloads.html">downloads page</a> an unzip 
in any directory.
+<p>Select &ldquo;Apache <abbr title="Spatial Information System">SIS</abbr> 
1.2 binary&rdquo; from the <a href="downloads.html">downloads page</a> an unzip 
in any directory.
 The directory structure will be as below:</p>
-<div class="highlight"><pre class="chroma"><code class="language-text" 
data-lang="text">apache-sis-1.1
+<div class="highlight"><pre class="chroma"><code class="language-text" 
data-lang="text">apache-sis-1.2
 ├─ bin
 ├─ conf
 ├─ data
@@ -138,9 +140,9 @@ The directory structure will be as below:</p>
 <p>The <code>bin</code> sub-directory contains a <code>sis</code> command for 
Unix systems (Linux or MacOS — we have not yet done a <code>sis.bat</code> file 
for Windows).
 The <code>bin</code> sub-directory can be added to the <code>PATH</code> 
environment variable for convenience, but this is not mandatory.
 Example:</p>
-<div class="highlight"><pre class="chroma"><code class="language-bash" 
data-lang="bash"><span class="nb">export</span> <span 
class="nv">PATH</span><span class="o">=</span><span 
class="nv">$PWD</span>/apache-sis-1.1/bin:<span 
class="nv">$PATH</span></code></pre></div>
+<div class="highlight"><pre class="chroma"><code class="language-bash" 
data-lang="bash"><span class="nb">export</span> <span 
class="nv">PATH</span><span class="o">=</span><span 
class="nv">$PWD</span>/apache-sis-1.2/bin:<span 
class="nv">$PATH</span></code></pre></div>
 <p>The remaining of this page assumes that the <code>bin</code> directory is 
on the search path.
-If not, the same examples can still be executed by replacing the 
<code>sis</code> command by <code>./apache-sis-1.1/bin/sis</code>.</p>
+If not, the same examples can still be executed by replacing the 
<code>sis</code> command by <code>./apache-sis-1.2/bin/sis</code>.</p>
 <h2 id="dependencies">Optional dependencies   </h2>
 <p>Every JAR files present in the <code>lib</code> sub-directory will be 
included on the classpath during <code>sis</code> command execution.
 By default, the <code>lib</code> directory contains the <code>sis-*.jar</code> 
files together with GeoAPI, JAXB and Apache Derby dependencies.
@@ -286,7 +288,7 @@ The following example reads a <abbr title="Well Known 
Text">WKT</abbr> for the <
 but in which the <code>ID[&quot;EPSG&quot;, 27572]</code> element has been 
intentionally omitted.
 Furthermore, the <em>“NTF (Paris) / Lambert zone II”</em> name has been 
replaced by <em>“NTF (Paris) / zone to be discovered by the demo”</em> name.
 Executing the following command:</p>
-<div class="highlight"><pre class="chroma"><code class="language-bash" 
data-lang="bash">sis identifier 
http://sis.apache.org/examples/crs/MissingIdentifier.wkt</code></pre></div>
+<div class="highlight"><pre class="chroma"><code class="language-bash" 
data-lang="bash">sis identifier 
https://sis.apache.org/examples/crs/MissingIdentifier.wkt</code></pre></div>
 <p>produces an output like below:</p>
 <div class="highlight"><pre class="chroma"><code class="language-text" 
data-lang="text">urn:ogc:def:crs:EPSG:9.7:27572    | NTF (Paris) / Lambert zone 
II</code></pre></div>
 <p>As we can see, Apache <abbr title="Spatial Information System">SIS</abbr> 
has been able to find back the identifier code and the actual <abbr 
title="Coordinate Reference System">CRS</abbr> name.</p>
@@ -295,7 +297,7 @@ The most frequent case is a <abbr title="Well Known 
Text">WKT</abbr> that define
 but declare an EPSG code for a <abbr title="Coordinate Reference 
System">CRS</abbr> with (<em>latitude</em>, <em>longitude</em>) axes.
 Apache <abbr title="Spatial Information System">SIS</abbr> can detect such 
mismatches.
 For example executing the following command:</p>
-<div class="highlight"><pre class="chroma"><code class="language-bash" 
data-lang="bash">sis identifier 
http://sis.apache.org/examples/crs/WrongAxisOrder.wkt</code></pre></div>
+<div class="highlight"><pre class="chroma"><code class="language-bash" 
data-lang="bash">sis identifier 
https://sis.apache.org/examples/crs/WrongAxisOrder.wkt</code></pre></div>
 <p>produces an output like below:</p>
 <div class="highlight"><pre class="chroma"><code class="language-text" 
data-lang="text">!   urn:ogc:def:crs:EPSG:8.9:4979    | WGS 84
 
@@ -317,7 +319,7 @@ The next example asks the identifier of a <abbr 
title="Coordinate Reference Syst
     Parameter[&#34;Latitude of natural origin&#34;, -0.0],
   (... definition omitted for brevity ...)</code></pre></div>
 <p>Executing the following command:</p>
-<div class="highlight"><pre class="chroma"><code class="language-bash" 
data-lang="bash">sis identifier 
http://sis.apache.org/examples/crs/EquivalentDefinition.wkt</code></pre></div>
+<div class="highlight"><pre class="chroma"><code class="language-bash" 
data-lang="bash">sis identifier 
https://sis.apache.org/examples/crs/EquivalentDefinition.wkt</code></pre></div>
 <p>produces an output like below:</p>
 <div class="highlight"><pre class="chroma"><code class="language-text" 
data-lang="text">urn:ogc:def:crs:EPSG:9.7:3994    | WGS 84 / Mercator 
41</code></pre></div>
 <p>In above example, Apache <abbr title="Spatial Information 
System">SIS</abbr> used the fact that a
@@ -345,8 +347,8 @@ can also have an influence; while optional, that area 
should be specified when i
 <p>The following example transform coordinates from the North American Datum 
1927 (EPSG:4267) to WGS84 (EPSG:4326).
 The example is run twice: once for cities in USA, then once for cities in 
Canada:
 (Note: the application may log warnings to the console. Those warnings can be 
ignored)</p>
-<div class="highlight"><pre class="chroma"><code class="language-bash" 
data-lang="bash">wget 
http://sis.apache.org/examples/coordinates/AmericanCities.csv
-wget http://sis.apache.org/examples/coordinates/CanadianCities.csv
+<div class="highlight"><pre class="chroma"><code class="language-bash" 
data-lang="bash">wget 
https://sis.apache.org/examples/coordinates/AmericanCities.csv
+wget https://sis.apache.org/examples/coordinates/CanadianCities.csv
 sis transform --sourceCRS EPSG:4267 --targetCRS EPSG:4326 AmericanCities.csv
 sis transform --sourceCRS EPSG:4267 --targetCRS EPSG:4326 
CanadianCities.csv</code></pre></div>
 <p>The first execution should print the following header, followed by 
transformed coordinate values.
@@ -436,7 +438,9 @@ The following example shows the metadata of a netCDF file 
accessible from the we
 </details>
 <br/>
 <p>Adding the <code>--format xml</code> option to the above command will 
format the same metadata in a <abbr title="Extensible Markup 
Language">XML</abbr> document.
-The output is not shown in this page because of its verbosity.</p>
+The output is not shown in this page because of its verbosity.
+<strong>Note:</strong> in current Apache <abbr title="Spatial Information 
System">SIS</abbr> version, XML output requires manual installation of 
additional dependencies.
+See <a href="https://issues.apache.org/jira/browse/SIS-545";>issue SIS-545</a> 
for more information.</p>
 <p>Java API for accessing functionalities shown in above examples are:</p>
 <ul>
 <li>Convenience static methods in <code>org.apache.sis.xml</code> package:
diff --git a/contributor.html b/contributor.html
index a21ca9aa..7044d8e4 100644
--- a/contributor.html
+++ b/contributor.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-  
+
 
   <title>Apache SIS - New contributor</title>
   <meta charset="utf-8">
@@ -52,7 +52,9 @@
         <ul class="dropdown-menu" aria-labelledby="menuContribute">
           <li><a class="dropdown-item" href="contributor.html">New 
Contributor</a></li>
           <li><a class="dropdown-item" href="coding-conventions.html">Coding 
Conventions</a></li>
+          <li><a class="dropdown-item" href="mail-lists.html">Mailing 
Lists</a></li>
           <li><a class="dropdown-item" 
href="https://issues.apache.org/jira/browse/SIS";>Issue Tracker</a></li>
+          <li><a class="dropdown-item" 
href="https://github.com/apache/sis";>GitHub mirror</a></li>
           <li><a class="dropdown-item" 
href="https://cwiki.apache.org/confluence/display/SIS";>Wiki</a></li>
           <li><hr class="dropdown-divider"></li>
           <li><a class="dropdown-item" href="release-management.html">Release 
management</a></li>
@@ -100,7 +102,7 @@
       <article>
         <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">New contributor</p>
-        
+
   <p>Improving and extending Apache <abbr title="Spatial Information 
System">SIS</abbr> requires extensive knowledge of geographic information 
science,
 object oriented programming, the Java language, and of the library itself. 
Contributors should
 expect that they will need to learn a great deal before being able to become 
productive.
diff --git a/downloads.html b/downloads.html
index b278ae41..0265efc0 100644
--- a/downloads.html
+++ b/downloads.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-  
+
 
   <title>Apache SIS - Apache SIS downloads</title>
   <meta charset="utf-8">
@@ -52,7 +52,9 @@
         <ul class="dropdown-menu" aria-labelledby="menuContribute">
           <li><a class="dropdown-item" href="contributor.html">New 
Contributor</a></li>
           <li><a class="dropdown-item" href="coding-conventions.html">Coding 
Conventions</a></li>
+          <li><a class="dropdown-item" href="mail-lists.html">Mailing 
Lists</a></li>
           <li><a class="dropdown-item" 
href="https://issues.apache.org/jira/browse/SIS";>Issue Tracker</a></li>
+          <li><a class="dropdown-item" 
href="https://github.com/apache/sis";>GitHub mirror</a></li>
           <li><a class="dropdown-item" 
href="https://cwiki.apache.org/confluence/display/SIS";>Wiki</a></li>
           <li><hr class="dropdown-divider"></li>
           <li><a class="dropdown-item" href="release-management.html">Release 
management</a></li>
@@ -100,9 +102,9 @@
       <article>
         <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">Apache SIS downloads</p>
-        
-  <p>Apache <abbr title="Spatial Information System">SIS</abbr> 1.1 is now 
available.
-See the <a href="release-notes/1.1.html">release notes</a> for a list of 
changes since the previous version.</p>
+
+  <p>Apache <abbr title="Spatial Information System">SIS</abbr> 1.2 is now 
available.
+See the <a href="release-notes/1.2.html">release notes</a> for a list of 
changes since the previous version.</p>
 <p>Apache <abbr title="Spatial Information System">SIS</abbr> releases are 
available under the <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0</a>.
 See the <code>NOTICE</code> file contained in each release artifact for 
applicable copyright attribution notices.</p>
 <nav id="TableOfContents">
@@ -121,13 +123,13 @@ See the <code>NOTICE</code> file contained in each 
release artifact for applicab
 </nav>
 <h1 id="bundles">Download ZIP files   </h1>
 <p>Apache <abbr title="Spatial Information System">SIS</abbr> is distributed 
in the form of Java source code in a multi-modules Apache Maven project.
-For convenience, an aggregated Javadoc and a pre-compiled JAR file are 
available as separated downloads.
-The precompiled JAR file contains most modules and dependencies in a single 
archive for easier inclusion
-in a classpath.</p>
+For convenience, an aggregated Javadoc and pre-compiled JAR files are 
available as separated downloads.
+The precompiled JAR files contain most modules and mandatory dependencies.
+Optional dependencies (JAXB implementation, UCAR netCDF library, Amazon SDK) 
are not included.</p>
 <ul>
-<li><a 
href="http://www.apache.org/dyn/closer.cgi/sis/1.1/apache-sis-1.1-src.zip";>Apache
 SIS 1.1 sources</a> [<a 
href="https://www.apache.org/dist/sis/1.1/apache-sis-1.1-src.zip.asc";>PGP</a>] 
[<a 
href="https://www.apache.org/dist/sis/1.1/apache-sis-1.1-src.zip.sha512";>SHA 
512</a>]</li>
-<li><a 
href="http://www.apache.org/dyn/closer.cgi/sis/1.1/apache-sis-1.1-doc.zip";>Apache
 SIS 1.1 javadoc</a> [<a 
href="https://www.apache.org/dist/sis/1.1/apache-sis-1.1-doc.zip.asc";>PGP</a>] 
[<a 
href="https://www.apache.org/dist/sis/1.1/apache-sis-1.1-doc.zip.sha512";>SHA 
512</a>]</li>
-<li><a 
href="http://www.apache.org/dyn/closer.cgi/sis/1.1/apache-sis-1.1-bin.zip";>Apache
 SIS 1.1 binary</a>  [<a 
href="https://www.apache.org/dist/sis/1.1/apache-sis-1.1-bin.zip.asc";>PGP</a>] 
[<a 
href="https://www.apache.org/dist/sis/1.1/apache-sis-1.1-bin.zip.sha512";>SHA 
512</a>]</li>
+<li><a 
href="http://www.apache.org/dyn/closer.cgi/sis/1.2/apache-sis-1.2-src.zip";>Apache
 SIS 1.2 sources</a> [<a 
href="https://www.apache.org/dist/sis/1.2/apache-sis-1.2-src.zip.asc";>PGP</a>] 
[<a 
href="https://www.apache.org/dist/sis/1.2/apache-sis-1.2-src.zip.sha512";>SHA 
512</a>]</li>
+<li><a 
href="http://www.apache.org/dyn/closer.cgi/sis/1.2/apache-sis-1.2-doc.zip";>Apache
 SIS 1.2 javadoc</a> [<a 
href="https://www.apache.org/dist/sis/1.2/apache-sis-1.2-doc.zip.asc";>PGP</a>] 
[<a 
href="https://www.apache.org/dist/sis/1.2/apache-sis-1.2-doc.zip.sha512";>SHA 
512</a>]</li>
+<li><a 
href="http://www.apache.org/dyn/closer.cgi/sis/1.2/apache-sis-1.2-bin.zip";>Apache
 SIS 1.2 binary</a>  [<a 
href="https://www.apache.org/dist/sis/1.2/apache-sis-1.2-bin.zip.asc";>PGP</a>] 
[<a 
href="https://www.apache.org/dist/sis/1.2/apache-sis-1.2-bin.zip.sha512";>SHA 
512</a>]</li>
 </ul>
 <h2 id="release-gpg">Verify signatures   </h2>
 <p>All downloads can be verified using the Apache <abbr title="Spatial 
Information System">SIS</abbr> code signing <a 
href="https://www.apache.org/dist/sis/KEYS";>KEYS</a>.
@@ -149,7 +151,7 @@ pgpv apache-sis-X.Y.Z.zip.asc</code></pre></div>
 dependency management tool to automatically obtain the required Java Archives 
(JAR) files from the network.
 Below are examples of declarations in a <code>pom.xml</code> file for building 
a project with a SIS core module.</p>
 <div class="highlight"><pre class="chroma"><code class="language-xml" 
data-lang="xml"><span class="nt">&lt;properties&gt;</span>
-  <span class="nt">&lt;sis.version&gt;</span>1.1<span 
class="nt">&lt;/sis.version&gt;</span>
+  <span class="nt">&lt;sis.version&gt;</span>1.2<span 
class="nt">&lt;/sis.version&gt;</span>
 <span class="nt">&lt;/properties&gt;</span>
 
 <span class="nt">&lt;dependencies&gt;</span>
diff --git a/en/sitemap.xml b/en/sitemap.xml
index b753d9a0..f9e4514f 100644
--- a/en/sitemap.xml
+++ b/en/sitemap.xml
@@ -4,7 +4,7 @@
 
   <url>
     <loc>https://sis.apache.org/downloads.html</loc>
-    <lastmod>2021-10-06T17:58:26+02:00</lastmod>
+    <lastmod>2022-05-12T17:57:32+02:00</lastmod>
   </url>
 
   <url>
@@ -24,7 +24,7 @@
 
   <url>
     <loc>https://sis.apache.org/command-line.html</loc>
-    <lastmod>2022-05-07T15:47:29+02:00</lastmod>
+    <lastmod>2022-05-12T17:07:07+02:00</lastmod>
   </url>
 
   <url>
@@ -84,7 +84,7 @@
 
   <url>
     <loc>https://sis.apache.org/release-management.html</loc>
-    <lastmod>2021-10-12T14:12:11+02:00</lastmod>
+    <lastmod>2022-05-12T17:53:44+02:00</lastmod>
   </url>
 
   <url>
@@ -104,7 +104,7 @@
 
   <url>
     <loc>https://sis.apache.org/</loc>
-    <lastmod>2021-10-08T12:48:27+02:00</lastmod>
+    <lastmod>2022-05-12T17:57:32+02:00</lastmod>
     <xhtml:link
                 rel="alternate"
                 hreflang="fr"
diff --git a/epsg.html b/epsg.html
index 74605e3c..eee2d8f1 100644
--- a/epsg.html
+++ b/epsg.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-  
+
 
   <title>Apache SIS - How to use EPSG geodetic dataset</title>
   <meta charset="utf-8">
@@ -52,7 +52,9 @@
         <ul class="dropdown-menu" aria-labelledby="menuContribute">
           <li><a class="dropdown-item" href="contributor.html">New 
Contributor</a></li>
           <li><a class="dropdown-item" href="coding-conventions.html">Coding 
Conventions</a></li>
+          <li><a class="dropdown-item" href="mail-lists.html">Mailing 
Lists</a></li>
           <li><a class="dropdown-item" 
href="https://issues.apache.org/jira/browse/SIS";>Issue Tracker</a></li>
+          <li><a class="dropdown-item" 
href="https://github.com/apache/sis";>GitHub mirror</a></li>
           <li><a class="dropdown-item" 
href="https://cwiki.apache.org/confluence/display/SIS";>Wiki</a></li>
           <li><hr class="dropdown-divider"></li>
           <li><a class="dropdown-item" href="release-management.html">Release 
management</a></li>
@@ -100,7 +102,7 @@
       <article>
         <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">How to use EPSG geodetic dataset</p>
-        
+
   <p>The <a href="https://epsg.org/";>EPSG geodetic dataset</a> is a de-facto 
standard providing
 <a href="tables/CoordinateReferenceSystems.html">thousands of Coordinate 
Reference System (CRS) definitions</a>
 together with information about how to perform coordinate operations, their 
accuracies and their domains of validity.
@@ -151,21 +153,21 @@ For example:</p>
 <div class="highlight"><pre class="chroma"><code class="language-bash" 
data-lang="bash">sis crs EPSG:6676</code></pre></div>
 <p>The first time that the command-line tool needs to query EPSG, it will 
prompt the user for authorization
 to download EPSG geodetic dataset from Maven Central. If the user accepts EPSG 
terms of use, then a local
-copy of the EPSG geodetic dataset will be created and stored in the 
<code>apache-sis-1.1/data</code> sub-directory.</p>
+copy of the EPSG geodetic dataset will be created and stored in the 
<code>apache-sis-1.2/data</code> sub-directory.</p>
 <h2 id="use-local">Use the local copy in other applications   </h2>
 <p>For using the installed EPSG geodetic dataset in your own application, 
apply <em>one</em> of the following choices:</p>
 <ul>
-<li>Set the <code>SIS_DATA</code> environment variable to the path of 
<code>apache-sis-1.1/data</code> directory <em>(recommended)</em>.</li>
-<li>Set the <code>derby.system.home</code> Java property to the path of 
<code>apache-sis-1.1/data/Databases</code> directory.</li>
+<li>Set the <code>SIS_DATA</code> environment variable to the path of 
<code>apache-sis-1.2/data</code> directory <em>(recommended)</em>.</li>
+<li>Set the <code>derby.system.home</code> Java property to the path of 
<code>apache-sis-1.2/data/Databases</code> directory.</li>
 </ul>
 <p>Alternatively <code>SIS_DATA</code> or <code>derby.system.home</code> can 
be set to the path of any other directory which contain the same files.
-Examples are shown below for Unix systems, assuming that the current directory 
is the directory where <code>apache-sis-1.1-bin.zip</code>
+Examples are shown below for Unix systems, assuming that the current directory 
is the directory where <code>apache-sis-1.2-bin.zip</code>
 has been unzipped:</p>
-<div class="highlight"><pre class="chroma"><code class="language-bash" 
data-lang="bash"><span class="nb">export</span> <span 
class="nv">SIS_DATA</span><span class="o">=</span>apache-sis-1.1/data
-java -classpath apache-sis-1.1/lib/sis-referencing.jar:myApp.jar 
myMainClass</code></pre></div>
+<div class="highlight"><pre class="chroma"><code class="language-bash" 
data-lang="bash"><span class="nb">export</span> <span 
class="nv">SIS_DATA</span><span class="o">=</span>apache-sis-1.2/data
+java -classpath apache-sis-1.2/lib/sis-referencing.jar:myApp.jar 
myMainClass</code></pre></div>
 <p>If the <code>SIS_DATA</code> environment variable can not be set, Java 
property can be used as a fallback:</p>
-<div class="highlight"><pre class="chroma"><code class="language-bash" 
data-lang="bash">java -Dderby.system.home<span 
class="o">=</span>apache-sis-1.1/data/Databases <span class="se">\
-</span><span class="se"></span>     -classpath 
apache-sis-1.1/lib/sis-referencing.jar:myApp.jar <span class="se">\
+<div class="highlight"><pre class="chroma"><code class="language-bash" 
data-lang="bash">java -Dderby.system.home<span 
class="o">=</span>apache-sis-1.2/data/Databases <span class="se">\
+</span><span class="se"></span>     -classpath 
apache-sis-1.2/lib/sis-referencing.jar:myApp.jar <span class="se">\
 </span><span class="se"></span>     myMainClass</code></pre></div>
 <h1 id="maven">Add a Maven dependency   </h1>
 <p>Maven projects can get the EPSG geodetic dataset automatically, <em>without 
any prompt for terms of use agreement</em>,
@@ -191,7 +193,7 @@ if that database is specified by JNDI):</p>
   <span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.sis.non-free<span 
class="nt">&lt;/groupId&gt;</span>
     <span class="nt">&lt;artifactId&gt;</span>sis-epsg<span 
class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>1.1<span 
class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.2<span 
class="nt">&lt;/version&gt;</span>
     <span class="nt">&lt;scope&gt;</span>runtime<span 
class="nt">&lt;/scope&gt;</span>
   <span class="nt">&lt;/dependency&gt;</span>
   <span class="nt">&lt;dependency&gt;</span>
@@ -219,7 +221,7 @@ Note that <code>sis-epsg</code> and 
<code>sis-embedded-data</code> should not be
   <span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.sis.non-free<span 
class="nt">&lt;/groupId&gt;</span>
     <span class="nt">&lt;artifactId&gt;</span>sis-embedded-data<span 
class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>1.1<span 
class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.2<span 
class="nt">&lt;/version&gt;</span>
     <span class="nt">&lt;scope&gt;</span>runtime<span 
class="nt">&lt;/scope&gt;</span>
   <span class="nt">&lt;/dependency&gt;</span>
 <span class="nt">&lt;/dependencies&gt;</span></code></pre></div>
@@ -235,7 +237,7 @@ or by uncompressing the <code>sis-embedded-data.jar</code> 
file locally.</p>
 For using an arbitrary database, register a <code>javax.sql.DataSource</code> 
instance through the Java Naming and Directory Interface (JNDI).
 That registration can be done programmatically (by Java code) or by 
configuring XML files in some environments.
 The database must exist but can be empty, in which case it will be populated 
with an EPSG schema when first needed
-if the <code 
style="white-space:normal">org.apache.sis.non-free:​sis-epsg:​1.1</code> 
dependency is on the classpath
+if the <code 
style="white-space:normal">org.apache.sis.non-free:​sis-epsg:​1.2</code> 
dependency is on the classpath
 (see <a href="#maven-epsg">above section</a>).</p>
 <h2 id="jndi-java">Registration by Java code   </h2>
 <p>Registration can be done by the following Java code, provided that a JNDI 
implementation is available on the classpath:</p>
diff --git a/faq.html b/faq.html
index dad1a004..9ece1755 100644
--- a/faq.html
+++ b/faq.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-  
+
 
   <title>Apache SIS - Frequently asked questions</title>
   <meta charset="utf-8">
@@ -52,7 +52,9 @@
         <ul class="dropdown-menu" aria-labelledby="menuContribute">
           <li><a class="dropdown-item" href="contributor.html">New 
Contributor</a></li>
           <li><a class="dropdown-item" href="coding-conventions.html">Coding 
Conventions</a></li>
+          <li><a class="dropdown-item" href="mail-lists.html">Mailing 
Lists</a></li>
           <li><a class="dropdown-item" 
href="https://issues.apache.org/jira/browse/SIS";>Issue Tracker</a></li>
+          <li><a class="dropdown-item" 
href="https://github.com/apache/sis";>GitHub mirror</a></li>
           <li><a class="dropdown-item" 
href="https://cwiki.apache.org/confluence/display/SIS";>Wiki</a></li>
           <li><hr class="dropdown-divider"></li>
           <li><a class="dropdown-item" href="release-management.html">Release 
management</a></li>
@@ -100,7 +102,7 @@
       <article>
         <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">Frequently asked questions</p>
-        
+
   <p>This page lists some Frequently Asked Questions (FAQ) when using Apache 
<abbr title="Spatial Information System">SIS</abbr>.</p>
 <nav id="TableOfContents">
   <ul>
diff --git a/formats.html b/formats.html
index 4267006a..b2a7402b 100644
--- a/formats.html
+++ b/formats.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-  
+
 
   <title>Apache SIS - Formats supported by Apache SIS</title>
   <meta charset="utf-8">
@@ -52,7 +52,9 @@
         <ul class="dropdown-menu" aria-labelledby="menuContribute">
           <li><a class="dropdown-item" href="contributor.html">New 
Contributor</a></li>
           <li><a class="dropdown-item" href="coding-conventions.html">Coding 
Conventions</a></li>
+          <li><a class="dropdown-item" href="mail-lists.html">Mailing 
Lists</a></li>
           <li><a class="dropdown-item" 
href="https://issues.apache.org/jira/browse/SIS";>Issue Tracker</a></li>
+          <li><a class="dropdown-item" 
href="https://github.com/apache/sis";>GitHub mirror</a></li>
           <li><a class="dropdown-item" 
href="https://cwiki.apache.org/confluence/display/SIS";>Wiki</a></li>
           <li><hr class="dropdown-divider"></li>
           <li><a class="dropdown-item" href="release-management.html">Release 
management</a></li>
@@ -100,7 +102,7 @@
       <article>
         <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">Formats supported by Apache SIS</p>
-        
+
   <p>Apache <abbr title="Spatial Information System">SIS</abbr> can read data 
from the formats listed below.
 Some formats are supported in read-only mode, others in read/write modes.
 Data may be structured as vectors or rasters,
diff --git a/fr/faq.html b/fr/faq.html
index 60b43735..d4778189 100644
--- a/fr/faq.html
+++ b/fr/faq.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="fr">
 <head>
-  
+
 
   <title>Apache SIS - Questions fréquentes (FAQ)</title>
   <meta charset="utf-8">
@@ -63,7 +63,7 @@
       <article>
         <img src="../images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">Questions fréquentes (FAQ)</p>
-        
+
   <div class="warning">
     Cette page est une traduction de la version anglaise du site d'Apache SIS.
     Ces traductions ne sont pas maintenues et peuvent être obsolètes.
diff --git a/fr/index.html b/fr/index.html
index 326789e7..7c27e8e7 100644
--- a/fr/index.html
+++ b/fr/index.html
@@ -2,7 +2,7 @@
 <html lang="fr">
 <head>
        <meta name="generator" content="Hugo 0.80.0" />
-  
+
 
   <title>Apache SIS - La bibliothèque Apache SIS™</title>
   <meta charset="utf-8">
@@ -64,7 +64,7 @@
       <article>
         <img src="../images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">La bibliothèque Apache SIS™</p>
-        
+
   <p>Quelques pages du site de Apache <abbr title="Spatial Information 
System">SIS</abbr> ont été traduites en français,
 mais cette traduction n&rsquo;est pas maintenue et peut être obsolète.
 Les pages les plus complètes sont les versions anglaises.</p>
diff --git a/fr/index.xml b/fr/index.xml
index 44cfa1ab..10c2701c 100644
--- a/fr/index.xml
+++ b/fr/index.xml
@@ -10,11 +10,11 @@
       <title>Questions fréquentes (FAQ)</title>
       <link>https://sis.apache.org/fr/faq.html</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
+
       <guid>https://sis.apache.org/fr/faq.html</guid>
       <description>Cette page liste quelques questions fréquemment posées à 
propos de Apache SIS. Son contenu est traduit de la page de FAQ en anglais.
  Géoréférencement   Pour bien commencer   Comment transformer une coordonnée ? 
 Quelles projections sont supportées ?  Qu’est ce que le problème d’ordre des 
axes et comment est il abordé ?    Systèmes de Référence des Coordonnées   
Comment créer une projection de type Transverse Universelle de Mercator (UTM) 
?</description>
     </item>
-    
+
   </channel>
 </rss>
diff --git a/index.html b/index.html
index a1f1c1cf..4eed2c3e 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
        <meta name="generator" content="Hugo 0.80.0" />
-  
+
 
   <title>Apache SIS - The Apache SIS™ library</title>
   <meta charset="utf-8">
@@ -53,7 +53,9 @@
         <ul class="dropdown-menu" aria-labelledby="menuContribute">
           <li><a class="dropdown-item" href="contributor.html">New 
Contributor</a></li>
           <li><a class="dropdown-item" href="coding-conventions.html">Coding 
Conventions</a></li>
+          <li><a class="dropdown-item" href="mail-lists.html">Mailing 
Lists</a></li>
           <li><a class="dropdown-item" 
href="https://issues.apache.org/jira/browse/SIS";>Issue Tracker</a></li>
+          <li><a class="dropdown-item" 
href="https://github.com/apache/sis";>GitHub mirror</a></li>
           <li><a class="dropdown-item" 
href="https://cwiki.apache.org/confluence/display/SIS";>Wiki</a></li>
           <li><hr class="dropdown-divider"></li>
           <li><a class="dropdown-item" href="release-management.html">Release 
management</a></li>
@@ -101,22 +103,21 @@
       <article>
         <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">The Apache SIS™ library</p>
-        
+
   <p>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 <a href="http://www.geoapi.org/";>GeoAPI 
3.0.1</a> interfaces and can be used for desktop or server applications.</p>
-<p>The SIS metadata module forms the base of the library and enables the 
creation of metadata objects
+<p>The SIS metadata module enables the creation of metadata objects
 which comply with the model of <abbr title="Open Geospatial 
Consortium">OGC</abbr>/<abbr title="International Organization for 
Standardization">ISO</abbr> international standards.
-The SIS referencing module enable the construction of geodetic data structures 
for geospatial referencing
-such as axis, projection and coordinate reference system definitions,
+The SIS referencing module enables the construction of data structures for 
coordinate reference system definitions,
 along with the associated operations which enable the transformation of 
coordinates between different systems of reference.
 The SIS storage modules provide a common approach to the reading and writing 
of metadata, features and coverages
 applicable to simple imagery as to many dimensional data structures.
 SIS provides processing functions such as multi-threaded rasters reprojection 
and isolines computation from raster data.
 The API and the data encodings follow <a href="standards.html">international 
standards</a> when available.</p>
-<details open>
+<details>
   <summary>
-    Some international standards and other features supported by Apache <abbr 
title="Spatial Information System">SIS</abbr> are:
+    More information on international standards and features supported by 
Apache <abbr title="Spatial Information System">SIS</abbr>:
   </summary>
 <ul>
 <li>Raster formats:
@@ -124,13 +125,15 @@ The API and the data encodings follow <a 
href="standards.html">international sta
 <li>Read <a href="https://www.ogc.org/standards/netcdf";>NetCDF-3 Classic and 
64-bit Offset Format</a>.</li>
 <li>Read <a href="https://www.ogc.org/standards/geotiff";>GeoTIFF</a> including 
BigTIFF extension.</li>
 <li>Read Landsat (groups of GeoTIFF files).</li>
+<li>Read ESRI BIL/BIP/BSQ and read/write ERSI ASCII Grid.</li>
+<li>Read/write World Files with any image format supported by Image I/O.</li>
 </ul>
 </li>
 <li>Feature formats:
 <ul>
 <li>Read <a 
href="http://docs.opengeospatial.org/is/14-084r2/14-084r2.html";>Moving Feature 
Comma Separated Values (CSV) encoding</a>.</li>
 <li>Read <a 
href="http://docs.opengeospatial.org/bp/16-114r3/16-114r3.html";>Moving Feature 
netCDF encoding</a>.</li>
-<li>Read GPX (a <abbr title="Extensible Markup Language">XML</abbr> schema for 
<abbr title="Global Positioning System">GPS</abbr> data).</li>
+<li>Read <abbr title="GPS Exchange Format">GPX</abbr> (a <abbr 
title="Extensible Markup Language">XML</abbr> schema for <abbr title="Global 
Positioning System">GPS</abbr> data).</li>
 <li>Read <a href="https://www.ogc.org/standards/sfs";>features from <abbr 
title="Structured Query Language">SQL</abbr> spatial databases</a> by analysing 
the database schema.</li>
 </ul>
 </li>
@@ -177,7 +180,7 @@ and more <a 
href="tables/CoordinateOperationMethods.html">supported operation me
 </ul>
 </details>
 <h2 id="user">Using Apache SIS   </h2>
-<p>The latest SIS release is 1.1, released October 2021,
+<p>The latest SIS release is 1.2, released May 2022,
 and can be <a href="downloads.html">downloaded</a> as a <code>zip</code> files 
or as Maven dependencies.
 Apache <abbr title="Spatial Information System">SIS</abbr> requires Java 17 or 
higher for <a href="build.html">building</a>, but can be executed on Java 8 or 
higher.
 The EPSG geodetic dataset is optional for licensing reasons, but recommended.
@@ -186,7 +189,8 @@ EPSG database installation is <a href="epsg.html">described 
in a separated page<
 Leveraging the full SIS capabilities or getting the best performance require 
that users write their own applications on top of SIS.
 The <a href="book/en/developer-guide.html">developer guide</a>, <a 
href="apidocs/index.html">online Javadoc</a> and <a 
href="code-patterns.html">recommended code patterns</a> page
 provide instructions about developing with SIS.
-However a <a href="command-line.html">command-line tool</a> is also provided 
for allowing users to experiment some SIS functionalities before writing 
code.</p>
+However a <a href="command-line.html">command-line tool</a> and a <a 
href="javafx.html">JavaFX application</a>
+are also provided for allowing users to experiment some SIS functionalities 
before writing code.</p>
 
 
       </article>
diff --git a/index.xml b/index.xml
index d578db14..5afdd73a 100644
--- a/index.xml
+++ b/index.xml
@@ -10,169 +10,169 @@
       <title>Apache SIS downloads</title>
       <link>https://sis.apache.org/downloads.html</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
+
       <guid>https://sis.apache.org/downloads.html</guid>
-      <description>Apache SIS 1.1 is now available. See the release notes for 
a list of changes since the previous version.
+      <description>Apache SIS 1.2 is now available. See the release notes for 
a list of changes since the previous version.
 Apache SIS releases are available under the Apache License, Version 2.0. See 
the NOTICE file contained in each release artifact for applicable copyright 
attribution notices.
  Download ZIP files   Verify signatures    Download as a Maven dependency   
Include non-free resources      Download ZIP files  Apache SIS is distributed 
in the form of Java source code in a multi-modules Apache Maven 
project.</description>
     </item>
-    
+
     <item>
       <title>Apache SIS team</title>
       <link>https://sis.apache.org/team-list.html</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
+
       <guid>https://sis.apache.org/team-list.html</guid>
       <description>Project Management Committee (PMC)  The Project Management 
Committee (PMC) is the group of people with formal oversight of the project.
  Adam Estrada Alexis Manin Andrew Hart Charitha Madusanka Gregory D. Reddin 
Johann Sorel Joseph F. White Marc Le Bihan Martin Desruisseaux Nga Thien Chung 
Olivier Nouguier Patrick O&amp;rsquo;Leary Paul Michael Ramirez Peter Karich 
Ross Laidlaw Sean William McCleese Suresh Marru Travis Pinney  Committers  
Committers are peoples with write access to the source code 
repository.</description>
     </item>
-    
+
     <item>
       <title>Build from source</title>
       <link>https://sis.apache.org/build.html</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
+
       <guid>https://sis.apache.org/build.html</guid>
       <description>Apache SIS is built by Maven. For installing the JAR files 
in the local Maven repository, execute the following command from the SIS 
project root:
 mvn install The JavaFX application is excluded by default because it depends 
on the JavaFX platform which is distributed under GPL license (note that the 
SIS module stay under Apache 2 licence). Likewise the EPSG geodetic dataset is 
excluded by default for licensing reasons. For including the JavaFX module and 
the use of EPSG dataset in the build:</description>
     </item>
-    
+
     <item>
       <title>Checkout source code</title>
       <link>https://sis.apache.org/source.html</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
+
       <guid>https://sis.apache.org/source.html</guid>
       <description>Apache SIS source code is maintained using Git version 
control, completed by optional data maintained using Subversion version 
control. Optional data include in particular the EPSG geodetic dataset, which 
is subject to licensing terms different than Apache ones. This page describes 
two ways to checkout Apache SIS source code:
  A basic checkout with only the main repository, the most stable branch, and 
no configuration requirement. A more advanced configuration for active SIS 
developments, using uncommitted (for now) API and including optional data for 
more extensive tests.</description>
     </item>
-    
+
     <item>
       <title>Command-line interface</title>
       <link>https://sis.apache.org/command-line.html</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
+
       <guid>https://sis.apache.org/command-line.html</guid>
       <description>A command-line interface is provided for extracting 
information from data files or authority codes, and for performing coordinate 
operations. That command-line tool is provided for allowing users to experiment 
some Apache SIS functionalities without writing Java code. For each example, 
key Java APIs are listed for allowing users to reproduce the functionality in 
their own application.
  Installation   Optional dependencies    Usage  Examples   Print Coordinate 
Reference Systems (CRS) definition  Getting a verified EPSG identifier from a 
Coordinate Reference System  Performing coordinate conversions or 
transformations  Extracting ISO 19115 Metadata    Performance consideration    
Installation  Select &amp;ldquo;Apache SIS 1.</description>
     </item>
-    
+
     <item>
       <title>Formats supported by Apache SIS</title>
       <link>https://sis.apache.org/formats.html</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
+
       <guid>https://sis.apache.org/formats.html</guid>
       <description>Apache SIS can read data from the formats listed below. 
Some formats are supported in read-only mode, others in read/write modes. Data 
may be structured as vectors or rasters, which in Apache SIS are mapped to the 
FeatureSet and GridCoverageResource interfaces respectively. Some formats can 
contain an arbitrary amount of feature types or rasters, in which case the root 
resource will be Aggregate.
   Format Capability Type of resource  CSV Read FeatureSet  ESRI ASCII Grid 
Read/write GridCoverageResource  ESRI BIL/BIQ/BSQ Read GridCoverageResource  
Folder Read/write Aggregate, FeatureSet, GridCoverageResource  GeoTIFF Read 
Aggregate, GridCoverageResource  GML (CRS only) Read/write⁽¹⁾ Resource  GPX 
Read FeatureSet  ISO 19115 XML Read/write⁽¹⁾ Resource  Landsat Read Aggregate, 
GridCoverageResource  NetCDF Read Aggregate, FeatureSet, GridCoverageResource  
SQL⁽²⁾ Read Aggregate, Feature [...]
     </item>
-    
+
     <item>
       <title>Frequently asked questions</title>
       <link>https://sis.apache.org/faq.html</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
+
       <guid>https://sis.apache.org/faq.html</guid>
       <description>This page lists some Frequently Asked Questions (FAQ) when 
using Apache SIS.
  Referencing   Getting started   How do I transform a coordinate?  Which map 
projections are supported?  What is the axis order issue and how is it 
addressed?    Coordinate Reference Systems   How do I instantiate a Universal 
Transverse Mercator (UTM) projection?  How do I instantiate a Google 
projection?  How can I identify the projection kind of a CRS?</description>
     </item>
-    
+
     <item>
       <title>How to use EPSG geodetic dataset</title>
       <link>https://sis.apache.org/epsg.html</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
+
       <guid>https://sis.apache.org/epsg.html</guid>
       <description>The EPSG geodetic dataset is a de-facto standard providing 
thousands of Coordinate Reference System (CRS) definitions together with 
information about how to perform coordinate operations, their accuracies and 
their domains of validity. The EPSG dataset is owned and maintained by the 
International Association of Oil &amp;amp; Gas producers. Usage of EPSG dataset 
with Apache SIS is optional but strongly recommended: without that geodetic 
dataset, only a small subset of C [...]
     </item>
-    
+
     <item>
       <title>JavaFX application</title>
       <link>https://sis.apache.org/javafx.html</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
+
       <guid>https://sis.apache.org/javafx.html</guid>
       <description>Apache SIS provides an optional JavaFX application for 
testing SIS capability to read, transform and visualize data files. (note: a 
command line interface is also available). The graphical application is in 
early development stage and very far from providing all services that we can 
expect from a Geographic Information System (GIS). Furthermore this application 
covers a very small subset of Apache SIS capabilities. But it can give an idea 
of what is available there.</d [...]
     </item>
-    
+
     <item>
       <title>Mailing lists</title>
       <link>https://sis.apache.org/mail-lists.html</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
+
       <guid>https://sis.apache.org/mail-lists.html</guid>
       <description>We welcome you to join mailing lists and let us know about 
your thoughts or ideas about Apache SIS. Everyone can subscribe, but note that 
all emails sent to those lists are archived and publicly readable on the web. 
See Public Forum Archive Policy for more information.
  Cross-project mailing lists  Geospatial mailing list    Apache SIS mailing 
lists  User mailing list  Developer mailing list  Issues mailing list  Commit 
mailing list      Cross-project mailing lists Geospatial mailing list  This is 
where peoples can ask questions or discuss about geospatial topics that are not 
specific to Apache SIS.</description>
     </item>
-    
+
     <item>
       <title>New contributor</title>
       <link>https://sis.apache.org/contributor.html</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
+
       <guid>https://sis.apache.org/contributor.html</guid>
       <description>Improving and extending Apache SIS requires extensive 
knowledge of geographic information science, object oriented programming, the 
Java language, and of the library itself. Contributors should expect that they 
will need to learn a great deal before being able to become productive. 
However, the effort required to become productive should improve the 
contributor&amp;rsquo;s understanding and knowledge of geographic information 
systems, of geodetic and geographic science [...]
 This document is expected to evolve as the Apache SIS project develops its own 
mode of operation.</description>
     </item>
-    
+
     <item>
       <title>Questions fréquentes (FAQ)</title>
       <link>https://sis.apache.org/fr/faq.html</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
+
       <guid>https://sis.apache.org/fr/faq.html</guid>
       <description>Cette page liste quelques questions fréquemment posées à 
propos de Apache SIS. Son contenu est traduit de la page de FAQ en anglais.
  Géoréférencement   Pour bien commencer   Comment transformer une coordonnée ? 
 Quelles projections sont supportées ?  Qu’est ce que le problème d’ordre des 
axes et comment est il abordé ?    Systèmes de Référence des Coordonnées   
Comment créer une projection de type Transverse Universelle de Mercator (UTM) 
?</description>
     </item>
-    
+
     <item>
       <title>Recommended code patterns</title>
       <link>https://sis.apache.org/code-patterns.html</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
+
       <guid>https://sis.apache.org/code-patterns.html</guid>
       <description>This page lists some recommended code pattern for 
developing or using Apache SIS.
  Referencing   Never explicitely swap coordinates for axis order    Rasters 
and coverages   Georeference images with affine transforms, not bounding boxes  
Do not cast Raster to WritableRaster   International   Specify timezone  
Replace underscores by spaces before sorting  Loop over character sequences 
using code points    Logging    Referencing  This section lists recommended 
code pattern when using the sis-referencing module.</description>
     </item>
-    
+
     <item>
       <title>Release management</title>
       <link>https://sis.apache.org/release-management.html</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
+
       <guid>https://sis.apache.org/release-management.html</guid>
       <description>This page describes how to create and deploy the SIS Maven 
artifacts, binary bundle, javadoc and list of API changes. The Release FAQ page 
describes the foundation wide policies. Instructions on this page describe the 
steps specific to SIS (we do not use the mvn release command). The intended 
audiences are SIS release managers.
  Configure   Directory layout    Review project status before branching   
Update the list of supported CRS  Prepare release notes    Create release 
branch   Test branch extensively  Prepare non-free resources  Integration test  
  Deploy Maven artifacts   Verify and close the Nexus release artifacts  Test 
the Nexus release artifacts    Stage the source, binary and javadoc artifacts   
Initialize the distribution directory  Sign and commit  Update online Javadoc  
Test the release    Prepare [...]
     </item>
-    
+
     <item>
       <title>Release management setup</title>
       <link>https://sis.apache.org/release-management-setup.html</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
+
       <guid>https://sis.apache.org/release-management-setup.html</guid>
       <description>The following instructions need to be done only once by new 
release managers, or when configuring a new machine for performing the 
releases. If those steps have already been done, jump directly to the Release 
Management page.
  Directory layout  Generate GPG key   Web of trust    Maven Configuration 
&amp;amp; Nexus Setup    Directory layout  The steps described in the release 
management page assume the following directory layout.</description>
     </item>
-    
+
     <item>
       <title>Source code</title>
       <link>https://sis.apache.org/coding-conventions.html</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
+
       <guid>https://sis.apache.org/coding-conventions.html</guid>
       <description>This page describes some coding conventions applied in 
Apache SIS development.
  License header  Naming convention   Internal packages  Substitution for 
non-existent classes    Code formatting   Import statements  Spaces and line 
length  Brackets  Member declarations  Exceptions to coding conventions    
Documentation formatting   Javadoc annotations  HTML elements   Paragraphs  
Javadoc CSS    MathML elements      License header  All Java source files 
(*.</description>
     </item>
-    
+
     <item>
       <title>Standards implemented by Apache SIS</title>
       <link>https://sis.apache.org/standards.html</link>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
+
       <guid>https://sis.apache.org/standards.html</guid>
       <description>Apache SIS implements the following standards from the Open 
Geospatial Consortium (OGC), the International Organization for Standardization 
(ISO) or the Java Community Process (JCP). The same standard is sometime 
published jointly by both OGC and ISO organizations. Links to free versions of 
the standards are given when available. The Upgrade needed column indicates 
that a more recent version of the standard is available but that Apache SIS has 
not yet been upgraded to  [...]
     </item>
-    
+
   </channel>
 </rss>
diff --git a/javafx.html b/javafx.html
index fe95617f..61fd0f05 100644
--- a/javafx.html
+++ b/javafx.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-  
+
 
   <title>Apache SIS - JavaFX application</title>
   <meta charset="utf-8">
@@ -52,7 +52,9 @@
         <ul class="dropdown-menu" aria-labelledby="menuContribute">
           <li><a class="dropdown-item" href="contributor.html">New 
Contributor</a></li>
           <li><a class="dropdown-item" href="coding-conventions.html">Coding 
Conventions</a></li>
+          <li><a class="dropdown-item" href="mail-lists.html">Mailing 
Lists</a></li>
           <li><a class="dropdown-item" 
href="https://issues.apache.org/jira/browse/SIS";>Issue Tracker</a></li>
+          <li><a class="dropdown-item" 
href="https://github.com/apache/sis";>GitHub mirror</a></li>
           <li><a class="dropdown-item" 
href="https://cwiki.apache.org/confluence/display/SIS";>Wiki</a></li>
           <li><hr class="dropdown-divider"></li>
           <li><a class="dropdown-item" href="release-management.html">Release 
management</a></li>
@@ -100,7 +102,7 @@
       <article>
         <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">JavaFX application</p>
-        
+
   <p>Apache <abbr title="Spatial Information System">SIS</abbr> provides an 
optional JavaFX application for testing SIS capability to read,
 transform and visualize data files.
 (note: a <a href="command-line.html">command line interface</a> is also 
available).
@@ -128,10 +130,10 @@ But it can give an idea of what is available there.</p>
   </ul>
 </nav>
 <h1 id="install">Installation   </h1>
-<p>Select &ldquo;Apache <abbr title="Spatial Information System">SIS</abbr> 
1.1 binary&rdquo; from the <a href="downloads.html">downloads page</a> an unzip 
in any directory.
+<p>Select &ldquo;Apache <abbr title="Spatial Information System">SIS</abbr> 
1.2 binary&rdquo; from the <a href="downloads.html">downloads page</a> an unzip 
in any directory.
 See the <a href="command-line.html">command line</a> page for a description of 
the directory structure.
 For launching the application, execute (on Unix system):</p>
-<div class="highlight"><pre class="chroma"><code class="language-bash" 
data-lang="bash">./apache-sis-1.1/bin/sisfx</code></pre></div>
+<div class="highlight"><pre class="chroma"><code class="language-bash" 
data-lang="bash">./apache-sis-1.2/bin/sisfx</code></pre></div>
 <p>On first execution, the application will ask user to download the <a 
href="https://openjfx.io/";>JavaFX framework</a> (if not already done).
 That framework is not included in the Apache <abbr title="Spatial Information 
System">SIS</abbr> binaries for licensing reasons (it is under GPL license).
 Later on, the application will offer to download the <a href="epsg.html">EPSG 
geodetic dataset</a> when first needed.
diff --git a/mail-lists.html b/mail-lists.html
index 0e75d659..6f33bffb 100644
--- a/mail-lists.html
+++ b/mail-lists.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-  
+
 
   <title>Apache SIS - Mailing lists</title>
   <meta charset="utf-8">
@@ -52,7 +52,9 @@
         <ul class="dropdown-menu" aria-labelledby="menuContribute">
           <li><a class="dropdown-item" href="contributor.html">New 
Contributor</a></li>
           <li><a class="dropdown-item" href="coding-conventions.html">Coding 
Conventions</a></li>
+          <li><a class="dropdown-item" href="mail-lists.html">Mailing 
Lists</a></li>
           <li><a class="dropdown-item" 
href="https://issues.apache.org/jira/browse/SIS";>Issue Tracker</a></li>
+          <li><a class="dropdown-item" 
href="https://github.com/apache/sis";>GitHub mirror</a></li>
           <li><a class="dropdown-item" 
href="https://cwiki.apache.org/confluence/display/SIS";>Wiki</a></li>
           <li><hr class="dropdown-divider"></li>
           <li><a class="dropdown-item" href="release-management.html">Release 
management</a></li>
@@ -100,7 +102,7 @@
       <article>
         <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">Mailing lists</p>
-        
+
   <p>We welcome you to join mailing lists and let us know about your thoughts 
or ideas about Apache <abbr title="Spatial Information System">SIS</abbr>.
 Everyone can subscribe, but note that all emails sent to those lists are 
archived and publicly readable on the web.
 See <a href="http://www.apache.org/foundation/public-archives.html";>Public 
Forum Archive Policy</a> for more information.</p>
diff --git a/release-management-setup.html b/release-management-setup.html
index 5d31dde8..a34cf18e 100644
--- a/release-management-setup.html
+++ b/release-management-setup.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-  
+
 
   <title>Apache SIS - Release management setup</title>
   <meta charset="utf-8">
@@ -52,7 +52,9 @@
         <ul class="dropdown-menu" aria-labelledby="menuContribute">
           <li><a class="dropdown-item" href="contributor.html">New 
Contributor</a></li>
           <li><a class="dropdown-item" href="coding-conventions.html">Coding 
Conventions</a></li>
+          <li><a class="dropdown-item" href="mail-lists.html">Mailing 
Lists</a></li>
           <li><a class="dropdown-item" 
href="https://issues.apache.org/jira/browse/SIS";>Issue Tracker</a></li>
+          <li><a class="dropdown-item" 
href="https://github.com/apache/sis";>GitHub mirror</a></li>
           <li><a class="dropdown-item" 
href="https://cwiki.apache.org/confluence/display/SIS";>Wiki</a></li>
           <li><hr class="dropdown-divider"></li>
           <li><a class="dropdown-item" href="release-management.html">Release 
management</a></li>
@@ -100,7 +102,7 @@
       <article>
         <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">Release management setup</p>
-        
+
   <p>The following instructions need to be done only once by new release 
managers,
 or when configuring a new machine for performing the releases.
 If those steps have already been done, jump directly to the <a 
href="release-management.html">Release Management</a> page.</p>
diff --git a/release-management.html b/release-management.html
index f49dd0ab..f789b2a9 100644
--- a/release-management.html
+++ b/release-management.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-  
+
 
   <title>Apache SIS - Release management</title>
   <meta charset="utf-8">
@@ -52,7 +52,9 @@
         <ul class="dropdown-menu" aria-labelledby="menuContribute">
           <li><a class="dropdown-item" href="contributor.html">New 
Contributor</a></li>
           <li><a class="dropdown-item" href="coding-conventions.html">Coding 
Conventions</a></li>
+          <li><a class="dropdown-item" href="mail-lists.html">Mailing 
Lists</a></li>
           <li><a class="dropdown-item" 
href="https://issues.apache.org/jira/browse/SIS";>Issue Tracker</a></li>
+          <li><a class="dropdown-item" 
href="https://github.com/apache/sis";>GitHub mirror</a></li>
           <li><a class="dropdown-item" 
href="https://cwiki.apache.org/confluence/display/SIS";>Wiki</a></li>
           <li><hr class="dropdown-divider"></li>
           <li><a class="dropdown-item" href="release-management.html">Release 
management</a></li>
@@ -100,7 +102,7 @@
       <article>
         <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">Release management</p>
-        
+
   <p>This page describes how to create and deploy the SIS Maven artifacts, 
binary bundle, javadoc and list of API changes.
 The <a href="http://www.apache.org/dev/release.html";>Release FAQ</a> page 
describes the foundation wide policies.
 Instructions on this page describe the steps specific to SIS (we do not use 
the <code>mvn release</code> command).
@@ -171,7 +173,7 @@ number of the previous and the new release respectively, 
and <code>$RELEASE_CAND
 the current release attempt. Those versions shall be set on the command line 
like below (Unix):</p>
 <div class="highlight"><pre class="chroma"><code class="language-bash" 
data-lang="bash">gpg --list-keys                     <span class="c1"># For 
getting the value to put in &lt;your key ID&gt;</span>
 <span class="nb">unset</span> PATH_TO_FX
-<span class="nb">export</span> <span class="nv">OLD_VERSION</span><span 
class="o">=</span>1.1
+<span class="nb">export</span> <span class="nv">OLD_VERSION</span><span 
class="o">=</span>1.2
 <span class="nb">export</span> <span class="nv">NEW_VERSION</span><span 
class="o">=</span>1.2
 <span class="nb">export</span> <span class="nv">RELEASE_CANDIDATE</span><span 
class="o">=</span><span class="m">1</span>
 <span class="nb">export</span> <span class="nv">SIGNING_KEY</span><span 
class="o">=</span>&lt;your key ID&gt;    <span class="c1"># hexadecimal number 
with 8 or 40 digits.</span></code></pre></div>
@@ -247,7 +249,7 @@ Update <a 
href="http://issues.apache.org/jira/browse/SIS";>JIRA</a> tasks and pre
 <li>Ensure that the <em>Fix Version</em> in issues resolved since the last 
release includes this release version correctly.</li>
 <li>Ensure that all open issues are resolved or closed before proceeding 
further.</li>
 <li>On the <code>site</code> source code repository, create a 
<code>static/release-notes/$NEW_VERSION.html</code> file with all the features 
added.</li>
-<li>Use <code>content/release-notes/$OLD_VERSION.html</code> as a template, 
omitting the old list of issues.</li>
+<li>Use <code>static/release-notes/$OLD_VERSION.html</code> as a template, 
omitting the old list of issues.</li>
 <li>The release notes can be obtained from JIRA, by clicking on the 
<em>Versions</em> tab → the version number → <em>Release notes</em>
 and then configuring the release notes to display HTML format and copying it.
 A suggested approach would be to reorganize the release notes as
@@ -256,9 +258,9 @@ The <em>Sub Tasks</em> can be classified according the 
category of their parent
 </ul>
 <p>Commit to staging area (not published immediately):</p>
 <div class="highlight"><pre class="chroma"><code class="language-bash" 
data-lang="bash"><span class="nb">cd</span> ../site/main
-cp static/release-notes/<span class="nv">$OLD_VERSION</span>.html 
static/content/release-notes/<span class="nv">$NEW_VERSION</span>.html
+cp static/release-notes/<span class="nv">$OLD_VERSION</span>.html 
static/release-notes/<span class="nv">$NEW_VERSION</span>.html
 <span class="c1"># Edit release notes before to continue.</span>
-git add static/content/release-notes/<span class="nv">$NEW_VERSION</span>.html
+git add static/release-notes/<span class="nv">$NEW_VERSION</span>.html
 git commit --message <span class="s2">&#34;Release notes for Apache SIS 
</span><span class="nv">$NEW_VERSION</span><span 
class="s2">.&#34;</span></code></pre></div>
 <h1 id="branch">Create release branch   </h1>
 <p>Execute the following commands.
@@ -271,6 +273,7 @@ git checkout -b <span class="nv">$NEW_VERSION</span>-RC
 This may require removing <code>&lt;module&gt;</code> elements in the parent 
<code>pom.xml</code> file.</p>
 <div class="highlight"><pre class="chroma"><code class="language-bash" 
data-lang="bash">git rm -r core/sis-cql
 git rm -r storage/sis-shapefile
+git rm -r application/sis-webapp
 git add --update    <span class="c1"># for the removal of &lt;module&gt; 
elements in pom.xml files.</span>
 git commit --message<span class="o">=</span><span class="s2">&#34;Remove the 
modules to be excluded from </span><span class="nv">$NEW_VERSION</span><span 
class="s2"> release.&#34;</span></code></pre></div>
 <p>Open the root <code>pom.xml</code> file in an editor and perform the 
following changes:</p>
@@ -337,7 +340,7 @@ If there is any issue with this deployment, the staging 
repository can easily be
 <div class="highlight"><pre class="chroma"><code class="language-bash" 
data-lang="bash"><span class="nb">cd</span> <span class="nv">$SIS_RC_DIR</span>
 mvn clean deploy --activate-profiles apache-release --define 
maven.test.skip<span class="o">=</span><span class="nb">true</span>
 <span class="nb">cd</span> ../non-free
-mvn clean deploy --activate-profiles apache-release</code></pre></div>
+mvn clean deploy --activate-profiles apache-release --define 
maven.test.skip<span class="o">=</span>true</code></pre></div>
 <h2 id="nexus-close">Verify and close the Nexus release artifacts   </h2>
 <p>Verify the staged artifacts in the <a 
href="https://repository.apache.org/index.html";>Nexus repository</a>.
 The artifacts can be found under <em>Build Promotion</em> → <em>Staging 
repositories</em>, and searching for <code>org.apache.sis</code> in the 
<em>Repository</em> column.
@@ -346,7 +349,8 @@ Select any <code>*-javadoc.jar</code> file and click on the 
<cite>Archive Browse
 Select any <code>*.html</code> file which is known to use some of the custom 
taglets defined in the <code>sis-build-helper</code> module.
 Click on that file and verify that the custom elements are rendered properly.
 In particular, all Java code snippets are missing if the 
<code>@preformat</code> taglet had not be properly registered,
-so try to see at least one code snippet.</p>
+so try to see at least one code snippet.
+In the <code>sis-epsg-$NEW_VERSION.jar</code> file, verify that 
<code>META-INF/LICENSE</code> contains the EPSG terms of use.</p>
 <p>Additional cleaning:</p>
 <ul>
 <li>Delete all 
<code>org/apache/sis/parent/$NEW_VERSION/parent-$NEW_VERSION-source-release.zip.*</code>
 files on the Nexus repository.
@@ -364,12 +368,6 @@ This will not be done automatically since this field box 
is not our bash shell!)
 </ul>
 <p>We will announce later (in the <cite>Put the release candidate up for a 
vote</cite> section) on the <code>dev@</code> mailing list
 the availability of this temporary repository for testing purpose.</p>
-<p>In the Nexus repository used for non-free resources:</p>
-<ul>
-<li>Delete all <code>*-source-release.zip.*</code> files since they duplicate 
the <code>*-source.zip.*</code> files.</li>
-<li>In the <code>sis-epsg-$NEW_VERSION.jar</code> file, verify that 
<code>META-INF/LICENSE</code> contain the EPSG terms of use.</li>
-<li>Close the repository and take note of its URL.</li>
-</ul>
 <h2 id="nexus-text">Test the Nexus release artifacts   </h2>
 <p>Go to the test Maven project.
 Open the root <code>pom.xml</code> file and set the 
<code>&lt;version&gt;</code> number to the SIS release to be tested.
@@ -477,14 +475,13 @@ A copy is found in the <code>non-free</code> group of SIS 
modules.</li>
 <li>Run <code>mvn package --activate-profiles non-free</code>.</li>
 </ul>
 <h1 id="prepare-website">Prepare Web site   </h1>
-<p>Review and update the <code>content/DOAP.rdf</code> file on the 
<code>site</code> source code repository.
+<p>Review and update the <code>static/DOAP.rdf</code> file on the 
<code>site</code> source code repository.
 Add a new <code>&lt;release&gt;</code> block for the new release with the 
estimated release date.</p>
-<p>Update the version numbers from the old one to <code>$NEW_VERSION</code> in 
the following files.</p>
+<p>Update the following files (e.g. the release date in 
<code>index.md</code>):</p>
 <ul>
-<li><code>content/index.mdtext</code></li>
-<li><code>content/downloads.mdtext</code> (need also to update 
<code>$NEW_VERSION-SNAPSHOT</code> to the next snapshot version)</li>
-<li><code>content/command-line.mdtext</code></li>
-<li><code>content/epsg.mdtext</code> (be aware that the version number may 
sometime be behind the SIS version number)</li>
+<li><code>source/index.md</code></li>
+<li><code>source/command-line.md</code></li>
+<li><code>source/epsg.md</code></li>
 </ul>
 <p>Commit:</p>
 <div class="highlight"><pre class="chroma"><code class="language-bash" 
data-lang="bash">svn commit --message <span class="s2">&#34;Prepare 
documentation for the </span><span class="nv">$NEW_VERSION</span><span 
class="s2"> release.&#34;</span></code></pre></div>
@@ -565,17 +562,16 @@ The email needs to be sent from an 
<code>@apache.org</code> email address.</li>
 <div class="highlight"><pre class="chroma"><code class="language-bash" 
data-lang="bash">svn delete 
https://dist.apache.org/repos/dist/release/sis/<span 
class="nv">$OLD_VERSION</span> <span class="se">\
 </span><span class="se"></span>    --message <span class="s2">&#34;Archive 
SIS-</span><span class="nv">$OLD_VERSION</span><span class="s2"> after release 
of SIS-</span><span class="nv">$NEW_VERSION</span><span 
class="s2">.&#34;</span></code></pre></div>
 <h1 id="next-release">Update master for the next development cycle   </h1>
-<p>On the development branch,
-update the version numbers in the <code>pom.xml</code> files on master with 
the following command:</p>
-<div class="highlight"><pre class="chroma"><code class="language-bash" 
data-lang="bash">mvn clean
-mvn release:update-versions --define <span 
class="nv">autoVersionSubmodules</span><span 
class="o">=</span>true</code></pre></div>
-<p>This change will need to be merged manually on the JDK7 branch and on the 
master.
-Then on the development branch:</p>
+<p>On the <code>master</code> branch:</p>
 <ul>
-<li>Edit the version number in the 
<code>application/sis-console/src/main/artifact/README</code> file.</li>
+<li>Update the version numbers in all <code>pom.xml</code> files.</li>
 <li>Edit the value of the <code>MAJOR_VERSION</code> or 
<code>MINOR_VERSION</code> constant in the
 
<code>core/sis-utility/src/main/java/org/apache/sis/internal/system/Modules.java</code>
 file.</li>
 </ul>
+<p>Then on the development branch:</p>
+<ul>
+<li>Edit the version number in the 
<code>application/sis-console/src/main/artifact/README</code> file.</li>
+</ul>
 <h2 id="nexus-clean">Delete old artifacts on Maven snapshot repository   </h2>
 <p>Login in the <a href="https://repository.apache.org/index.html";>Nexus 
repository</a>. In the <em>Repositories</em> tag, select <em>Snapshots</em> of 
type <em>hosted</em>
 (not to be confused with <em>Snapshots</em> of type <em>group</em>). Navigate 
to the <code>org/apache/sis</code> directory and delete
diff --git a/source.html b/source.html
index b2281e57..28427336 100644
--- a/source.html
+++ b/source.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-  
+
 
   <title>Apache SIS - Checkout source code</title>
   <meta charset="utf-8">
@@ -52,7 +52,9 @@
         <ul class="dropdown-menu" aria-labelledby="menuContribute">
           <li><a class="dropdown-item" href="contributor.html">New 
Contributor</a></li>
           <li><a class="dropdown-item" href="coding-conventions.html">Coding 
Conventions</a></li>
+          <li><a class="dropdown-item" href="mail-lists.html">Mailing 
Lists</a></li>
           <li><a class="dropdown-item" 
href="https://issues.apache.org/jira/browse/SIS";>Issue Tracker</a></li>
+          <li><a class="dropdown-item" 
href="https://github.com/apache/sis";>GitHub mirror</a></li>
           <li><a class="dropdown-item" 
href="https://cwiki.apache.org/confluence/display/SIS";>Wiki</a></li>
           <li><hr class="dropdown-divider"></li>
           <li><a class="dropdown-item" href="release-management.html">Release 
management</a></li>
@@ -100,7 +102,7 @@
       <article>
         <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">Checkout source code</p>
-        
+
   <p>Apache <abbr title="Spatial Information System">SIS</abbr> source code is 
maintained using <a href="http://git-scm.com";>Git</a> version control,
 completed by optional data maintained using <a 
href="http://subversion.apache.org";>Subversion</a> version control.
 Optional data include in particular the <a href="epsg.html">EPSG geodetic 
dataset</a>,
diff --git a/standards.html b/standards.html
index eb018ec9..572bc859 100644
--- a/standards.html
+++ b/standards.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-  
+
 
   <title>Apache SIS - Standards implemented by Apache SIS</title>
   <meta charset="utf-8">
@@ -52,7 +52,9 @@
         <ul class="dropdown-menu" aria-labelledby="menuContribute">
           <li><a class="dropdown-item" href="contributor.html">New 
Contributor</a></li>
           <li><a class="dropdown-item" href="coding-conventions.html">Coding 
Conventions</a></li>
+          <li><a class="dropdown-item" href="mail-lists.html">Mailing 
Lists</a></li>
           <li><a class="dropdown-item" 
href="https://issues.apache.org/jira/browse/SIS";>Issue Tracker</a></li>
+          <li><a class="dropdown-item" 
href="https://github.com/apache/sis";>GitHub mirror</a></li>
           <li><a class="dropdown-item" 
href="https://cwiki.apache.org/confluence/display/SIS";>Wiki</a></li>
           <li><hr class="dropdown-divider"></li>
           <li><a class="dropdown-item" href="release-management.html">Release 
management</a></li>
@@ -100,7 +102,7 @@
       <article>
         <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">Standards implemented by Apache SIS</p>
-        
+
   <p>Apache <abbr title="Spatial Information System">SIS</abbr> implements the 
following standards from
 the Open Geospatial Consortium (OGC),
 the International Organization for Standardization (ISO) or
diff --git a/team-list.html b/team-list.html
index af962f81..3221b193 100644
--- a/team-list.html
+++ b/team-list.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-  
+
 
   <title>Apache SIS - Apache SIS team</title>
   <meta charset="utf-8">
@@ -52,7 +52,9 @@
         <ul class="dropdown-menu" aria-labelledby="menuContribute">
           <li><a class="dropdown-item" href="contributor.html">New 
Contributor</a></li>
           <li><a class="dropdown-item" href="coding-conventions.html">Coding 
Conventions</a></li>
+          <li><a class="dropdown-item" href="mail-lists.html">Mailing 
Lists</a></li>
           <li><a class="dropdown-item" 
href="https://issues.apache.org/jira/browse/SIS";>Issue Tracker</a></li>
+          <li><a class="dropdown-item" 
href="https://github.com/apache/sis";>GitHub mirror</a></li>
           <li><a class="dropdown-item" 
href="https://cwiki.apache.org/confluence/display/SIS";>Wiki</a></li>
           <li><hr class="dropdown-divider"></li>
           <li><a class="dropdown-item" href="release-management.html">Release 
management</a></li>
@@ -100,7 +102,7 @@
       <article>
         <img src="images/logo.png" class="sis-logo" align="left"/>
         <p class="page-title">Apache SIS team</p>
-        
+
   <h2 id="pmc">Project Management Committee (PMC)   </h2>
 <p>The Project Management Committee (PMC) is the group of people with formal 
oversight of the project.</p>
 <ul>

Reply via email to