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:45 UTC

[commons-csv] 01/01: Update POM version numbers for Apache Commons CSV release 1.8

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>