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/01/18 16:55:44 UTC

[commons-csv] annotated tag commons-csv-1.8-RC1 created (now c328205)

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

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


      at c328205  (tag)
 tagging c1c8b32809df295423fc897eae0e8b22bfadfe27 (commit)
 replaces commons-csv-1.7
      by Gary Gregory
      on Sat Jan 18 11:55:25 2020 -0500

- Log -----------------------------------------------------------------
Tag Apache Commons CSV release 1.8 RC1
-----BEGIN PGP SIGNATURE-----

iQEzBAABCAAdFiEELbTx7w+nYezE6pNchv3H4qESYssFAl4jOIIACgkQhv3H4qES
YstyqQf+MWbLmZ6jISAf9Z8S3zdNHbPAxCVH1gFq6PG9uTjJfB5FrTWPyveeLi6x
0cqt7r2nj48U/6n+ggXnThPB0sXuF+3YpB+XBZyPutx5P0SNOYgA10Ou2cIigqrU
C9kXfz3QhkNNoFg1tuOK5lYDZKNaP6y+OPxoMJhoh0yrPeMgVTdhM4HwPbIczEsB
VCrLNBeTpDeEnVdclzivffSOdYjEt+It1gFRdO4vQrU7lbScxE1lij42MM27TA0L
2sbzIT7r2eDOr9whSg8PAKa/HDLPizv+aS2A94F0RHA0Fuw4eYMv9+1WuMmJ1P4e
ooRf7R6yAHxdQiQgAbjptyntkkV2Dg==
=JqzR
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new c1c8b32  Update POM version numbers for Apache Commons CSV release 1.8

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-csv] 01/01: Update POM version numbers for Apache Commons CSV release 1.8

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-csv-1.8-RC1
in repository https://gitbox.apache.org/repos/asf/commons-csv.git

commit c1c8b32809df295423fc897eae0e8b22bfadfe27
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 18 11:55:06 2020 -0500

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

diff --git a/pom.xml b/pom.xml
index 78b848b..c316439 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <version>50</version>
   </parent>
   <artifactId>commons-csv</artifactId>
-  <version>1.8-SNAPSHOT</version>
+  <version>1.8</version>
   <name>Apache Commons CSV</name>
   <url>https://commons.apache.org/proper/commons-csv/</url>
   <description>The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types.</description>