This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.1.X in repository https://gitbox.apache.org/repos/asf/mina-ftpserver.git
The following commit(s) were added to refs/heads/1.1.X by this push: new 928064c9 Fix 404 URL. 928064c9 is described below commit 928064c967c321aa94568d85ef9b7555c341fc74 Author: Gary Gregory <ggreg...@rocketsoftware.com> AuthorDate: Thu Apr 14 08:09:31 2022 -0400 Fix 404 URL. --- ftplet-api/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftplet-api/pom.xml b/ftplet-api/pom.xml index 6038b92b..fb602639 100644 --- a/ftplet-api/pom.xml +++ b/ftplet-api/pom.xml @@ -29,7 +29,7 @@ request lifecycle of FtpServer. Ftplets are called on session connect and disconnect as well as before and after each command within a user session.</description> - <url>http://mina.apache.org/ftpserver</url> + <url>https://mina.apache.org/ftpserver-project</url> <build> <plugins>