commit | 928064c967c321aa94568d85ef9b7555c341fc74 | [log] [tgz] |
---|---|---|
author | Gary Gregory <ggregory@rocketsoftware.com> | Thu Apr 14 08:09:31 2022 -0400 |
committer | Gary Gregory <ggregory@rocketsoftware.com> | Thu Apr 14 08:09:52 2022 -0400 |
tree | 3b4d128d3ae4577c9d6b9262166b60baebb42f59 | |
parent | 9d016723047c8cce17dd7fbb4f3be6913c1f6714 [diff] |
Fix 404 URL.
diff --git a/ftplet-api/pom.xml b/ftplet-api/pom.xml index 6038b92..fb60263 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>