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 d0bb86f  Removed useless pages
d0bb86f is described below

commit d0bb86fda137a417a75ce358874b0ceefb573d99
Author: emmanuel lecharny <elecha...@apache.org>
AuthorDate: Mon Feb 28 11:36:42 2022 +0100

    Removed useless pages
---
 source/ftpserver-project/download_1.0.0-M2.md  | 69 ------------------------
 source/ftpserver-project/download_1.0.0-M3.md  | 67 ------------------------
 source/ftpserver-project/download_1.0.0-M4.md  | 67 ------------------------
 source/ftpserver-project/download_1.0.0-RC1.md | 68 ------------------------
 source/ftpserver-project/download_1.0.0-RC2.md | 69 ------------------------
 source/ftpserver-project/download_1.0.0.md     | 71 -------------------------
 source/ftpserver-project/download_1.0.1.md     | 68 ------------------------
 source/ftpserver-project/download_1.0.2.md     | 69 ------------------------
 source/ftpserver-project/download_1.0.3.md     | 69 ------------------------
 source/ftpserver-project/download_1.0.4.md     | 69 ------------------------
 source/ftpserver-project/download_1.0.5.md     | 68 ------------------------
 source/ftpserver-project/download_1.0.6.md     | 69 ------------------------
 source/ftpserver-project/download_1.1.0.md     | 69 ------------------------
 source/ftpserver-project/download_1.1.1.md     | 72 --------------------------
 source/ftpserver-project/download_1.1.2.md     | 71 -------------------------
 15 files changed, 1035 deletions(-)

diff --git a/source/ftpserver-project/download_1.0.0-M2.md 
b/source/ftpserver-project/download_1.0.0-M2.md
deleted file mode 100644
index 1423957..0000000
--- a/source/ftpserver-project/download_1.0.0-M2.md
+++ /dev/null
@@ -1,69 +0,0 @@
----
-type: ftpserver
-title: Apache FtpServer 1.0.0-M2 Release
----
-
-# Apache FtpServer 1.0.0-M2 Release
-
-## New Features in 1.0.0-M2
-
-This is the first release of Apache FtpServer, you can find the major features 
[here](features.html).
-
-## Changelog
-
-For a more detailed view of new features and bug fixes, see the [release 
notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12312320&styleName=Html&projectId=10571&Create=Create)
-
-## Getting the Binary Distributions
-
-| Description | Download Link | SHA1 hashes  | PGP Signature file of download |
-|---|---|---|---|
-| zip distribution | 
[ftpserver-1.0.0-M2.zip](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M2/ftpserver-1.0.0-M2.zip)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M2/ftpserver-1.0.0-M2.zip.sha1)
 | 
[ftpserver-1.0.0-M2.zip.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M2/ftpserver-1.0.0-M2.zip.asc)
 |
-| tar.gz distribution | 
[ftpserver-1.0.0-M2.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M2/ftpserver-1.0.0-M2.tar.gz)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M2/ftpserver-1.0.0-M2.tar.gz.sha1)
 | 
[ftpserver-1.0.0-M2.tar.gz.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M2/ftpserver-1.0.0-M2.tar.gz.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 ftpserver-1.0.0-M2.tar.gz.asc
-
-    or 
-
-        $ pgp -ka KEYS
-        $ pgp ftpserver-1.0.0-M2.tar.gz.asc
-
-    or
-
-        $ gpg --import KEYS
-        $ gpg --verify ftpserver-1.0.0-M2.tar.gz.asc
-
-## 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](http://maven.apache.org/guides/introduction/introduction-to-the-pom.html) 
is:
-
-```xml
-<dependency>
-    <groupId>org.apache.ftpserver</groupId>
-    <artifactId>ftpserver-core</artifactId>
-    <version>1.0.0-M2</version>
-</dependency>
-```
-
-## Getting the Source Code
-
-### Source Distributions
-
-| Description | Download Link | SHA1 hashes  | PGP Signature file of download |
-|---|---|---|---|
-| zip sources | 
[ftpserver-1.0.0-M2-src.zip](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M2/ftpserver-1.0.0-M2-src.zip)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M2/ftpserver-1.0.0-M2-src.zip.sha1)|
 
[ftpserver-1.0.0-M2-src.zip.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M2/ftpserver-1.0.0-M2-src.zip.asc)
 |
-| tar.gz sources | 
[ftpserver-1.0.0-M2-src.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M2/ftpserver-1.0.0-M2-src.tar.gz)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M2/ftpserver-1.0.0-M2-src.tar.gz.sha1)
 | 
[ftpserver-1.0.0-M2-src.tar.gz.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M2/ftpserver-1.0.0-M2-src.tar.gz.asc)
 |
-
-### SVN Tag Checkout
-
-```bash
-svn co http://svn.apache.org/repos/asf/mina/ftpserver/tags/1.0.0-M2
-```
diff --git a/source/ftpserver-project/download_1.0.0-M3.md 
b/source/ftpserver-project/download_1.0.0-M3.md
deleted file mode 100644
index bec1782..0000000
--- a/source/ftpserver-project/download_1.0.0-M3.md
+++ /dev/null
@@ -1,67 +0,0 @@
----
-type: ftpserver
-title: Apache FtpServer 1.0.0-M3 Release
----
-
-# Apache FtpServer 1.0.0-M3 Release
-
-## New Features in 1.0.0-M3
-
-This is a bug fix release that fixes issues found in 1.0.3.
-
-## Changelog
-
-For a more detailed view of new features and bug fixes, see the [release 
notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10571&styleName=Html&version=12313104)
-
-## Getting the Binary Distributions
-
-| Description | Download Link | SHA1 hashes  | PGP Signature file of download |
-|---|---|---|---|
-| zip distribution | 
[ftpserver-1.0.0-M3.zip](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M3/ftpserver-1.0.0-M3.zip)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M3/ftpserver-1.0.0-M3.zip.sha1)
 | 
[ftpserver-1.0.0-M3.zip.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M3/ftpserver-1.0.0-M3.zip.asc)
 |
-| tar.gz distribution | 
[ftpserver-1.0.0-M3.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M3/ftpserver-1.0.0-M3.tar.gz)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M3/ftpserver-1.0.0-M3.tar.gz.sha1)
 | 
[ftpserver-1.0.0-M3.tar.gz.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M3/ftpserver-1.0.0-M3.tar.gz.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 ftpserver-1.0.0-M3.tar.gz.asc
-
-    or 
-
-        $ pgp -ka KEYS
-        $ pgp ftpserver-1.0.0-M3.tar.gz.asc
-
-    or
-
-        $ gpg --import KEYS
-        $ gpg --verify ftpserver-1.0.0-M3.tar.gz.asc
-
-## 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](http://maven.apache.org/guides/introduction/introduction-to-the-pom.html) 
is:
-
-```xml
-<dependency>
-    <groupId>org.apache.ftpserver</groupId>
-    <artifactId>ftpserver-core</artifactId>
-    <version>1.0.0-M3</version>
-</dependency>
-```
-
-## Getting the Source Code
-
-### Source Distributions
-
-| Description | Download Link | SHA1 hashes  | PGP Signature file of download |
-|---|---|---|---|
-| zip sources | 
[ftpserver-1.0.0-M3-src.zip](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M3/ftpserver-1.0.0-M3-src.zip)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M3/ftpserver-1.0.0-M3-src.zip.sha1)|
 
[ftpserver-1.0.0-M3-src.zip.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M3/ftpserver-1.0.0-M3-src.zip.asc)
 |
-| tar.gz sources | 
[ftpserver-1.0.0-M3-src.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M3/ftpserver-1.0.0-M3-src.tar.gz)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M3/ftpserver-1.0.0-M3-src.tar.gz.sha1)
 | 
[ftpserver-1.0.0-M3-src.tar.gz.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M3/ftpserver-1.0.0-M3-src.tar.gz.asc)
 |
-
-### SVN Tag Checkout
-
-    svn co http://svn.apache.org/repos/asf/mina/ftpserver/tags/1.0.0-M3
diff --git a/source/ftpserver-project/download_1.0.0-M4.md 
b/source/ftpserver-project/download_1.0.0-M4.md
deleted file mode 100644
index ec82c3b..0000000
--- a/source/ftpserver-project/download_1.0.0-M4.md
+++ /dev/null
@@ -1,67 +0,0 @@
----
-type: ftpserver
-title: Apache FtpServer 1.0.0-M4 Release
----
-
-# Apache FtpServer 1.0.0-M4 Release
-
-## New Features in 1.0.0-M4
-
-This release mainly contains bug fixes and minor enhancements from the 
previous release.
-
-## Changelog
-
-For a more detailed view of new features and bug fixes, see the [release 
notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10571&styleName=Html&version=12313395)
-
-## Getting the Binary Distributions
-
-| Description | Download Link | SHA1 hashes  | PGP Signature file of download |
-|---|---|---|---|
-| zip distribution | 
[ftpserver-1.0.0-M4.zip](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M4/ftpserver-1.0.0-M4.zip)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M4/ftpserver-1.0.0-M4.zip.sha1)
 | 
[ftpserver-1.0.0-M4.zip.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M4/ftpserver-1.0.0-M4.zip.asc)
 |
-| tar.gz distribution | 
[ftpserver-1.0.0-M4.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M4/ftpserver-1.0.0-M4.tar.gz)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M4/ftpserver-1.0.0-M4.tar.gz.sha1)
 | 
[ftpserver-1.0.0-M4.tar.gz.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M4/ftpserver-1.0.0-M4.tar.gz.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 ftpserver-1.0.0-M4.tar.gz.asc
-
-    or 
-
-        $ pgp -ka KEYS
-        $ pgp ftpserver-1.0.0-M4.tar.gz.asc
-
-    or
-
-        $ gpg --import KEYS
-        $ gpg --verify ftpserver-1.0.0-M4.tar.gz.asc
-
-## 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](http://maven.apache.org/guides/introduction/introduction-to-the-pom.html) 
is:
-
-```xml
-<dependency>
-    <groupId>org.apache.ftpserver</groupId>
-    <artifactId>ftpserver-core</artifactId>
-    <version>1.0.0-M4</version>
-</dependency>
-```
-
-## Getting the Source Code
-
-### Source Distributions
-
-| Description | Download Link | SHA1 hashes  | PGP Signature file of download |
-|---|---|---|---|
-| zip sources | 
[ftpserver-1.0.0-M4-src.zip](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M4/ftpserver-1.0.0-M4-src.zip)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M4/ftpserver-1.0.0-M4-src.zip.sha1)|
 
[ftpserver-1.0.0-M4-src.zip.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M4/ftpserver-1.0.0-M4-src.zip.asc)
 |
-| tar.gz sources | 
[ftpserver-1.0.0-M4-src.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M4/ftpserver-1.0.0-M4-src.tar.gz)
 |  
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M4/ftpserver-1.0.0-M4-src.tar.gz.sha1)
 | 
[ftpserver-1.0.0-M4-src.tar.gz.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.0-M4/ftpserver-1.0.0-M4-src.tar.gz.asc)
 |
-
-### SVN Tag Checkout
-
-    svn co http://svn.apache.org/repos/asf/mina/ftpserver/tags/1.0.0-M4
diff --git a/source/ftpserver-project/download_1.0.0-RC1.md 
b/source/ftpserver-project/download_1.0.0-RC1.md
deleted file mode 100644
index f728d6e..0000000
--- a/source/ftpserver-project/download_1.0.0-RC1.md
+++ /dev/null
@@ -1,68 +0,0 @@
----
-type: ftpserver
-title: Apache FtpServer 1.0.0-RC1 Release
----
-
-# Apache FtpServer 1.0.0-RC1 Release
-
-## New Features in 1.0.0-RC1
-
-This release mainly contains bug fixes and minor enhancements from the 
previous release.
-
-## Changelog
-
-For a more detailed view of new features and bug fixes, see the [release 
notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10571&styleName=Html&version=12313542)
-
-## Getting the Binary Distributions
-
-| Description | Download Link | SHA1 hashes  | PGP Signature file of download |
-|---|---|---|---|
-| zip distribution | 
[ftpserver-1.0.0-RC1.zip](https://archive.apache.org/dist/mina/ftpserver/1.0.0-RC1/ftpserver-1.0.0-RC1.zip)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.0-RC1/ftpserver-1.0.0-RC1.zip.sha1)
 | 
[ftpserver-1.0.0-RC1.zip.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.0-RC1/ftpserver-1.0.0-RC1.zip.asc)
 |
-| tar.gz distribution | 
[ftpserver-1.0.0-RC1.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.0.0-RC1/ftpserver-1.0.0-RC1.tar.gz)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.0-RC1/ftpserver-1.0.0-RC1.tar.gz.sha1)
 | 
[ftpserver-1.0.0-RC1.tar.gz.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.0-RC1/ftpserver-1.0.0-RC1.tar.gz.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 ftpserver-1.0.0-RC1.tar.gz.asc
-
-    or 
-
-        $ pgp -ka KEYS
-        $ pgp ftpserver-1.0.0-RC1.tar.gz.asc
-
-    or
-
-        $ gpg --import KEYS
-        $ gpg --verify ftpserver-1.0.0-RC1.tar.gz.asc
-
-## 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](http://maven.apache.org/guides/introduction/introduction-to-the-pom.html) 
is:
-
-```xml
-<dependency>
-    <groupId>org.apache.ftpserver</groupId>
-    <artifactId>ftpserver-core</artifactId>
-    <version>1.0.0-RC1</version>
-</dependency>
-```
-
-## Getting the Source Code
-
-### Source Distributions
-
-| Description | Download Link | SHA1 hashes  | PGP Signature file of download |
-|---|---|---|---|
-| zip sources | 
[ftpserver-1.0.0-RC1-src.zip](https://archive.apache.org/dist/mina/ftpserver/1.0.0-RC1/ftpserver-1.0.0-RC1-src.zip)
 |  
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.0-RC1/ftpserver-1.0.0-RC1-src.zip.sha1)|
 
[ftpserver-1.0.0-RC1-src.zip.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.0-RC1/ftpserver-1.0.0-RC1-src.zip.asc)
 |
-| tar.gz sources | 
[ftpserver-1.0.0-RC1-src.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.0.0-RC1/ftpserver-1.0.0-RC1-src.tar.gz)
 |  
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.0-RC1/ftpserver-1.0.0-RC1-src.tar.gz.sha1)
 | 
[ftpserver-1.0.0-RC1-src.tar.gz.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.0-RC1/ftpserver-1.0.0-RC1-src.tar.gz.asc)
 |
-
-
-### SVN Tag Checkout
-
-    svn co http://svn.apache.org/repos/asf/mina/ftpserver/tags/1.0.0-RC1
diff --git a/source/ftpserver-project/download_1.0.0-RC2.md 
b/source/ftpserver-project/download_1.0.0-RC2.md
deleted file mode 100644
index 80f23a8..0000000
--- a/source/ftpserver-project/download_1.0.0-RC2.md
+++ /dev/null
@@ -1,69 +0,0 @@
----
-type: ftpserver
-title: Apache FtpServer 1.0.0-RC2 Release
----
-
-# Apache FtpServer 1.0.0-RC2 Release
-
-## New Features in 1.0.0-RC2
-
-This is the second release candidate for FtpServer 1.0.0. This release 
contains some last minute fixes for bugs that was found in RC1.
-
-## Changelog
-
-For a more detailed view of new features and bug fixes, see the [release 
notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10571&styleName=Html&version=12313596)
-
-## Getting the Binary Distributions
-
-| Description | Download Link | SHA1 hashes  | PGP Signature file of download |
-|---|---|---|---|
-| zip distribution | 
[ftpserver-1.0.0-RC2.zip](https://archive.apache.org/dist/mina/ftpserver/1.0.0-RC2/ftpserver-1.0.0-RC2.zip)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.0-RC2/ftpserver-1.0.0-RC2.zip.sha1)
 | 
[ftpserver-1.0.0-RC2.zip.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.0-RC2/ftpserver-1.0.0-RC2.zip.asc)
 |
-| tar.gz distribution | 
[ftpserver-1.0.0-RC2.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.0.0-RC2/ftpserver-1.0.0-RC2.tar.gz)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.0-RC2/ftpserver-1.0.0-RC2.tar.gz.sha1)
 | 
[ftpserver-1.0.0-RC2.tar.gz.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.0-RC2/ftpserver-1.0.0-RC2.tar.gz.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 ftpserver-1.0.0-RC2.tar.gz.asc
-
-    or 
-
-        $ pgp -ka KEYS
-        $ pgp ftpserver-1.0.0-RC2.tar.gz.asc
-
-    or
-
-        $ gpg --import KEYS
-        $ gpg --verify ftpserver-1.0.0-RC2.tar.gz.asc
-
-## 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](http://maven.apache.org/guides/introduction/introduction-to-the-pom.html) 
is:
-
-```xml
-<dependency>
-    <groupId>org.apache.ftpserver</groupId>
-    <artifactId>ftpserver-core</artifactId>
-    <version>1.0.0-RC2</version>
-</dependency>
-```
-
-## Getting the Source Code
-
-### Source Distributions
-
-| Description | Download Link | SHA1 hashes  | PGP Signature file of download |
-|---|---|---|---|
-| zip sources | 
[ftpserver-1.0.0-RC2-src.zip](https://archive.apache.org/dist/mina/ftpserver/1.0.0-RC2/ftpserver-1.0.0-RC2-src.zip)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.0-RC2/ftpserver-1.0.0-RC2-src.zip.sha1)|
 
[ftpserver-1.0.0-RC2-src.zip.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.0-RC2/ftpserver-1.0.0-RC2-src.zip.asc)
 |
-| tar.gz sources | 
[ftpserver-1.0.0-RC2-src.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.0.0-RC2/ftpserver-1.0.0-RC2-src.tar.gz)
 |  
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.0-RC2/ftpserver-1.0.0-RC2-src.tar.gz.sha1)
 | 
[ftpserver-1.0.0-RC2-src.tar.gz.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.0-RC2/ftpserver-1.0.0-RC2-src.tar.gz.asc)
 |
-
-
-### SVN Tag Checkout
-
-    svn co http://svn.apache.org/repos/asf/mina/ftpserver/tags/1.0.0-RC2
diff --git a/source/ftpserver-project/download_1.0.0.md 
b/source/ftpserver-project/download_1.0.0.md
deleted file mode 100644
index fa114c7..0000000
--- a/source/ftpserver-project/download_1.0.0.md
+++ /dev/null
@@ -1,71 +0,0 @@
----
-type: ftpserver
-title: Apache FtpServer 1.0.0 Release
----
-
-# Apache FtpServer 1.0.0 Release
-
-## New Features in 1.0.0
-
-This is the first production ready release of FtpServer. In this, we have 
fixed all known bugs and have a stable API.
-
-## Changelog
-
-For a more detailed view of new features and bug fixes, see the [release 
notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10571&styleName=Html&version=12312283)
-
-## Getting the Binary Distributions
-
-| Description | Download Link | SHA1 hashes  | PGP Signature file of download |
-|---|---|---|---|
-| zip distribution | 
[ftpserver-1.0.0.zip](https://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.zip)
 | N/A | 
[ftpserver-1.0.0.zip.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.zip.asc)
 |
-| tar.gz distribution | 
[ftpserver-1.0.0.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.tar.gz)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.tar.gz.sha1)
 | 
[ftpserver-1.0.0.tar.gz.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.tar.gz.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 ftpserver-1.0.0.tar.gz.asc
-
-    or 
-
-        $ pgp -ka KEYS
-        $ pgp ftpserver-1.0.0.tar.gz.asc
-
-    or
-
-        $ gpg --import KEYS
-        $ gpg --verify ftpserver-1.0.0.tar.gz.asc
-
-## 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](http://maven.apache.org/guides/introduction/introduction-to-the-pom.html) 
is:
-
-```xml
-<dependency>
-    <groupId>org.apache.ftpserver</groupId>
-    <artifactId>ftpserver-core</artifactId>
-    <version>1.0.0</version>
-</dependency>
-```
-
-## Getting the Source Code
-
-### Source Distributions
-
-| Description | Download Link | SHA1 hashes  | PGP Signature file of download |
-|---|---|---|---|
-| zip sources | 
[ftpserver-1.0.0-src.zip](https://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0-src.zip)
 |  
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0-src.zip.sha1)|
 
[ftpserver-1.0.0-src.zip.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0-src.zip.asc)
 |
-| tar.gz sources | 
[ftpserver-1.0.0-src.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0-src.tar.gz)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0-src.tar.gz.sha1)
 | 
[ftpserver-1.0.0-src.tar.gz.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0-src.tar.gz.asc)
 |
-
-
-### SVN Tag Checkout
-
-```bash
-svn co http://svn.apache.org/repos/asf/mina/ftpserver/tags/1.0.0
-```
diff --git a/source/ftpserver-project/download_1.0.1.md 
b/source/ftpserver-project/download_1.0.1.md
deleted file mode 100644
index 8b79dbf..0000000
--- a/source/ftpserver-project/download_1.0.1.md
+++ /dev/null
@@ -1,68 +0,0 @@
----
-type: ftpserver
-title: Apache FtpServer 1.0.1 Release
----
-
-# Apache FtpServer 1.0.1 Release
-
-## New Features in 1.0.1
-
-This is a bug fix release that fixes issues found in 1.0.0.
-
-## Changelog
-
-For a more detailed view of new features and bug fixes, see the [release 
notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10571&styleName=Html&version=12313619)
-
-## Getting the Binary Distributions
-
-| Description | Download Link | SHA1 hashes  | PGP Signature file of download |
-|---|---|---|---|
-| zip distribution | 
[ftpserver-1.0.1.zip](https://archive.apache.org/dist/mina/ftpserver/1.0.1/ftpserver-1.0.1.zip)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.1/ftpserver-1.0.1.zip.sha1)
 | 
[ftpserver-1.0.1.zip.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.1/ftpserver-1.0.1.zip.asc)
 |
-| tar.gz distribution | 
[ftpserver-1.0.1.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.0.1/ftpserver-1.0.1.tar.gz)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.1/ftpserver-1.0.1.tar.gz.sha1)
 | 
[ftpserver-1.0.1.tar.gz.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.1/ftpserver-1.0.1.tar.gz.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 ftpserver-1.0.1.tar.gz.asc
-
-    or 
-
-        $ pgp -ka KEYS
-        $ pgp ftpserver-1.0.1.tar.gz.asc
-
-    or
-
-        $ gpg --import KEYS
-        $ gpg --verify ftpserver-1.0.1.tar.gz.asc
-
-## 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](http://maven.apache.org/guides/introduction/introduction-to-the-pom.html) 
is:
-
-```xml
-<dependency>
-    <groupId>org.apache.ftpserver</groupId>
-    <artifactId>ftpserver-core</artifactId>
-    <version>1.0.1</version>
-</dependency>
-```
-
-## Getting the Source Code
-
-### Source Distributions
-
-| Description | Download Link | SHA1 hashes  | PGP Signature file of download |
-|---|---|---|---|
-| zip sources | 
[ftpserver-1.0.1-src.zip](https://archive.apache.org/dist/mina/ftpserver/1.0.1/ftpserver-1.0.1-src.zip)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.1/ftpserver-1.0.1-src.zip.sha1)|
 
[ftpserver-1.0.1-src.zip.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.1/ftpserver-1.0.1-src.zip.asc)
 |
-| tar.gz sources | 
[ftpserver-1.0.1-src.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.0.1/ftpserver-1.0.1-src.tar.gz)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.1/ftpserver-1.0.1-src.tar.gz.sha1)
 | 
[ftpserver-1.0.1-src.tar.gz.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.1/ftpserver-1.0.1-src.tar.gz.asc)
 |
-
-
-### SVN Tag Checkout
-
-    svn co http://svn.apache.org/repos/asf/mina/ftpserver/tags/1.0.1
diff --git a/source/ftpserver-project/download_1.0.2.md 
b/source/ftpserver-project/download_1.0.2.md
deleted file mode 100644
index 6c99e78..0000000
--- a/source/ftpserver-project/download_1.0.2.md
+++ /dev/null
@@ -1,69 +0,0 @@
----
-type: ftpserver
-title: Apache FtpServer 1.0.2 Release
----
-
-# Apache FtpServer 1.0.2 Release
-
-## New Features in 1.0.2
-
-This is a bug fix release that fixes issues found in 1.0.1.
-
-## Changelog
-
-For a more detailed view of new features and bug fixes, see the [release 
notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10571&styleName=Html&version=12313952)
-
-## Getting the Binary Distributions
-
-| Description | Download Link | SHA1 hashes  | PGP Signature file of download |
-|---|---|---|---|
-| zip distribution | 
[ftpserver-1.0.2.zip](https://archive.apache.org/dist/mina/ftpserver/1.0.2/ftpserver-1.0.2.zip)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.2/ftpserver-1.0.2.zip.sha1)
 | 
[ftpserver-1.0.2.zip.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.2/ftpserver-1.0.2.zip.asc)
 |
-| tar.gz distribution | 
[ftpserver-1.0.2.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.0.2/ftpserver-1.0.2.tar.gz)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.2/ftpserver-1.0.2.tar.gz.sha1)
 | 
[ftpserver-1.0.2.tar.gz.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.2/ftpserver-1.0.2.tar.gz.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 ftpserver-1.0.2.tar.gz.asc
-
-    or 
-
-        $ pgp -ka KEYS
-        $ pgp ftpserver-1.0.2.tar.gz.asc
-
-    or
-
-        $ gpg --import KEYS
-        $ gpg --verify ftpserver-1.0.2.tar.gz.asc
-
-## 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](http://maven.apache.org/guides/introduction/introduction-to-the-pom.html) 
is:
-
-```xml
-<dependency>
-    <groupId>org.apache.ftpserver</groupId>
-    <artifactId>ftpserver-core</artifactId>
-    <version>1.0.2</version>
-</dependency>
-```
-
-## Getting the Source Code
-
-### Source Distributions
-
-| Description | Download Link | SHA1 hashes  | PGP Signature file of download |
-|---|---|---|---|
-| zip sources | 
[ftpserver-1.0.2-src.zip](https://archive.apache.org/dist/mina/ftpserver/1.0.2/ftpserver-1.0.2-src.zip)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.2/ftpserver-1.0.2-src.zip.sha1)|
 
[ftpserver-1.0.2-src.zip.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.2/ftpserver-1.0.2-src.zip.asc)
 |
-| tar.gz sources | 
[ftpserver-1.0.2-src.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.0.2/ftpserver-1.0.2-src.tar.gz)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.2/ftpserver-1.0.2-src.tar.gz.sha1)
 | 
[ftpserver-1.0.2-src.tar.gz.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.2/ftpserver-1.0.2-src.tar.gz.asc)
 |
-
-
-### SVN Tag Checkout
-
-    svn co http://svn.apache.org/repos/asf/mina/ftpserver/tags/1.0.2
diff --git a/source/ftpserver-project/download_1.0.3.md 
b/source/ftpserver-project/download_1.0.3.md
deleted file mode 100644
index e83e6c4..0000000
--- a/source/ftpserver-project/download_1.0.3.md
+++ /dev/null
@@ -1,69 +0,0 @@
----
-type: ftpserver
-title: Apache FtpServer 1.0.3 Release
----
-
-# Apache FtpServer 1.0.3 Release
-
-## New Features in 1.0.3
-
-This is a bug fix release that fixes issues found in 1.0.2.
-
-## Changelog
-
-For a more detailed view of new features and bug fixes, see the [release 
notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10571&styleName=Html&version=12314039)
-
-## Getting the Binary Distributions
-
-| Description | Download Link | SHA1 hashes  | PGP Signature file of download |
-|---|---|---|---|
-| zip distribution | 
[ftpserver-1.0.3.zip](https://archive.apache.org/dist/mina/ftpserver/1.0.3/ftpserver-1.0.3.zip)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.3/ftpserver-1.0.3.zip.sha1)
 | 
[ftpserver-1.0.3.zip.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.3/ftpserver-1.0.3.zip.asc)
 |
-| tar.gz distribution | 
[ftpserver-1.0.3.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.0.3/ftpserver-1.0.3.tar.gz)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.3/ftpserver-1.0.3.tar.gz.sha1)
 | 
[ftpserver-1.0.3.tar.gz.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.3/ftpserver-1.0.3.tar.gz.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 ftpserver-1.0.3.tar.gz.asc
-
-    or 
-
-        $ pgp -ka KEYS
-        $ pgp ftpserver-1.0.3.tar.gz.asc
-
-    or
-
-        $ gpg --import KEYS
-        $ gpg --verify ftpserver-1.0.3.tar.gz.asc
-
-## 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](http://maven.apache.org/guides/introduction/introduction-to-the-pom.html) 
is:
-
-```xml
-<dependency>
-    <groupId>org.apache.ftpserver</groupId>
-    <artifactId>ftpserver-core</artifactId>
-    <version>1.0.3</version>
-</dependency>
-```
-
-## Getting the Source Code
-
-### Source Distributions
-
-| Description | Download Link | SHA1 hashes  | PGP Signature file of download |
-|---|---|---|---|
-| zip sources | 
[ftpserver-1.0.3-src.zip](https://archive.apache.org/dist/mina/ftpserver/1.0.3/ftpserver-1.0.3-src.zip)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.3/ftpserver-1.0.3-src.zip.sha1)|
 
[ftpserver-1.0.3-src.zip.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.3/ftpserver-1.0.3-src.zip.asc)
 |
-| tar.gz sources | 
[ftpserver-1.0.3-src.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.0.3/ftpserver-1.0.3-src.tar.gz)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.3/ftpserver-1.0.3-src.tar.gz.sha1)
 | 
[ftpserver-1.0.3-src.tar.gz.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.3/ftpserver-1.0.3-src.tar.gz.asc)
 |
-
-
-### SVN Tag Checkout
-
-    svn co http://svn.apache.org/repos/asf/mina/ftpserver/tags/1.0.3
diff --git a/source/ftpserver-project/download_1.0.4.md 
b/source/ftpserver-project/download_1.0.4.md
deleted file mode 100644
index 3b81633..0000000
--- a/source/ftpserver-project/download_1.0.4.md
+++ /dev/null
@@ -1,69 +0,0 @@
----
-type: ftpserver
-title: Apache FtpServer 1.0.4 Release
----
-
-# Apache FtpServer 1.0.4 Release
-
-## New Features in 1.0.4
-
-This is a bug fix release that fixes issues found in 1.0.3.
-
-## Changelog
-
-For a more detailed view of new features and bug fixes, see the [release 
notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10571&styleName=Html&version=12314283)
-
-## Getting the Binary Distributions
-
-| Description | Download Link | SHA1 hashes  | PGP Signature file of download |
-|---|---|---|---|
-| zip distribution | 
[ftpserver-1.0.4.zip](https://archive.apache.org/dist/mina/ftpserver/1.0.4/ftpserver-1.0.4.zip)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.4/ftpserver-1.0.4.zip.sha1)
 | 
[ftpserver-1.0.4.zip.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.4/ftpserver-1.0.4.zip.asc)
 |
-| tar.gz distribution | 
[ftpserver-1.0.4.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.0.4/ftpserver-1.0.4.tar.gz)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.4/ftpserver-1.0.4.tar.gz.sha1)
 | 
[ftpserver-1.0.4.tar.gz.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.4/ftpserver-1.0.4.tar.gz.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 ftpserver-1.0.4.tar.gz.asc
-
-    or 
-
-        $ pgp -ka KEYS
-        $ pgp ftpserver-1.0.4.tar.gz.asc
-
-    or
-
-        $ gpg --import KEYS
-        $ gpg --verify ftpserver-1.0.4.tar.gz.asc
-
-## 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](http://maven.apache.org/guides/introduction/introduction-to-the-pom.html) 
is:
-
-```xml
-<dependency>
-    <groupId>org.apache.ftpserver</groupId>
-    <artifactId>ftpserver-core</artifactId>
-    <version>1.0.4</version>
-</dependency>
-```
-
-## Getting the Source Code
-
-### Source Distributions
-
-| Description | Download Link | SHA1 hashes  | PGP Signature file of download |
-|---|---|---|---|
-| zip sources | 
[ftpserver-1.0.4-src.zip](https://archive.apache.org/dist/mina/ftpserver/1.0.4/ftpserver-1.0.4-src.zip)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.4/ftpserver-1.0.4-src.zip.sha1)|
 
[ftpserver-1.0.4-src.zip.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.4/ftpserver-1.0.4-src.zip.asc)
 |
-| tar.gz sources | 
[ftpserver-1.0.4-src.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.0.4/ftpserver-1.0.4-src.tar.gz)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.4/ftpserver-1.0.4-src.tar.gz.sha1)
 | 
[ftpserver-1.0.4-src.tar.gz.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.4/ftpserver-1.0.4-src.tar.gz.asc)
 |
-
-
-### SVN Tag Checkout
-
-    svn co http://svn.apache.org/repos/asf/mina/ftpserver/tags/1.0.4
diff --git a/source/ftpserver-project/download_1.0.5.md 
b/source/ftpserver-project/download_1.0.5.md
deleted file mode 100644
index d77b8c0..0000000
--- a/source/ftpserver-project/download_1.0.5.md
+++ /dev/null
@@ -1,68 +0,0 @@
----
-type: ftpserver
-title: Apache FtpServer 1.0.5 Release
----
-
-# Apache FtpServer 1.0.5 Release
-
-## New Features in 1.0.5
-
-This is a bug fix release that fixes issues found in 1.0.4.
-
-## Changelog
-
-For a more detailed view of new features and bug fixes, see the [release 
notes](https://issues.apache.org/jira/browse/FTPSERVER/fixforversion/12314821)
-
-## Getting the Binary Distributions
-
-| Description | Download Link | SHA1 hashes  | PGP Signature file of download |
-|---|---|---|---|
-| zip distribution | 
[ftpserver-1.0.5.zip](https://archive.apache.org/dist/mina/ftpserver/1.0.5/ftpserver-1.0.5.zip)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.5/ftpserver-1.0.5.zip.sha1)
 | 
[ftpserver-1.0.5.zip.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.5/ftpserver-1.0.5.zip.asc)
 |
-| tar.gz distribution | 
[ftpserver-1.0.5.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.0.5/ftpserver-1.0.5.tar.gz)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.5/ftpserver-1.0.5.tar.gz.sha1)
 | 
[ftpserver-1.0.5.tar.gz.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.5/ftpserver-1.0.5.tar.gz.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 ftpserver-1.0.5.tar.gz.asc
-
-    or 
-
-        $ pgp -ka KEYS
-        $ pgp ftpserver-1.0.5.tar.gz.asc
-
-    or
-
-        $ gpg --import KEYS
-        $ gpg --verify ftpserver-1.0.5.tar.gz.asc
-
-## 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](http://maven.apache.org/guides/introduction/introduction-to-the-pom.html) 
is:
-
-```xml
-<dependency>
-    <groupId>org.apache.ftpserver</groupId>
-    <artifactId>ftpserver-core</artifactId>
-    <version>1.0.5</version>
-</dependency>
-```
-
-## Getting the Source Code
-
-### Source Distributions
-
-| Description | Download Link | SHA1 hashes  | PGP Signature file of download |
-|---|---|---|---|
-| zip sources | 
[ftpserver-1.0.5-src.zip](https://archive.apache.org/dist/mina/ftpserver/1.0.5/ftpserver-1.0.5-src.zip)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.5/ftpserver-1.0.5-src.zip.sha1)|
 
[ftpserver-1.0.5-src.zip.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.5/ftpserver-1.0.5-src.zip.asc)
 |
-| tar.gz sources | 
[ftpserver-1.0.5-src.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.0.5/ftpserver-1.0.5-src.tar.gz)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.5/ftpserver-1.0.5-src.tar.gz.sha1)
 | 
[ftpserver-1.0.5-src.tar.gz.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.5/ftpserver-1.0.5-src.tar.gz.asc)
 |
-
-
-### SVN Tag Checkout
-
-    svn co http://svn.apache.org/repos/asf/mina/ftpserver/tags/1.0.5
diff --git a/source/ftpserver-project/download_1.0.6.md 
b/source/ftpserver-project/download_1.0.6.md
deleted file mode 100644
index 39406f3..0000000
--- a/source/ftpserver-project/download_1.0.6.md
+++ /dev/null
@@ -1,69 +0,0 @@
----
-type: ftpserver
-title: Apache FtpServer 1.0.6 Release
----
-
-# Apache FtpServer 1.0.6 Release
-
-## New Features in 1.0.6
-
-This release fixes a bunch of issues found since the release of 1.0.5, 
including a major improvement in how FtpServer handles assignment of passive 
ports.
-
-## Changelog
-
-For a more detailed view of new features and bug fixes, see the [release 
notes](https://issues.apache.org/jira/browse/FTPSERVER/fixforversion/12315314)
-
-## Getting the Binary Distributions
-
-| Description | Download Link | SHA1 hashes  | PGP Signature file of download |
-|---|---|---|---|
-| zip distribution | 
[ftpserver-1.0.6.zip](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.0.6/dist/ftpserver-1.0.6.zip)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.6/ftpserver-1.0.6.zip.sha1)
 | 
[ftpserver-1.0.6.zip.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.6/ftpserver-1.0.6.zip.asc)
 |
-| tar.gz distribution | 
[ftpserver-1.0.6.tar.gz](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.0.6/dist/ftpserver-1.0.6.tar.gz)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.6/ftpserver-1.0.6.tar.gz.sha1)
 | 
[ftpserver-1.0.6.tar.gz.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.6/ftpserver-1.0.6.tar.gz.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 ftpserver-1.0.6.tar.gz.asc
-
-    or 
-
-        $ pgp -ka KEYS
-        $ pgp ftpserver-1.0.6.tar.gz.asc
-
-    or
-
-        $ gpg --import KEYS
-        $ gpg --verify ftpserver-1.0.6.tar.gz.asc
-
-## 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.0.6</version>
-</dependency>
-```
-
-## Getting the Source Code
-
-### Source Distributions
-
-| Description | Download Link | SHA1 hashes  | PGP Signature file of download |
-|---|---|---|---|
-| zip sources | 
[ftpserver-1.0.6-src.zip](https://archive.apache.org/dist/mina/ftpserver/1.0.6/ftpserver-1.0.6-src.zip)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.6/ftpserver-1.0.6-src.zip.sha1)|
 
[ftpserver-1.0.6-src.zip.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.6/ftpserver-1.0.6-src.zip.asc)
 |
-| tar.gz sources | 
[ftpserver-1.0.6-src.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.0.6/ftpserver-1.0.6-src.tar.gz)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.0.6/ftpserver-1.0.6-src.tar.gz.sha1)
 | 
[ftpserver-1.0.6-src.tar.gz.asc](https://archive.apache.org/dist/mina/ftpserver/1.0.6/ftpserver-1.0.6-src.tar.gz.asc)
 |
-
-
-### SVN Tag Checkout
-
-    svn co https://svn.apache.org/repos/asf/mina/ftpserver/tags/1.0.6
diff --git a/source/ftpserver-project/download_1.1.0.md 
b/source/ftpserver-project/download_1.1.0.md
deleted file mode 100644
index ae5ba6e..0000000
--- a/source/ftpserver-project/download_1.1.0.md
+++ /dev/null
@@ -1,69 +0,0 @@
----
-type: ftpserver
-title: Apache FtpServer 1.1.0 Release
----
-
-# Apache FtpServer 1.1.0 Release
-
-## New Features in 1.1.0
-
-This release fixes a few issues found since the release of 1.1.0, mainly 
making it using MINA 2.0.16, the latest MINA build.
-
-## Changelog
-
-For a more detailed view of new features and bug fixes, see the [release 
notes](https://issues.apache.org/jira/browse/FTPSERVER/fixforversion/12313458)
-
-## Getting the Binary Distributions
-
-| Description | Download Link | SHA1 hashes  | PGP Signature file of download |
-|---|---|---|---|
-| zip distribution | 
[apache-ftpserver-1.1.0.zip](https://archive.apache.org/dist/mina/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.zip)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.zip.sha1)
 | 
[ASC](https://archive.apache.org/dist/mina/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.zip.asc)
 |
-| tar.gz distribution | 
[apache-ftpserver-1.1.0.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.tar.gz)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.tar.gz.sha1)
 | 
[ASC](https://archive.apache.org/dist/mina/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.tar.gz.asc)
 | 
-| tar.bz2 distribution | 
[apache-ftpserver-1.1.0.tar.bz2](https://archive.apache.org/dist/mina/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.tar.bz2)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.tar.bz2.sha1)
 | 
[ASC](https://archive.apache.org/dist/mina/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.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 ftpserver-1.1.0.tar.gz.asc
-
-    or 
-
-        $ pgp -ka KEYS
-        $ pgp ftpserver-1.1.0.tar.gz.asc
-
-    or
-
-        $ gpg --import KEYS
-        $ gpg --verify ftpserver-1.1.0.tar.gz.asc
-
-## 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.0</version>
-</dependency>
-```
-
-## Getting the Source Code
-
-### Source Distributions
-
-| Description | Download Link | SHA1 hashes  | PGP Signature file of download |
-|---|---|---|---|
-| zip sources | 
[apache-ftpserver-1.1.0-src.zip](https://archive.apache.org/dist/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.zip)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.zip.sha1)|
 
[ASC](https://archive.apache.org/dist/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.zip.asc)
 |
-| tar.gz sources | 
[apache-ftpserver-1.1.0-src.tar.gz](https://archive.apache.org/dist/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.tar.gz)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.tar.gz.sha1)
 | 
[ASC](https://archive.apache.org/dist/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.tar.gz.asc)
 |
-| tar.bz2 sources | 
[apache-ftpserver-1.1.0-src.tar.bz2](https://archive.apache.org/dist/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.tar.bz2)
 | 
[SHA1](https://archive.apache.org/dist/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.tar.bz2.sha1)
 | 
[ASC](https://archive.apache.org/dist/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.tar.bz2.asc)
 |
-
-### SVN Tag Checkout
-
-    svn co https://svn.apache.org/repos/asf/mina/ftpserver/tags/1.1.0
diff --git a/source/ftpserver-project/download_1.1.1.md 
b/source/ftpserver-project/download_1.1.1.md
deleted file mode 100644
index d7dcbc5..0000000
--- a/source/ftpserver-project/download_1.1.1.md
+++ /dev/null
@@ -1,72 +0,0 @@
----
-type: ftpserver
-title: Apache FtpServer 1.1.1 Release
----
-
-# Apache FtpServer 1.1.1 Release
-
-## New Features in 1.1.1
-
-This release fixes a few issues found since the release of 1.1.0.
-
-## Changelog
-
-For a more detailed view of new features and bug fixes, see the [release 
notes](https://issues.apache.org/jira/browse/FTPSERVER/fixforversion/12338633)
-
-## Getting the Binary Distributions
-
-| Description | Download Link | SHA1 hashes  | PGP Signature file of download |
-|---|---|---|---|
-| zip distribution | 
[apache-ftpserver-1.1.1.zip](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.1/dist/apache-ftpserver-1.1.1.zip)
 | 
[SHA1](https://www.apache.org/dist/mina/ftpserver/1.1.1/dist/apache-ftpserver-1.1.1.zip.sha1)
 | 
[ASC](https://www.apache.org/dist/mina/ftpserver/1.1.1/dist/apache-ftpserver-1.1.1.zip.asc)
 |
-| tar.gz distribution | 
[apache-ftpserver-1.1.1.tar.gz](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.1/dist/apache-ftpserver-1.1.1.tar.gz)
 | 
[SHA1](https://www.apache.org/dist/mina/ftpserver/1.1.1/dist/apache-ftpserver-1.1.1.tar.gz.sha1)
 | 
[ASC](https://www.apache.org/dist/mina/ftpserver/1.1.1/dist/apache-ftpserver-1.1.1.tar.gz.asc)
 | 
-| tar.bz2 distribution | 
[apache-ftpserver-1.1.1.tar.bz2](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.1/dist/apache-ftpserver-1.1.1.tar.bz2)
 | 
[SHA1](https://www.apache.org/dist/mina/ftpserver/1.1.1/dist/apache-ftpserver-1.1.1.tar.bz2.sha1)
 | 
[ASC](https://www.apache.org/dist/mina/ftpserver/1.1.1/dist/apache-ftpserver-1.1.1.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 ftpserver-1.1.1.tar.gz.asc
-
-    or 
-
-        $ pgp -ka KEYS
-        $ pgp ftpserver-1.1.1.tar.gz.asc ftpserver-1.1.1.tar.gz
-
-    or
-
-        $ gpg --import KEYS
-        $ gpg --verify ftpserver-1.1.1.tar.gz.asc ftpserver-1.1.1.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.1</version>
-</dependency>
-```
-
-## Getting the Source Code
-
-### Source Distributions
-
-| Description | Download Link | SHA1 hashes  | PGP Signature file of download |
-|---|---|---|---|
-| zip sources | 
[apache-ftpserver-1.1.1-src.zip](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.1/apache-ftpserver-1.1.1-src.zip)
 | 
[SHA1](https://www.apache.org/dist/mina/ftpserver/1.1.1/apache-ftpserver-1.1.1-src.zip.sha1)|
 
[ASC](https://www.apache.org/dist/mina/ftpserver/1.1.1/apache-ftpserver-1.1.1-src.zip.asc)
 |
-| tar.gz sources | 
[apache-ftpserver-1.1.1-src.tar.gz](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.1/apache-ftpserver-1.1.1-src.tar.gz)
 | 
[SHA1](https://www.apache.org/dist/mina/ftpserver/1.1.1/apache-ftpserver-1.1.1-src.tar.gz.sha1)
 | 
[ASC](https://www.apache.org/dist/mina/ftpserver/1.1.1/apache-ftpserver-1.1.1-src.tar.gz.asc)
 |
-| tar.bz2 sources | 
[apache-ftpserver-1.1.1-src.tar.bz2](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.1/apache-ftpserver-1.1.1-src.tar.bz2)
 | 
[SHA1](https://www.apache.org/dist/mina/ftpserver/1.1.1/apache-ftpserver-1.1.1-src.tar.bz2.sha1)
 | 
[ASC](https://www.apache.org/dist/mina/ftpserver/1.1.1/apache-ftpserver-1.1.1-src.tar.bz2.asc)
 |
-
-### Git Tag Checkout
-
-    $ git clone https://gitbox.apache.org/repos/asf/mina-ftpserver.git
-    $ git checkout ftpserver-1.1.1
-
-You are now on 1.1.1 branch.
diff --git a/source/ftpserver-project/download_1.1.2.md 
b/source/ftpserver-project/download_1.1.2.md
deleted file mode 100644
index 971188c..0000000
--- a/source/ftpserver-project/download_1.1.2.md
+++ /dev/null
@@ -1,71 +0,0 @@
----
-type: ftpserver
-title: Apache FtpServer 1.1.2 Release
----
-
-# Apache FtpServer 1.1.2 Release
-
-## New Features in 1.1.2
-
-This release fixes the Log4J CVE by embedding the 2.17.0 version.
-
-## Changelog
-
-
-## Getting the Binary Distributions
-
-| Description | Download Link | SHA256 hashes  | SHA512 hashes  | PGP 
Signature file of download |
-|---|---|---|---|---|
-| zip distribution | 
[apache-ftpserver-1.1.2-bin.zip](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-bin.zip)
 | 
[SHA256](https://downloads.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-bin.zip.sha256)
 | 
[SHA512](https://downloads.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-bin.zip.sha512)
 
|[ASC](https://downloads.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-bin.zip.asc)
 |
-| tar.gz distribution | 
[apache-ftpserver-1.1.2-bin.tar.gz](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-bin.tar.gz)
 | 
[SHA256](https://downloads.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-bin.tar.gz.sha256)
 | 
[SHA512](https://downloads.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-bin.tar.gz.sha512)
 | 
[ASC](https://downloads.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-bin.tar.gz.asc)
 | 
-| tar.bz2 distribution | 
[apache-ftpserver-1.1.2-bin.tar.bz2](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-bin.tar.bz2)
 | 
[SHA256](https://downloads.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-bin.tar.bz2.sha256)
 | 
[SHA512](https://downloads.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-bin.tar.bz2.sha512)
 | 
[ASC](https://downloads.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-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.2-bin.tar.gz.asc
-
-    or 
-
-        $ pgp -ka KEYS
-        $ pgp apache-ftpserver-1.1.2-bin.tar.gz.asc 
apache-ftpserver-1.1.2-bin.tar.gz
-
-    or
-
-        $ gpg --import KEYS
-        $ gpg --verify apache-ftpserver-1.1.2-bin.tar.gz.asc 
apache-ftpserver-1.1.2-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.2</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.2-src.zip](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-src.zip)
 | 
[SHA256](https://downloads.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-src.zip.sha256)
 | 
[SHA512](https://downloads.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-src.zip.sha512)
 | 
[ASC](https://downloads.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-src.zip.asc)
 |
-| tar.gz sources | 
[apache-ftpserver-1.1.2-src.tar.gz](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-src.tar.gz)
 | 
[SHA256](https://downloads.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-src.tar.gz.sha256)
 | 
[SHA512](https://downloads.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-src.tar.gz.sha512)
 | 
[ASC](https://downloads.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-src.tar.gz.asc)
 |
-| tar.bz2 sources | 
[apache-ftpserver-1.1.2-src.tar.bz2](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-src.tar.bz2)
 | 
[SHA256](https://downloads.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-src.tar.bz2.sha256)
 | 
[SHA512](https://downloads.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-src.tar.bz2.sha512)
 | 
[ASC](https://downloads.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-src.tar.bz2.asc)
 |
-
-### Git Tag Checkout
-
-    $ git clone https://gitbox.apache.org/repos/asf/mina-ftpserver.git
-    $ git checkout ftpserver-parent-1.1.2
-
-You are now on 1.1.2 branch.

Reply via email to