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 2020/02/09 14:38:37 UTC

[commons-vfs] branch master updated: [VFS-757][SFTP] Configure whether exec detection is enabled #80.

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 5db003c  [VFS-757][SFTP] Configure whether exec detection is enabled #80.
5db003c is described below

commit 5db003c2a35d3e8233f32f3c89f7d34cb9ce8020
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Feb 9 09:38:33 2020 -0500

    [VFS-757][SFTP] Configure whether exec detection is enabled #80.
    
    Update 2.6.1-SNAPSHOT to 2.7.0-SNAPSHOT since this is a new feature.
---
 pom.xml                 | 6 +++---
 src/changes/changes.xml | 5 ++++-
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1ab821c..d5887c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   <name>Apache Commons VFS Project</name>
   <description>Apache Commons VFS is a Virtual File System library.</description>
   <packaging>pom</packaging>
-  <version>2.6.1-SNAPSHOT</version>
+  <version>2.7.0-SNAPSHOT</version>
 
   <url>http://commons.apache.org/proper/commons-vfs/</url>
   <inceptionYear>2002</inceptionYear>
@@ -160,9 +160,9 @@
     <commons.siteOutputDirectory>${basedir}/../target/site</commons.siteOutputDirectory>
     <commons.releaseNotesLocation>${basedir}/../RELEASE-NOTES.txt</commons.releaseNotesLocation>
     <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
-    <commons.release.version>2.6.0</commons.release.version>
+    <commons.release.version>2.7.0</commons.release.version>
     <!-- Commons Release Plugin -->
-    <commons.bc.version>2.5.0</commons.bc.version>
+    <commons.bc.version>2.6.0</commons.bc.version>
     <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>    
     <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>  
     <commons.rc.version>RC1</commons.rc.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d8e2a33..19cf3e5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,7 +45,7 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
 
   <body>
-    <release version="2.6.1" date="2020-MM-DD" description="Maintenance release.">
+    <release version="2.7.0" date="2020-MM-DD" description="Maintenance 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. -->
 <!--       </action> -->
@@ -62,6 +62,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="VFS-756" dev="ggregory" due-to="Gary Gregory" type="update">
         Update org.apache.jackrabbit:jackrabbit-standalone-components from 2.19.6 to 2.20.0.
       </action>
+      <action issue="VFS-757" dev="ggregory" due-to="Gary Gregory" type="update">
+        [SFTP] Configure whether exec detection is enabled #80.
+      </action>
     </release>
     <release version="2.6.0" date="2020-06-01" description="New features and bug fix release.">
       <action dev="ggregory" due-to="Eitan Adler" type="fix">