You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by gg...@apache.org on 2022/04/14 12:09:35 UTC

[mina-ftpserver] branch 1.2.X updated: Fix 404 URL.

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

ggregory pushed a commit to branch 1.2.X
in repository https://gitbox.apache.org/repos/asf/mina-ftpserver.git


The following commit(s) were added to refs/heads/1.2.X by this push:
     new ca39284c Fix 404 URL.
ca39284c is described below

commit ca39284c7d6155fbbb0f955db49f5b1d90fae16d
Author: Gary Gregory <gg...@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 0340e016..6989a26d 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>