This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to annotated tag commons-vfs-2.6.0-RC1 in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
commit 10155cc7e5814de21de179ba44e449ba4e6c45d7 Author: Gary Gregory <[email protected]> AuthorDate: Mon Jan 6 11:05:34 2020 -0500 Update POM version numbers for Apache Commons VFS release 2.6.0 --- commons-vfs2-distribution/pom.xml | 4 ++-- commons-vfs2-examples/pom.xml | 4 ++-- commons-vfs2-jackrabbit1/pom.xml | 2 +- commons-vfs2-jackrabbit2/pom.xml | 2 +- commons-vfs2-sandbox/pom.xml | 4 ++-- commons-vfs2/pom.xml | 4 ++-- pom.xml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/commons-vfs2-distribution/pom.xml b/commons-vfs2-distribution/pom.xml index 9e12334..fca68cc 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.6.0-SNAPSHOT</version> + <version>2.6.0</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.6.0-SNAPSHOT</version> + <version>2.6.0</version> <relativePath>../</relativePath> </parent> diff --git a/commons-vfs2-examples/pom.xml b/commons-vfs2-examples/pom.xml index ff1822f..9636af4 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.6.0-SNAPSHOT</version> + <version>2.6.0</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.6.0-SNAPSHOT</version> + <version>2.6.0</version> <relativePath>../</relativePath> </parent> diff --git a/commons-vfs2-jackrabbit1/pom.xml b/commons-vfs2-jackrabbit1/pom.xml index 87ea237..1b444d8 100644 --- a/commons-vfs2-jackrabbit1/pom.xml +++ b/commons-vfs2-jackrabbit1/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-project</artifactId> - <version>2.6.0-SNAPSHOT</version> + <version>2.6.0</version> <relativePath>../</relativePath> </parent> diff --git a/commons-vfs2-jackrabbit2/pom.xml b/commons-vfs2-jackrabbit2/pom.xml index 34619f4..b58b063 100644 --- a/commons-vfs2-jackrabbit2/pom.xml +++ b/commons-vfs2-jackrabbit2/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-project</artifactId> - <version>2.6.0-SNAPSHOT</version> + <version>2.6.0</version> <relativePath>../</relativePath> </parent> diff --git a/commons-vfs2-sandbox/pom.xml b/commons-vfs2-sandbox/pom.xml index be3a53a..9d837c2 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.6.0-SNAPSHOT</version> + <version>2.6.0</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.6.0-SNAPSHOT</version> + <version>2.6.0</version> <relativePath>../</relativePath> </parent> diff --git a/commons-vfs2/pom.xml b/commons-vfs2/pom.xml index eaf2ad2..d5bdbae 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.6.0-SNAPSHOT</version> + <version>2.6.0</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.6.0-SNAPSHOT</version> + <version>2.6.0</version> <relativePath>../</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 0d7c7b7..2220117 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.0-SNAPSHOT</version> + <version>2.6.0</version> <url>http://commons.apache.org/proper/commons-vfs/</url> <inceptionYear>2002</inceptionYear>
