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 14:42:18 UTC

[commons-vfs] branch master updated: Add placeholder for next release.

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 df4bf1c  Add placeholder for next release.
df4bf1c is described below

commit df4bf1c2e1cde1f632c27d6f9b860d69d1a5336c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Dec 29 09:42:15 2019 -0500

    Add placeholder for next release.
---
 src/changes/changes.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2aedf26..c7323dd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,6 +45,8 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
 
   <body>
+    <release version="2.5.1" date="2020-MM-DD" description="TBD.">
+    </release>
     <release version="2.5.0" date="2019-12-24" description="New features and bug fix release.">
 <!--       <action issue="VFS-443" dev="ggregory" type="update" due-to="nickallen"> -->
 <!--        [Local] Need an easy way to convert from a FileObject to a File. -->