You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/12/22 15:11:38 UTC

[commons-vfs] branch master updated: [VFS-811] Javadoc API links are broken in the commons-vfs project site.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new ab62773  [VFS-811] Javadoc API links are broken in the commons-vfs project site.
ab62773 is described below

commit ab62773d915c33d7e82bcb1bd72706fc95cd960a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Dec 22 10:11:34 2021 -0500

    [VFS-811] Javadoc API links are broken in the commons-vfs project site.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 289f9ed..33d24ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -630,7 +630,7 @@
       <dependency>
         <groupId>org.apache.ftpserver</groupId>
         <artifactId>ftpserver-core</artifactId>
-        <version>1.1.1</version>
+        <version>1.1.2</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9b5369f..1d9d088 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,6 +77,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" issue="VFS-813" dev="ggregory" due-to="Andrey Turbanov, Gary Gregory">
         NullPointerException needs a better message in SftpClientFactory when connect with private key.
       </action>
+      <action type="fix" issue="VFS-811" dev="ggregory" due-to="Woonsan Ko, Gary Gregory">
+        Javadoc API links are broken in the commons-vfs project site #227.
+      </action>
       <!-- ADD -->
       <action type="add" dev="ggregory" due-to="Seth Falco">
         Add vscode files to gitignore #205.