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/29 01:03:51 UTC

[commons-configuration] branch master updated: [CONFIGURATION-775] Update Apache Commons VFS from 2.4.1 to 2.5.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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e34fc0  [CONFIGURATION-775] Update Apache Commons VFS from 2.4.1 to 2.5.0.
5e34fc0 is described below

commit 5e34fc06ce6bafa33be8f3eb2770a286ce8c7d8e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Dec 28 20:03:47 2019 -0500

    [CONFIGURATION-775] Update Apache Commons VFS from 2.4.1 to 2.5.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 989d1c0..572e1cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -334,7 +334,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-vfs2</artifactId>
-      <version>2.4.1</version>
+      <version>2.5.0</version>
       <optional>true</optional>
     </dependency>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f14a43d..8b8e3cb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,6 +54,9 @@
       <action dev="ggregory" type="fix" issue="CONFIGURATION-773" due-to="Dan Dragut">
         User's Guide &gt; Properties files &gt; Saving - small documentation bugs #41.
       </action>
+      <action dev="ggregory" type="update" issue="CONFIGURATION-775" due-to="Gary Gregory">
+      Update Apache Commons VFS from 2.4.1 to 2.5.0.
+      </action>
     </release>
     <release version="2.6" date="2019-09-13"
              description="Minor release with new features and updated dependencies.">