This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/release by this push: new 832824a Update POM version numbers for Apache release 2.9.0 832824a is described below commit 832824a318126c6fc9fe345ed25b4a4452c00aef Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jul 16 22:36:19 2021 -0400 Update POM version numbers for Apache release 2.9.0 --- commons-vfs2-distribution/pom.xml | 2 +- commons-vfs2-examples/pom.xml | 2 +- commons-vfs2-jackrabbit1/pom.xml | 2 +- commons-vfs2-jackrabbit2/pom.xml | 2 +- commons-vfs2-sandbox/pom.xml | 2 +- commons-vfs2/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/commons-vfs2-distribution/pom.xml b/commons-vfs2-distribution/pom.xml index aa923b6..dc7d248 100644 --- a/commons-vfs2-distribution/pom.xml +++ b/commons-vfs2-distribution/pom.xml @@ -28,7 +28,7 @@ limitations under the License. <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-project</artifactId> - <version>2.9.0-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>../</relativePath> </parent> diff --git a/commons-vfs2-examples/pom.xml b/commons-vfs2-examples/pom.xml index 9e0a4fd..cd5a0ae 100644 --- a/commons-vfs2-examples/pom.xml +++ b/commons-vfs2-examples/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-project</artifactId> - <version>2.9.0-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>../</relativePath> </parent> diff --git a/commons-vfs2-jackrabbit1/pom.xml b/commons-vfs2-jackrabbit1/pom.xml index 03365fe..03f7f36 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.9.0-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>../</relativePath> </parent> diff --git a/commons-vfs2-jackrabbit2/pom.xml b/commons-vfs2-jackrabbit2/pom.xml index 3188322..25fb877 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.9.0-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>../</relativePath> </parent> diff --git a/commons-vfs2-sandbox/pom.xml b/commons-vfs2-sandbox/pom.xml index 7216778..4d1b5e1 100644 --- a/commons-vfs2-sandbox/pom.xml +++ b/commons-vfs2-sandbox/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-project</artifactId> - <version>2.9.0-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>../</relativePath> </parent> diff --git a/commons-vfs2/pom.xml b/commons-vfs2/pom.xml index 748ac3a..7974f90 100644 --- a/commons-vfs2/pom.xml +++ b/commons-vfs2/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-project</artifactId> - <version>2.9.0-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>../</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 2b27ead..38bc81b 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.9.0-SNAPSHOT</version> + <version>2.9.0</version> <url>http://commons.apache.org/proper/commons-vfs/</url> <inceptionYear>2002</inceptionYear>