Publish 1.0.3 release documentation website
diff --git a/documentation/src/content/downloads.adoc b/documentation/src/content/downloads.adoc
index db1bb6c..5dadc80 100644
--- a/documentation/src/content/downloads.adoc
+++ b/documentation/src/content/downloads.adoc
@@ -21,7 +21,7 @@
 [.table.table-bordered,options="header"]
 |===
 |Name|Version|Date|Size|Type|Links
-|Arthur Source Release|1.0.1|2021-01-08 11:29:49|539 kB|zip| https://repo.maven.apache.org/maven2/org/apache/geronimo/arthur/arthur/1.0.1/arthur-1.0.1-source-release.zip[icon:download[] zip] https://repository.apache.org/content/repositories/releases/org/apache/geronimo/arthur/arthur/1.0.1/arthur-1.0.1-source-release.zip.sha1[icon:download[] sha1] https://repository.apache.org/content/repositories/releases/org/apache/geronimo/arthur/arthur/1.0.1/arthur-1.0.1-source-release.zip.asc[icon:download[] asc]
-|Arthur Source Release|1.0.0|2019-12-05 08:44:02|502 kB|zip| https://repo.maven.apache.org/maven2/org/apache/geronimo/arthur/arthur/1.0.0/arthur-1.0.0-source-release.zip[icon:download[] zip] https://repository.apache.org/content/repositories/releases/org/apache/geronimo/arthur/arthur/1.0.0/arthur-1.0.0-source-release.zip.sha1[icon:download[] sha1] https://repository.apache.org/content/repositories/releases/org/apache/geronimo/arthur/arthur/1.0.0/arthur-1.0.0-source-release.zip.asc[icon:download[] asc]
-|Arthur Source Release|1.0.2|2021-02-11 11:12:23|539 kB|zip| https://repo.maven.apache.org/maven2/org/apache/geronimo/arthur/arthur/1.0.2/arthur-1.0.2-source-release.zip[icon:download[] zip] https://repository.apache.org/content/repositories/releases/org/apache/geronimo/arthur/arthur/1.0.2/arthur-1.0.2-source-release.zip.sha1[icon:download[] sha1] https://repository.apache.org/content/repositories/releases/org/apache/geronimo/arthur/arthur/1.0.2/arthur-1.0.2-source-release.zip.asc[icon:download[] asc]
+|Arthur Source Release|1.0.3|2021-08-30 15:08:48|573 kB|zip| https://dist.apache.org/repos/dist/release/geronimo/arthur/arthur-1.0.3-source-release.zip[icon:download[] zip] https://dist.apache.org/repos/dist/release/geronimo/arthur/arthur-1.0.3-source-release.zip.sha512[icon:download[] sha512] https://dist.apache.org/repos/dist/release/geronimo/arthur/arthur-1.0.3-source-release.zip.asc[icon:download[] asc]
+|Arthur Source Release|1.0.2|2021-02-11 11:12:23|539 kB|zip| https://archive.apache.org/dist/geronimo/arthur/arthur-1.0.2-source-release.zip[icon:download[] zip] https://archive.apache.org/dist/geronimo/arthur/arthur-1.0.2-source-release.zip.sha512[icon:download[] sha512] https://archive.apache.org/dist/geronimo/arthur/arthur-1.0.2-source-release.zip.asc[icon:download[] asc]
+|Arthur Source Release|1.0.0|2019-12-05 08:44:02|502 kB|zip| https://archive.apache.org/dist/geronimo/arthur/arthur-1.0.0-source-release.zip[icon:download[] zip] https://archive.apache.org/dist/geronimo/arthur/arthur-1.0.0-source-release.zip.sha512[icon:download[] sha512] https://archive.apache.org/dist/geronimo/arthur/arthur-1.0.0-source-release.zip.asc[icon:download[] asc]
 |===
diff --git a/documentation/src/main/java/org/apache/geronimo/arthur/documentation/download/Downloads.java b/documentation/src/main/java/org/apache/geronimo/arthur/documentation/download/Downloads.java
index a9b7dce..e2adeb2 100755
--- a/documentation/src/main/java/org/apache/geronimo/arthur/documentation/download/Downloads.java
+++ b/documentation/src/main/java/org/apache/geronimo/arthur/documentation/download/Downloads.java
@@ -18,9 +18,11 @@
  */

 package org.apache.geronimo.arthur.documentation.download;

 

-import static java.util.Arrays.asList;

-import static java.util.Optional.ofNullable;

+import org.xml.sax.Attributes;

+import org.xml.sax.helpers.DefaultHandler;

 

+import javax.xml.parsers.SAXParser;

+import javax.xml.parsers.SAXParserFactory;

 import java.io.IOException;

 import java.io.InputStream;

 import java.io.PrintStream;

@@ -35,11 +37,8 @@
 import java.util.concurrent.TimeUnit;

 import java.util.stream.Stream;

 

-import javax.xml.parsers.SAXParser;

-import javax.xml.parsers.SAXParserFactory;

-

-import org.xml.sax.Attributes;

-import org.xml.sax.helpers.DefaultHandler;

+import static java.util.Arrays.asList;

+import static java.util.Optional.ofNullable;

 

 // helper to generate the download table content

 public class Downloads {

@@ -48,7 +47,7 @@
 

     private static final String DIST_RELEASE = "https://dist.apache.org/repos/dist/release/geronimo/arthur/";

     private static final String ARCHIVE_RELEASE = "https://archive.apache.org/dist/geronimo/arthur/";

-    private static final String MIRROR_RELEASE = "http://www.apache.org/dyn/closer.lua/geronimo/arthur/";

+    private static final String MIRROR_RELEASE = "https://www.apache.org/dyn/closer.lua/geronimo/arthur/";

 

     private static final long MEGA_RATIO = 1024 * 1024;

     private static final long KILO_RATIO = 1024;

diff --git a/documentation/src/template/footer.html b/documentation/src/template/footer.html
index 95d52eb..791259f 100644
--- a/documentation/src/template/footer.html
+++ b/documentation/src/template/footer.html
@@ -2,7 +2,7 @@
 
 <div id="footer">
     <div class="container">
-        Copyright &copy; 1999-2019 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
+        Copyright &copy; 1999-2021 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
         Apache Geronimo, Geronimo, Apache, the Apache feather logo, and the Apache Geronimo project logo are trademarks
         of
         The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their