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/02/06 21:02:23 UTC

[commons-csv] branch master updated (a35797b -> 0ab1318)

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

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git.


    from a35797b  Prepare for 1.8-RC2.
     add c1c8b32  Update POM version numbers for Apache Commons CSV release 1.8
     add 660f7c9  Merge branch 'master' into release
     new 0ab1318  Bump to next development version

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.


Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[commons-csv] 01/01: Bump to next development version

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git

commit 0ab1318a44c325fcc21efbe6d20127d517ecf910
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Feb 6 16:01:56 2020 -0500

    Bump to next development version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 95e8f80..870eda2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <version>50</version>
   </parent>
   <artifactId>commons-csv</artifactId>
-  <version>1.8</version>
+  <version>1.8.1-SNAPSHOT</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>