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-ftpserver.git
The following commit(s) were added to refs/heads/master by this push: new 845dd04 Pointed to the new file location for the ftp xsd 845dd04 is described below commit 845dd04b507fd4444959a31dcd6144407f8917c5 Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Mon Jan 3 18:03:33 2022 +0100 Pointed to the new file location for the ftp xsd --- distribution/res/conf/ftpd-typical.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distribution/res/conf/ftpd-typical.xml b/distribution/res/conf/ftpd-typical.xml index ead6fe9..68f3569 100644 --- a/distribution/res/conf/ftpd-typical.xml +++ b/distribution/res/conf/ftpd-typical.xml @@ -16,7 +16,7 @@ <server xmlns="http://mina.apache.org/ftpserver/spring/v1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" - http://mina.apache.org/ftpserver/spring/v1 http://mina.apache.org/ftpserver/ftpserver-1.0.xsd + http://mina.apache.org/ftpserver/spring/v1 http://mina.apache.org/ftpserver-project/ftpserver-1.0.xsd " id="myServer"> <listeners> @@ -27,4 +27,4 @@ </nio-listener> </listeners> <file-user-manager file="./res/conf/users.properties" /> -</server> \ No newline at end of file +</server>