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 <garydgreg...@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>