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

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-site.git


The following commit(s) were added to refs/heads/master by this push:
     new bcd431e  Updated teh site for FtpServer 1.1.4 and 1.2.0 releases
bcd431e is described below

commit bcd431e2b306f690acb6485d18b1584f636eef16
Author: emmanuel lecharny <elecha...@apache.org>
AuthorDate: Mon Mar 14 09:20:50 2022 +0100

    Updated teh site for FtpServer 1.1.4 and 1.2.0 releases
---
 config.toml                                 |  3 +-
 layouts/_default/baseof.html                |  3 +-
 layouts/ftpserver/baseof.html               |  8 ++--
 source/downloads-ftpserver.md               | 29 ------------
 source/downloads-ftpserver_1_1.md           | 31 +++++++++++++
 source/downloads-ftpserver_1_2.md           | 31 +++++++++++++
 source/ftpserver-project/download_1.1.3.md  | 69 -----------------------------
 source/ftpserver-project/download_1_1.md    | 69 +++++++++++++++++++++++++++++
 source/ftpserver-project/download_1_2.md    | 69 +++++++++++++++++++++++++++++
 source/ftpserver-project/old-downloads.md   |  1 +
 static/ftpserver-project/gen-docs/.htaccess |  7 ++-
 11 files changed, 215 insertions(+), 105 deletions(-)

diff --git a/config.toml b/config.toml
index a25687c..166f22c 100644
--- a/config.toml
+++ b/config.toml
@@ -36,6 +36,7 @@ date = ["date", ":filename", "publishDate", "lastmod"]
 version_asyncweb = "2.0.0-SNAPSHOT"
 version_mina_2_0 = "2.0.23"
 version_mina_2_1 = "2.1.6"
-version_ftpserver = "1.1.3"
+version_ftpserver_1_1 = "1.1.4"
+version_ftpserver_1_2 = "1.2.0"
 version_sshd = "2.8.0"
 version_vysper = "0.7"
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 86d8255..4bec572 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -33,7 +33,8 @@
                 <ul>
                     <li><a href="/downloads-mina_2_0.html">Mina {{ 
.Site.Params.version_mina_2_0 }}</a></li>
                     <li><a href="/downloads-mina_2_1.html">Mina {{ 
.Site.Params.version_mina_2_1 }}</a></li>
-                    <li><a href="/downloads-ftpserver.html">FtpServer {{ 
.Site.Params.version_ftpserver }}</a></li>
+                    <li><a href="/downloads-ftpserver_1_1.html">FtpServer {{ 
.Site.Params.version_ftpserver_1_1 }}</a></li>
+                    <li><a href="/downloads-ftpserver_1_2.html">FtpServer {{ 
.Site.Params.version_ftpserver_1_2 }}</a></li>
                     <li><a href="/downloads-sshd.html">SSHD {{ 
.Site.Params.version_sshd }}</a></li>
                     <li><a href="/downloads-vysper.html">Vysper {{ 
.Site.Params.version_vysper }}</a></li>
                 </ul>
diff --git a/layouts/ftpserver/baseof.html b/layouts/ftpserver/baseof.html
index 5cc4938..61d5a36 100644
--- a/layouts/ftpserver/baseof.html
+++ b/layouts/ftpserver/baseof.html
@@ -33,10 +33,12 @@
                 <ul>
                     <li><a href="/ftpserver-project/index.html">Home</a> </li>
                     <li><a 
href="/ftpserver-project/features.html">Features</a> </li>
-                    <li><a 
href="/ftpserver-project/documentation.html">Documentation</a></li>
-                    <li><a 
href="/ftpserver-project/gen-docs/latest/apidocs/index.html" 
class="external-link" rel="nofollow">API Javadoc {{ 
.Site.Params.version_ftpserver }}</a></li>
-                    <li><a 
href="/ftpserver-project/downloads.html">Downloads</a></li>
+                    <li><a 
href="/ftpserver-project/downloads_1_1.html">FtpServer {{ 
.Site.Params.version_ftpserver_1_1 }}</a></li>
+                    <li><a 
href="/ftpserver-project/downloads_1_2.html">FtpServer {{ 
.Site.Params.version_ftpserver_1_2 }}</a></li>
                     <li><a href="/ftpserver-project/old-downloads.html">Old 
Downloads</a></li>
+                    <li><a 
href="/ftpserver-project/documentation.html">Documentation</a></li>
+                    <li><a 
href="/ftpserver-project/gen-docs/latest-1.1/apidocs/index.html" 
class="external-link" rel="nofollow">API Javadoc {{ 
.Site.Params.version_ftpserver_1_1 }}</a></li>
+                    <li><a 
href="/ftpserver-project/gen-docs/latest-1.2/apidocs/index.html" 
class="external-link" rel="nofollow">API Javadoc {{ 
.Site.Params.version_ftpserver_1_2 }}</a></li>
                     <li><a 
href="/ftpserver-project/getting_source.html">Sources</a></li>
                     <li><a href="/ftpserver-project/faq.html">FAQ</a></li>
                     <li><a 
href="/ftpserver-project/related_project.html">Related Project</a></li>
diff --git a/source/downloads-ftpserver.md b/source/downloads-ftpserver.md
deleted file mode 100644
index c956608..0000000
--- a/source/downloads-ftpserver.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-title: Downloads
----
-
-# Latest FTPServer Releases
-
-The latest release is the [Apache FtpServer 1.1.3 
Release](ftpserver-project/download_1.1.3.html)
-
-# All Releases
-
-* [Apache FtpServer 1.1.3 Release - Feb 25th, 
2022](ftpserver-project/download_1.1.3.html)
-* [Apache FtpServer 1.1.2 Release - Jan 1st, 
2022](ftpserver-project/download_1.1.2.html)
-* [Apache FtpServer 1.1.1 Release - Jul 3rd, 
2020](ftpserver-project/download_1.1.1.html)
-* [Apache FtpServer 1.1.0 Release - May 4th, 
2018](ftpserver-project/download_1.1.0.html)
-* [Apache FtpServer 1.0.6 Release - May 4th, 
2018](ftpserver-project/download_1.0.6.html)
-* [Apache FtpServer 1.0.5 Release - Oct 2nd, 
2010](ftpserver-project/download_1.0.5.html)
-* [Apache FtpServer 1.0.4 Release - Mar 13th, 
2010](ftpserver-project/download_1.0.4.html)
-* [Apache FtpServer 1.0.3 Release - Oct 12th, 
2009](ftpserver-project/download_1.0.3.html)
-* [Apache FtpServer 1.0.2 Release - Jun 17th, 
2009](ftpserver-project/download_1.0.2.html)
-* [Apache FtpServer 1.0.1 Release - May 18th, 
2009](ftpserver-project/download_1.0.1.html)
-* [Apache FtpServer 1.0.0 Release - Feb 28th, 
2009](ftpserver-project/download_1.0.0.html)
-* [Apache FtpServer 1.0.0-RC2 Release - Jan 31th, 
2009](ftpserver-project/download_1.0.0-RC2.html)
-* [Apache FtpServer 1.0.0-RC1 release - Jan 13th, 
2009](ftpserver-project/download_1.0.0-RC1.html)
-* [Apache FtpServer 1.0.0-M4 release - Dec 10th, 
2008](ftpserver-project/download_1.0.0-M4.html)
-* [Apache FtpServer 1.0.0-M3 release - Sep 8th, 
2008](ftpserver-project/download_1.0.0-M3.html)
-* [Apache FtpServer 1.0.0-M2 release - Aug 11th, 
2008](ftpserver-project/download_1.0.0-M2.html) 
-
-# Maven Repositories
-All Apache FtpServer releases are available from the Maven central repository
diff --git a/source/downloads-ftpserver_1_1.md 
b/source/downloads-ftpserver_1_1.md
new file mode 100644
index 0000000..75e8821
--- /dev/null
+++ b/source/downloads-ftpserver_1_1.md
@@ -0,0 +1,31 @@
+---
+title: Downloads
+---
+
+# Latest FTPServer Releases
+
+The latest release is the [Apache FtpServer 1.1.4 
Release](ftpserver-project/download_1_1.html)
+
+# All Releases
+
+* [Apache FtpServer 1.2.0 Release - Mar 13th, 
2022](ftpserver-project/download_1_2.html)
+* [Apache FtpServer 1.1.4 Release - Mar 13th, 
2022](ftpserver-project/download_1_1.html)
+* [Apache FtpServer 1.1.3 Release - Feb 25th, 
2022](https://archive.apache.org/dist/mina/ftpserver/1.1.3.html)
+* [Apache FtpServer 1.1.2 Release - Jan 1st, 
2022](https://archive.apache.org/dist/mina/ftpserver/1.1.2.html)
+* [Apache FtpServer 1.1.1 Release - Jul 3rd, 
2020](https://archive.apache.org/dist/mina/ftpserver/1.1.1.html)
+* [Apache FtpServer 1.1.0 Release - May 4th, 
2018](https://archive.apache.org/dist/mina/ftpserver/1.1.0.html)
+* [Apache FtpServer 1.0.6 Release - May 4th, 
2018](https://archive.apache.org/dist/mina/ftpserver/1.0.6.html)
+* [Apache FtpServer 1.0.5 Release - Oct 2nd, 
2010](https://archive.apache.org/dist/mina/ftpserver/1.0.5.html)
+* [Apache FtpServer 1.0.4 Release - Mar 13th, 
2010](https://archive.apache.org/dist/mina/ftpserver/1.0.4.html)
+* [Apache FtpServer 1.0.3 Release - Oct 12th, 
2009](https://archive.apache.org/dist/mina/ftpserver/1.0.3.html)
+* [Apache FtpServer 1.0.2 Release - Jun 17th, 
2009](https://archive.apache.org/dist/mina/ftpserver/1.0.2.html)
+* [Apache FtpServer 1.0.1 Release - May 18th, 
2009](https://archive.apache.org/dist/mina/ftpserver/1.0.1.html)
+* [Apache FtpServer 1.0.0 Release - Feb 28th, 
2009](https://archive.apache.org/dist/mina/ftpserver/1.0.0.html)
+* [Apache FtpServer 1.0.0-RC2 Release - Jan 31th, 
2009](https://archive.apache.org/dist/mina/ftpserver/1.0.0-RC2.html)
+* [Apache FtpServer 1.0.0-RC1 release - Jan 13th, 
2009](https://archive.apache.org/dist/mina/ftpserver/1.0.0-RC1.html)
+* [Apache FtpServer 1.0.0-M4 release - Dec 10th, 
2008](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M4.html)
+* [Apache FtpServer 1.0.0-M3 release - Sep 8th, 
2008](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M3.html)
+* [Apache FtpServer 1.0.0-M2 release - Aug 11th, 
2008](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M2.html) 
+
+# Maven Repositories
+All Apache FtpServer releases are available from the Maven central repository
diff --git a/source/downloads-ftpserver_1_2.md 
b/source/downloads-ftpserver_1_2.md
new file mode 100644
index 0000000..e54f530
--- /dev/null
+++ b/source/downloads-ftpserver_1_2.md
@@ -0,0 +1,31 @@
+---
+title: Downloads
+---
+
+# Latest FTPServer Releases
+
+The latest release is the [Apache FtpServer 1.2.0 
Release](ftpserver-project/download_1_2.html)
+
+# All Releases
+
+* [Apache FtpServer 1.2.0 Release - Mar 13th, 
2022](ftpserver-project/download_1_2.html)
+* [Apache FtpServer 1.1.4 Release - Mar 13th, 
2022](ftpserver-project/download_1_1.html)
+* [Apache FtpServer 1.1.3 Release - Feb 25th, 
2022](https://archive.apache.org/dist/mina/ftpserver/1.1.3.html)
+* [Apache FtpServer 1.1.2 Release - Jan 1st, 
2022](https://archive.apache.org/dist/mina/ftpserver/1.1.2.html)
+* [Apache FtpServer 1.1.1 Release - Jul 3rd, 
2020](https://archive.apache.org/dist/mina/ftpserver/1.1.1.html)
+* [Apache FtpServer 1.1.0 Release - May 4th, 
2018](https://archive.apache.org/dist/mina/ftpserver/1.1.0.html)
+* [Apache FtpServer 1.0.6 Release - May 4th, 
2018](https://archive.apache.org/dist/mina/ftpserver/1.0.6.html)
+* [Apache FtpServer 1.0.5 Release - Oct 2nd, 
2010](https://archive.apache.org/dist/mina/ftpserver/1.0.5.html)
+* [Apache FtpServer 1.0.4 Release - Mar 13th, 
2010](https://archive.apache.org/dist/mina/ftpserver/1.0.4.html)
+* [Apache FtpServer 1.0.3 Release - Oct 12th, 
2009](https://archive.apache.org/dist/mina/ftpserver/1.0.3.html)
+* [Apache FtpServer 1.0.2 Release - Jun 17th, 
2009](https://archive.apache.org/dist/mina/ftpserver/1.0.2.html)
+* [Apache FtpServer 1.0.1 Release - May 18th, 
2009](https://archive.apache.org/dist/mina/ftpserver/1.0.1.html)
+* [Apache FtpServer 1.0.0 Release - Feb 28th, 
2009](https://archive.apache.org/dist/mina/ftpserver/1.0.0.html)
+* [Apache FtpServer 1.0.0-RC2 Release - Jan 31th, 
2009](https://archive.apache.org/dist/mina/ftpserver/1.0.0-RC2.html)
+* [Apache FtpServer 1.0.0-RC1 release - Jan 13th, 
2009](https://archive.apache.org/dist/mina/ftpserver/1.0.0-RC1.html)
+* [Apache FtpServer 1.0.0-M4 release - Dec 10th, 
2008](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M4.html)
+* [Apache FtpServer 1.0.0-M3 release - Sep 8th, 
2008](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M3.html)
+* [Apache FtpServer 1.0.0-M2 release - Aug 11th, 
2008](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M2.html) 
+
+# Maven Repositories
+All Apache FtpServer releases are available from the Maven central repository
diff --git a/source/ftpserver-project/download_1.1.3.md 
b/source/ftpserver-project/download_1.1.3.md
deleted file mode 100644
index 814eeef..0000000
--- a/source/ftpserver-project/download_1.1.3.md
+++ /dev/null
@@ -1,69 +0,0 @@
----
-type: ftpserver
-title: Apache FtpServer 1.1.3 Release
----
-
-# Apache FtpServer 1.1.3 Release
-
-## New Features in 1.1.3
-
-This release fixes the Log4J CVE by embedding the 2.17.1 version and add some 
fixes for TLS 1.3
-
-
-## Getting the Binary Distributions
-
-| Description | Download Link | SHA256 hashes  | SHA512 hashes  | PGP 
Signature file of download |
-|---|---|---|---|---|
-| zip distribution | 
[apache-ftpserver-1.1.3-bin.zip](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.3/apache-ftpserver-1.1.3-bin.zip)
 | 
[SHA256](https://downloads.apache.org/mina/ftpserver/1.1.3/apache-ftpserver-1.1.3-bin.zip.sha256)
 | 
[SHA512](https://downloads.apache.org/mina/ftpserver/1.1.3/apache-ftpserver-1.1.3-bin.zip.sha512)
 
|[ASC](https://downloads.apache.org/mina/ftpserver/1.1.3/apache-ftpserver-1.1.3-bin.zip.asc)
 |
-| tar.gz distribution | 
[apache-ftpserver-1.1.3-bin.tar.gz](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.3/apache-ftpserver-1.1.3-bin.tar.gz)
 | 
[SHA256](https://downloads.apache.org/mina/ftpserver/1.1.3/apache-ftpserver-1.1.3-bin.tar.gz.sha256)
 | 
[SHA512](https://downloads.apache.org/mina/ftpserver/1.1.3/apache-ftpserver-1.1.3-bin.tar.gz.sha512)
 | 
[ASC](https://downloads.apache.org/mina/ftpserver/1.1.3/apache-ftpserver-1.1.3-bin.tar.gz.asc)
 | 
-| tar.bz2 distribution | 
[apache-ftpserver-1.1.3-bin.tar.bz2](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.3/apache-ftpserver-1.1.3-bin.tar.bz2)
 | 
[SHA256](https://downloads.apache.org/mina/ftpserver/1.1.3/apache-ftpserver-1.1.3-bin.tar.bz2.sha256)
 | 
[SHA512](https://downloads.apache.org/mina/ftpserver/1.1.3/apache-ftpserver-1.1.3-bin.tar.bz2.sha512)
 | 
[ASC](https://downloads.apache.org/mina/ftpserver/1.1.3/apache-ftpserver-1.1.3-bin.tar.bz2.asc)
 | 
-
-## Verify the Integrity of Downloads
-
-It is essential that you verify the integrity of the downloaded files using 
the PGP signatures. The PGP signatures can be verified using PGP or GPG. Begin 
by following these steps:
-
-1. Download the [KEYS](https://downloads.apache.org/mina/KEYS)
-2. Download the asc signature file for the relevant distribution
-3. Verify the signatures using the following commands, depending on your use 
of PGP or GPG:
-
-        $ pgpk -a KEYS
-        $ pgpv apache-ftpserver-1.1.3-bin.tar.gz.asc
-
-    or 
-
-        $ pgp -ka KEYS
-        $ pgp apache-ftpserver-1.1.3-bin.tar.gz.asc 
apache-ftpserver-1.1.3-bin.tar.gz
-
-    or
-
-        $ gpg --import KEYS
-        $ gpg --verify apache-ftpserver-1.1.3-bin.tar.gz.asc 
apache-ftpserver-1.1.3-bin.tar.gz
-
-## Getting the Binaries using Maven 2
-
-To use this release in your maven project, the proper dependency configuration 
that you should use in your [Maven 
POM](https://maven.apache.org/guides/introduction/introduction-to-the-pom.html) 
is:
-
-```xml
-<dependency>
-    <groupId>org.apache.ftpserver</groupId>
-    <artifactId>ftpserver-core</artifactId>
-    <version>1.1.3</version>
-</dependency>
-```
-
-## Getting the Source Code
-
-### Source Distributions
-
-| Description | Download Link | SHA256 hashes | SHA512 hashes | PGP Signature 
file of download |
-|---|---|---|---|---|
-| zip sources | 
[apache-ftpserver-1.1.3-src.zip](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.3/apache-ftpserver-1.1.3-src.zip)
 | 
[SHA256](https://downloads.apache.org/mina/ftpserver/1.1.3/apache-ftpserver-1.1.3-src.zip.sha256)
 | 
[SHA512](https://downloads.apache.org/mina/ftpserver/1.1.3/apache-ftpserver-1.1.3-src.zip.sha512)
 | 
[ASC](https://downloads.apache.org/mina/ftpserver/1.1.3/apache-ftpserver-1.1.3-src.zip.asc)
 |
-| tar.gz sources | 
[apache-ftpserver-1.1.3-src.tar.gz](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.3/apache-ftpserver-1.1.3-src.tar.gz)
 | 
[SHA256](https://downloads.apache.org/mina/ftpserver/1.1.3/apache-ftpserver-1.1.3-src.tar.gz.sha256)
 | 
[SHA512](https://downloads.apache.org/mina/ftpserver/1.1.3/apache-ftpserver-1.1.3-src.tar.gz.sha512)
 | 
[ASC](https://downloads.apache.org/mina/ftpserver/1.1.3/apache-ftpserver-1.1.3-src.tar.gz.asc)
 |
-| tar.bz2 sources | 
[apache-ftpserver-1.1.3-src.tar.bz2](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.3/apache-ftpserver-1.1.3-src.tar.bz2)
 | 
[SHA256](https://downloads.apache.org/mina/ftpserver/1.1.3/apache-ftpserver-1.1.3-src.tar.bz2.sha256)
 | 
[SHA512](https://downloads.apache.org/mina/ftpserver/1.1.3/apache-ftpserver-1.1.3-src.tar.bz2.sha512)
 | 
[ASC](https://downloads.apache.org/mina/ftpserver/1.1.3/apache-ftpserver-1.1.3-src.tar.bz2.asc)
 |
-
-### Git Tag Checkout
-
-    $ git clone https://gitbox.apache.org/repos/asf/mina-ftpserver.git
-    $ git checkout ftpserver-parent-1.1.3
-
-You are now on 1.1.3 branch.
diff --git a/source/ftpserver-project/download_1_1.md 
b/source/ftpserver-project/download_1_1.md
new file mode 100644
index 0000000..4460973
--- /dev/null
+++ b/source/ftpserver-project/download_1_1.md
@@ -0,0 +1,69 @@
+---
+type: ftpserver
+title: Apache FtpServer 1.1.4 Release
+---
+
+# Apache FtpServer 1.1.4 Release
+
+## New Features in 1.1.4
+
+This release is rolling back an addedd feature (support for multiple TLS 
protocols), to be back compatible with 1.1.2. Would you want to benefit from 
this feature, you shiould switch to the 1.2.0 release.
+
+
+## Getting the Binary Distributions
+
+| Description | Download Link | SHA256 hashes  | SHA512 hashes  | PGP 
Signature file of download |
+|---|---|---|---|---|
+| zip distribution | 
[apache-ftpserver-1.1.4-bin.zip](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.4/apache-ftpserver-1.1.4-bin.zip)
 | 
[SHA256](https://downloads.apache.org/mina/ftpserver/1.1.4/apache-ftpserver-1.1.4-bin.zip.sha256)
 | 
[SHA512](https://downloads.apache.org/mina/ftpserver/1.1.4/apache-ftpserver-1.1.4-bin.zip.sha512)
 
|[ASC](https://downloads.apache.org/mina/ftpserver/1.1.4/apache-ftpserver-1.1.4-bin.zip.asc)
 |
+| tar.gz distribution | 
[apache-ftpserver-1.1.4-bin.tar.gz](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.4/apache-ftpserver-1.1.4-bin.tar.gz)
 | 
[SHA256](https://downloads.apache.org/mina/ftpserver/1.1.4/apache-ftpserver-1.1.4-bin.tar.gz.sha256)
 | 
[SHA512](https://downloads.apache.org/mina/ftpserver/1.1.4/apache-ftpserver-1.1.4-bin.tar.gz.sha512)
 | 
[ASC](https://downloads.apache.org/mina/ftpserver/1.1.4/apache-ftpserver-1.1.4-bin.tar.gz.asc)
 | 
+| tar.bz2 distribution | 
[apache-ftpserver-1.1.4-bin.tar.bz2](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.4/apache-ftpserver-1.1.4-bin.tar.bz2)
 | 
[SHA256](https://downloads.apache.org/mina/ftpserver/1.1.4/apache-ftpserver-1.1.4-bin.tar.bz2.sha256)
 | 
[SHA512](https://downloads.apache.org/mina/ftpserver/1.1.4/apache-ftpserver-1.1.4-bin.tar.bz2.sha512)
 | 
[ASC](https://downloads.apache.org/mina/ftpserver/1.1.4/apache-ftpserver-1.1.4-bin.tar.bz2.asc)
 | 
+
+## Verify the Integrity of Downloads
+
+It is essential that you verify the integrity of the downloaded files using 
the PGP signatures. The PGP signatures can be verified using PGP or GPG. Begin 
by following these steps:
+
+1. Download the [KEYS](https://downloads.apache.org/mina/KEYS)
+2. Download the asc signature file for the relevant distribution
+3. Verify the signatures using the following commands, depending on your use 
of PGP or GPG:
+
+        $ pgpk -a KEYS
+        $ pgpv apache-ftpserver-1.1.4-bin.tar.gz.asc
+
+    or 
+
+        $ pgp -ka KEYS
+        $ pgp apache-ftpserver-1.1.4-bin.tar.gz.asc 
apache-ftpserver-1.1.4-bin.tar.gz
+
+    or
+
+        $ gpg --import KEYS
+        $ gpg --verify apache-ftpserver-1.1.4-bin.tar.gz.asc 
apache-ftpserver-1.1.4-bin.tar.gz
+
+## Getting the Binaries using Maven 2
+
+To use this release in your maven project, the proper dependency configuration 
that you should use in your [Maven 
POM](https://maven.apache.org/guides/introduction/introduction-to-the-pom.html) 
is:
+
+```xml
+<dependency>
+    <groupId>org.apache.ftpserver</groupId>
+    <artifactId>ftpserver-core</artifactId>
+    <version>1.1.4</version>
+</dependency>
+```
+
+## Getting the Source Code
+
+### Source Distributions
+
+| Description | Download Link | SHA256 hashes | SHA512 hashes | PGP Signature 
file of download |
+|---|---|---|---|---|
+| zip sources | 
[apache-ftpserver-1.1.4-src.zip](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.4/apache-ftpserver-1.1.4-src.zip)
 | 
[SHA256](https://downloads.apache.org/mina/ftpserver/1.1.4/apache-ftpserver-1.1.4-src.zip.sha256)
 | 
[SHA512](https://downloads.apache.org/mina/ftpserver/1.1.4/apache-ftpserver-1.1.4-src.zip.sha512)
 | 
[ASC](https://downloads.apache.org/mina/ftpserver/1.1.4/apache-ftpserver-1.1.4-src.zip.asc)
 |
+| tar.gz sources | 
[apache-ftpserver-1.1.4-src.tar.gz](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.4/apache-ftpserver-1.1.4-src.tar.gz)
 | 
[SHA256](https://downloads.apache.org/mina/ftpserver/1.1.4/apache-ftpserver-1.1.4-src.tar.gz.sha256)
 | 
[SHA512](https://downloads.apache.org/mina/ftpserver/1.1.4/apache-ftpserver-1.1.4-src.tar.gz.sha512)
 | 
[ASC](https://downloads.apache.org/mina/ftpserver/1.1.4/apache-ftpserver-1.1.4-src.tar.gz.asc)
 |
+| tar.bz2 sources | 
[apache-ftpserver-1.1.4-src.tar.bz2](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.4/apache-ftpserver-1.1.4-src.tar.bz2)
 | 
[SHA256](https://downloads.apache.org/mina/ftpserver/1.1.4/apache-ftpserver-1.1.4-src.tar.bz2.sha256)
 | 
[SHA512](https://downloads.apache.org/mina/ftpserver/1.1.4/apache-ftpserver-1.1.4-src.tar.bz2.sha512)
 | 
[ASC](https://downloads.apache.org/mina/ftpserver/1.1.4/apache-ftpserver-1.1.4-src.tar.bz2.asc)
 |
+
+### Git Tag Checkout
+
+    $ git clone https://gitbox.apache.org/repos/asf/mina-ftpserver.git
+    $ git checkout ftpserver-parent-1.1.4
+
+You are now on 1.1.4 branch.
diff --git a/source/ftpserver-project/download_1_2.md 
b/source/ftpserver-project/download_1_2.md
new file mode 100644
index 0000000..68be547
--- /dev/null
+++ b/source/ftpserver-project/download_1_2.md
@@ -0,0 +1,69 @@
+---
+type: ftpserver
+title: Apache FtpServer 1.2.0 Release
+---
+
+# Apache FtpServer 1.2.0 Release
+
+## New Features in 1.2.0
+
+This release contains a change in the API. You can now select more than one 
supported TLS algorithm when configuring a server.
+
+
+## Getting the Binary Distributions
+
+| Description | Download Link | SHA256 hashes  | SHA512 hashes  | PGP 
Signature file of download |
+|---|---|---|---|---|
+| zip distribution | 
[apache-ftpserver-1.2.0-bin.zip](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.2.0/apache-ftpserver-1.2.0-bin.zip)
 | 
[SHA256](https://downloads.apache.org/mina/ftpserver/1.2.0/apache-ftpserver-1.2.0-bin.zip.sha256)
 | 
[SHA512](https://downloads.apache.org/mina/ftpserver/1.2.0/apache-ftpserver-1.2.0-bin.zip.sha512)
 
|[ASC](https://downloads.apache.org/mina/ftpserver/1.2.0/apache-ftpserver-1.2.0-bin.zip.asc)
 |
+| tar.gz distribution | 
[apache-ftpserver-1.2.0-bin.tar.gz](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.2.0/apache-ftpserver-1.2.0-bin.tar.gz)
 | 
[SHA256](https://downloads.apache.org/mina/ftpserver/1.2.0/apache-ftpserver-1.2.0-bin.tar.gz.sha256)
 | 
[SHA512](https://downloads.apache.org/mina/ftpserver/1.2.0/apache-ftpserver-1.2.0-bin.tar.gz.sha512)
 | 
[ASC](https://downloads.apache.org/mina/ftpserver/1.2.0/apache-ftpserver-1.2.0-bin.tar.gz.asc)
 | 
+| tar.bz2 distribution | 
[apache-ftpserver-1.2.0-bin.tar.bz2](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.2.0/apache-ftpserver-1.2.0-bin.tar.bz2)
 | 
[SHA256](https://downloads.apache.org/mina/ftpserver/1.2.0/apache-ftpserver-1.2.0-bin.tar.bz2.sha256)
 | 
[SHA512](https://downloads.apache.org/mina/ftpserver/1.2.0/apache-ftpserver-1.2.0-bin.tar.bz2.sha512)
 | 
[ASC](https://downloads.apache.org/mina/ftpserver/1.2.0/apache-ftpserver-1.2.0-bin.tar.bz2.asc)
 | 
+
+## Verify the Integrity of Downloads
+
+It is essential that you verify the integrity of the downloaded files using 
the PGP signatures. The PGP signatures can be verified using PGP or GPG. Begin 
by following these steps:
+
+1. Download the [KEYS](https://downloads.apache.org/mina/KEYS)
+2. Download the asc signature file for the relevant distribution
+3. Verify the signatures using the following commands, depending on your use 
of PGP or GPG:
+
+        $ pgpk -a KEYS
+        $ pgpv apache-ftpserver-1.2.0-bin.tar.gz.asc
+
+    or 
+
+        $ pgp -ka KEYS
+        $ pgp apache-ftpserver-1.2.0-bin.tar.gz.asc 
apache-ftpserver-1.2.0-bin.tar.gz
+
+    or
+
+        $ gpg --import KEYS
+        $ gpg --verify apache-ftpserver-1.2.0-bin.tar.gz.asc 
apache-ftpserver-1.2.0-bin.tar.gz
+
+## Getting the Binaries using Maven 2
+
+To use this release in your maven project, the proper dependency configuration 
that you should use in your [Maven 
POM](https://maven.apache.org/guides/introduction/introduction-to-the-pom.html) 
is:
+
+```xml
+<dependency>
+    <groupId>org.apache.ftpserver</groupId>
+    <artifactId>ftpserver-core</artifactId>
+    <version>1.2.0</version>
+</dependency>
+```
+
+## Getting the Source Code
+
+### Source Distributions
+
+| Description | Download Link | SHA256 hashes | SHA512 hashes | PGP Signature 
file of download |
+|---|---|---|---|---|
+| zip sources | 
[apache-ftpserver-1.2.0-src.zip](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.2.0/apache-ftpserver-1.2.0-src.zip)
 | 
[SHA256](https://downloads.apache.org/mina/ftpserver/1.2.0/apache-ftpserver-1.2.0-src.zip.sha256)
 | 
[SHA512](https://downloads.apache.org/mina/ftpserver/1.2.0/apache-ftpserver-1.2.0-src.zip.sha512)
 | 
[ASC](https://downloads.apache.org/mina/ftpserver/1.2.0/apache-ftpserver-1.2.0-src.zip.asc)
 |
+| tar.gz sources | 
[apache-ftpserver-1.2.0-src.tar.gz](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.2.0/apache-ftpserver-1.2.0-src.tar.gz)
 | 
[SHA256](https://downloads.apache.org/mina/ftpserver/1.2.0/apache-ftpserver-1.2.0-src.tar.gz.sha256)
 | 
[SHA512](https://downloads.apache.org/mina/ftpserver/1.2.0/apache-ftpserver-1.2.0-src.tar.gz.sha512)
 | 
[ASC](https://downloads.apache.org/mina/ftpserver/1.2.0/apache-ftpserver-1.2.0-src.tar.gz.asc)
 |
+| tar.bz2 sources | 
[apache-ftpserver-1.2.0-src.tar.bz2](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.2.0/apache-ftpserver-1.2.0-src.tar.bz2)
 | 
[SHA256](https://downloads.apache.org/mina/ftpserver/1.2.0/apache-ftpserver-1.2.0-src.tar.bz2.sha256)
 | 
[SHA512](https://downloads.apache.org/mina/ftpserver/1.2.0/apache-ftpserver-1.2.0-src.tar.bz2.sha512)
 | 
[ASC](https://downloads.apache.org/mina/ftpserver/1.2.0/apache-ftpserver-1.2.0-src.tar.bz2.asc)
 |
+
+### Git Tag Checkout
+
+    $ git clone https://gitbox.apache.org/repos/asf/mina-ftpserver.git
+    $ git checkout ftpserver-parent-1.2.0
+
+You are now on 1.2.0 branch.
diff --git a/source/ftpserver-project/old-downloads.md 
b/source/ftpserver-project/old-downloads.md
index 4a4c4bb..4ea6a5d 100644
--- a/source/ftpserver-project/old-downloads.md
+++ b/source/ftpserver-project/old-downloads.md
@@ -11,6 +11,7 @@ title: FtpServer Older Downloads
 
 | Version| Download Links | Date |
 |:-:|:-:|:-:|
+| Apache FtpServer 1.1.3 | 
[Download](https://archive.apache.org/dist/mina/ftpserver/1.1.3/) | 25/Feb/2022 
|
 | Apache FtpServer 1.1.2 | 
[Download](https://archive.apache.org/dist/mina/ftpserver/1.1.2/) | 03/Jan/2022 
|
 | Apache FtpServer 1.1.1 | 
[Download](https://archive.apache.org/dist/mina/ftpserver/1.1.1/) | 03/Jul/2020 
|
 | Apache FtpServer 1.1.0 | 
[Download](https://archive.apache.org/dist/mina/ftpserver/1.1.0/) | 02/Jun/2019 
|
diff --git a/static/ftpserver-project/gen-docs/.htaccess 
b/static/ftpserver-project/gen-docs/.htaccess
index d5b4bf0..e28957b 100644
--- a/static/ftpserver-project/gen-docs/.htaccess
+++ b/static/ftpserver-project/gen-docs/.htaccess
@@ -2,8 +2,11 @@ Options +FollowSymLinks
 RewriteEngine On
 
 # Redirect to the latest releases
-RewriteRule ^latest$ https://nightlies.apache.org/mina/ftpserver/1.1.3/ [QSA,L]
-RewriteRule ^latest(.*)$ https://nightlies.apache.org/mina/ftpserver/1.1.3/$1 
[QSA,L]
+RewriteRule ^latest-1.1$ https://nightlies.apache.org/mina/ftpserver/1.1.4/ 
[QSA,L]
+RewriteRule ^latest-1.1/(.*)$ 
https://nightlies.apache.org/mina/ftpserver/1.1.4/$1 [QSA,L]
+
+RewriteRule ^latest-1.2$ https://nightlies.apache.org/mina/ftpserver/1.2.0/ 
[QSA,L]
+RewriteRule ^latest-1.2/(.*)$ 
https://nightlies.apache.org/mina/ftpserver/1.2.0/$1 [QSA,L]
 
 # Redirect everything else
 RewriteRule ^(.*)$ https://nightlies.apache.org/mina/ftpserver/$1 [QSA,L]

Reply via email to