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 4a6de55 Next version will be 2.4.1. 4a6de55 is described below commit 4a6de551bbe293bcc7074994cf1ec9d1f862f57e Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sat Aug 10 17:18:50 2019 -0400 Next version will be 2.4.1. --- commons-vfs2-distribution/pom.xml | 4 ++-- commons-vfs2-examples/pom.xml | 4 ++-- commons-vfs2-sandbox/pom.xml | 4 ++-- commons-vfs2/pom.xml | 4 ++-- pom.xml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/commons-vfs2-distribution/pom.xml b/commons-vfs2-distribution/pom.xml index 00c7848..df24cba 100644 --- a/commons-vfs2-distribution/pom.xml +++ b/commons-vfs2-distribution/pom.xml @@ -23,14 +23,14 @@ limitations under the License. <name>Apache Commons VFS Distribution</name> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-distribution</artifactId> - <version>2.5-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> <packaging>pom</packaging> <description>Apache Commons VFS is a Virtual File System library - Distribution archives.</description> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-project</artifactId> - <version>2.5-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> <relativePath>../</relativePath> </parent> diff --git a/commons-vfs2-examples/pom.xml b/commons-vfs2-examples/pom.xml index c5b9fa1..c6ae5c0 100644 --- a/commons-vfs2-examples/pom.xml +++ b/commons-vfs2-examples/pom.xml @@ -24,13 +24,13 @@ <name>Apache Commons VFS Examples</name> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-examples</artifactId> - <version>2.5-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> <description>Apache Commons VFS is a Virtual File System library - Examples.</description> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-project</artifactId> - <version>2.5-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> <relativePath>../</relativePath> </parent> diff --git a/commons-vfs2-sandbox/pom.xml b/commons-vfs2-sandbox/pom.xml index ec88bd2..75f59aa 100644 --- a/commons-vfs2-sandbox/pom.xml +++ b/commons-vfs2-sandbox/pom.xml @@ -24,13 +24,13 @@ <name>Apache Commons VFS Sandbox</name> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-sandbox</artifactId> - <version>2.5-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> <description>Apache Commons VFS is a Virtual File System library - Sandbox.</description> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-project</artifactId> - <version>2.5-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> <relativePath>../</relativePath> </parent> diff --git a/commons-vfs2/pom.xml b/commons-vfs2/pom.xml index d20d65e..1d7ef19 100644 --- a/commons-vfs2/pom.xml +++ b/commons-vfs2/pom.xml @@ -23,14 +23,14 @@ <name>Apache Commons VFS</name> <artifactId>commons-vfs2</artifactId> - <version>2.5-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> <description>Apache Commons VFS is a Virtual File System library.</description> <url>http://commons.apache.org/proper/commons-vfs/</url> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-project</artifactId> - <version>2.5-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> <relativePath>../</relativePath> </parent> diff --git a/pom.xml b/pom.xml index e98ef26..cae1b2a 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.5-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> <url>http://commons.apache.org/proper/commons-vfs/</url> <inceptionYear>2002</inceptionYear>