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:19:59 UTC

[commons-configuration] annotated tag commons-configuration-2.9.0-RC1 created (now 5cdfe200)

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

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


      at 5cdfe200 (tag)
 tagging 1208fcf3697fc04aaff51c7fdaf15123e41db2a5 (commit)
 replaces rel/commons-configuration-2.7
      by Gary Gregory
      on Sat Mar 25 20:19:48 2023 -0400

- Log -----------------------------------------------------------------
Tag Apache release 2.9.0 RC1
-----BEGIN PGP SIGNATURE-----

iQEzBAABCAAdFiEELbTx7w+nYezE6pNchv3H4qESYssFAmQfj6QACgkQhv3H4qES
YstsFwf+I7/pIIi0XwDXQGSPplE/0NX74DX90WIyOwXZFnpTumVWVtTkkYm6jq+V
PQXpgajugPMZ4Z6CVEARmTf4lgOK3vDjlVvbFt16BhgQ0a5i+13MIl32BwI/9ydR
YQWNge5FxNz/EXOiPtlRjTKQh1aoRI+GKwuTbZz2wcXuhXelyDC+y/twT7Rl0LSf
3YyAtcvMIGhYnyIFsPwU98QuM0QFgfvyAq1kC3mskMDT1rLJ/CJNdlsyFFd+QFFh
dP2MqBN9DIvDrRBAsVUH33ZIQKr1IG49gSzAYq9X8h+ugJpHPkiAoNuSojp9G8E8
wdGH4/BDCY9wUgWEyX1bmAclXoXEcQ==
=fkbC
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 1208fcf3 Update POM version for Apache release 2.9.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by gg...@apache.org.
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>