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 2019/12/23 23:10:10 UTC

[commons-vfs] branch master updated: [VFS-749] Update Apache Commons Parent from 48 to 50.

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 5a6da44  [VFS-749] Update Apache Commons Parent from 48 to 50.
5a6da44 is described below

commit 5a6da448546553ce2f195131441d999e1328a64d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Dec 23 18:06:09 2019 -0500

    [VFS-749] Update Apache Commons Parent from 48 to 50.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d9ef9c0..9e03957 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>48</version>
+    <version>50</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c871b79..e09fbfe 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -122,6 +122,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="VFS-617" dev="ggregory" type="fix" due-to="Tim Nickels, Joshua Woods, David Johansson, Bernd Eckenfels, Len, Nim Lhûg, Vineet Tyagi, Gopal Warawate, Alex Pearce, Gary Gregory">
          SFTP isReadable fails if unable to determine group identity. #75.
       </action>
+      <action issue="VFS-749" dev="ggregory" type="update" due-to="Gary Gregory">
+        Update Apache Commons Parent from 48 to 50.
+      </action>
     </release>
     <release version="2.4.1" date="2019-08-10" description="Bug fix release.">
       <action issue="VFS-725" dev="ggregory" type="fix" due-to="Gary Gregory">