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/06/03 16:30:19 UTC

[commons-io] annotated tag commons-io-2.13.0-RC2 created (now f675454f)

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

ggregory pushed a change to annotated tag commons-io-2.13.0-RC2
in repository https://gitbox.apache.org/repos/asf/commons-io.git


      at f675454f (tag)
 tagging c2f23c5ae6ebd0acd3e915f75a839b00f5b0984d (commit)
 replaces rel/commons-io-2.12.0
      by Gary Gregory
      on Sat Jun 3 12:30:11 2023 -0400

- Log -----------------------------------------------------------------
Tag Apache Commons IO release 2.13.0 RC1
-----BEGIN PGP SIGNATURE-----

iQEzBAABCAAdFiEELbTx7w+nYezE6pNchv3H4qESYssFAmR7apMACgkQhv3H4qES
Ysv2IQf/f+w76A5lzC5hI1sBPYSAgx/eWfNY/6oVkYb1Ts1iH6QZD20Ocdn09JO+
ZUvknMnDJdSh/ueM7kx3ZjjzNol9e3HFl8W5Iz5/SO9wD+3FkSuCFKJiRs/BU0dN
UfQlsSeEAFFzninV4ZlEJYQxEhktTBuvYJo+Dn5kx9WyHfzgIHfaLQaHCWU+Iw1A
Y9LCkN4S2ck2RZq6WfoXWp12XpKFuhCZog4LBn+D+IGpJo7tfY9t3z+obM8kLlnt
5/qXk+uKMWiobwPP0oJ5JcNQq63mGcUyfzd9amhzImOvKTh/DQ4VkAeWWEueIYm6
Fd0+3xR6U+73Hl7cpDDFP4CMzDnz6A==
=8CZ5
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new c2f23c5a Update POM version for Apache Commons IO release 2.13.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-io] 01/01: Update POM version for Apache Commons IO release 2.13.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-io-2.13.0-RC2
in repository https://gitbox.apache.org/repos/asf/commons-io.git

commit c2f23c5ae6ebd0acd3e915f75a839b00f5b0984d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 3 12:26:58 2023 -0400

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

diff --git a/pom.xml b/pom.xml
index 736da756..7b8660be 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.13.0-SNAPSHOT</version>
+  <version>2.13.0</version>
   <name>Apache Commons IO</name>
 
   <inceptionYear>2002</inceptionYear>