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 2022/03/14 13:10:09 UTC

[commons-net] branch master updated: Upgrade ftpserver-core from 1.1.3 to 1.2.0

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-net.git


The following commit(s) were added to refs/heads/master by this push:
     new 14b17f1  Upgrade ftpserver-core from 1.1.3 to 1.2.0
14b17f1 is described below

commit 14b17f174405088171747aed0478f7288bbf5800
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Mar 14 09:10:05 2022 -0400

    Upgrade ftpserver-core from 1.1.3 to 1.2.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4c00214..ae5dcad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Tel
         <dependency>
             <groupId>org.apache.ftpserver</groupId>
             <artifactId>ftpserver-core</artifactId>
-            <version>1.1.3</version>
+            <version>1.2.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e4f281a..be83c42 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -125,7 +125,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump actions/cache from 2.1.6 to 2.1.7 #93.
       </action>
       <action type="update" dev="ggregory" due-to="XenoAmess, Gary Gregory">
-        Upgrade ftpserver-core from 1.1.1 to 1.1.3 #96.
+        Upgrade ftpserver-core from 1.1.1 to 1.2.0 #96.
       </action>
     </release>
     <release version="3.8.0" date="2021-02-13" description="Maintenance and bug fix release (Java 7).">