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 2023/03/26 00:20:00 UTC

[commons-configuration] 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-configuration-2.9.0-RC1
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git

commit 1208fcf3697fc04aaff51c7fdaf15123e41db2a5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Mar 25 20:19:36 2023 -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 5022155a..3039d21a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-configuration2</artifactId>
-  <version>2.9.0-SNAPSHOT</version>
+  <version>2.9.0</version>
   <name>Apache Commons Configuration</name>
 
   <inceptionYear>2001</inceptionYear>