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:24:16 UTC

[commons-vfs] branch master updated: Oops, did not mean to commit change to test FTP server.

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 9b2c6dd  Oops, did not mean to commit change to test FTP server.
9b2c6dd is described below

commit 9b2c6dd341cb6f3ae4ba3033d1bb722742943eaf
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Dec 22 10:24:12 2021 -0500

    Oops, did not mean to commit change to test FTP server.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 33d24ee..289f9ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -630,7 +630,7 @@
       <dependency>
         <groupId>org.apache.ftpserver</groupId>
         <artifactId>ftpserver-core</artifactId>
-        <version>1.1.2</version>
+        <version>1.1.1</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>