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 2021/05/22 14:13:39 UTC

[commons-io] 01/01: Update POM version for Apache release 2.9.0

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to annotated tag commons-io-2.9.0-RC1
in repository https://gitbox.apache.org/repos/asf/commons-io.git

commit 75f20dca72656225d0dc8e7c982e40caa9277d42
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat May 22 10:13:10 2021 -0400

    Update POM version for Apache release 2.9.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 971ccdb..b749cbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-io</groupId>
   <artifactId>commons-io</artifactId>
-  <version>2.9.0-SNAPSHOT</version>
+  <version>2.9.0</version>
   <name>Apache Commons IO</name>
 
   <inceptionYear>2002</inceptionYear>