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 2020/09/06 02:26:12 UTC

[commons-io] annotated tag commons-io-2.8.0-RC1 created (now 9754886)

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

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


      at 9754886  (tag)
 tagging 2e6f1e306edd81f3d0c7d5d36f4e1de84710bd08 (commit)
 replaces rel/commons-io-2.7
      by Gary Gregory
      on Sat Sep 5 22:26:01 2020 -0400

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

iQEzBAABCAAdFiEELbTx7w+nYezE6pNchv3H4qESYssFAl9USLkACgkQhv3H4qES
YssfKgf8DS9g3jyCjGF69lAs20uaF9VNy+lLiK3j6pRzMVgDdTqnc1gOFGRXnOHe
w/JuznxSz5kiFZ4wv7g9tNZuXcw7IOqpQ/awWDe2E7Qo7mmtJYdyfXcCnNUFJWEU
fbOLiJcbPIkp0wQQjT47vAQy8xjvtqbjDjY6ro7ZnjxDIOcr85jaIt08a8U/fhh+
v7cgTypqodoLzMyHekjlBgVit1PAkIS3hIMr6j76lXPGvnG1YBYwZ9piDCfQH0Ul
p0+y6mwBpjTpkzMOoV+e36dQTZOAXWwHyQsEqtaVms11qH/bYgW1zsmy8hbdVr5i
xtuLF5LO4x4Pm5rTR6rK/P4SfXp1Gw==
=+405
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 2e6f1e3  Update POM version for Apache release 2.8.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 release 2.8.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.8.0-RC1
in repository https://gitbox.apache.org/repos/asf/commons-io.git

commit 2e6f1e306edd81f3d0c7d5d36f4e1de84710bd08
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Sep 5 22:25:31 2020 -0400

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

diff --git a/pom.xml b/pom.xml
index 1b2be77..99c1d19 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.8.0-SNAPSHOT</version>
+  <version>2.8.0</version>
   <name>Apache Commons IO</name>
 
   <inceptionYear>2002</inceptionYear>