You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/08/10 13:41:21 UTC

svn commit: r1617098 - /commons/proper/csv/trunk/RELEASE-NOTES.txt

Author: britter
Date: Sun Aug 10 11:41:20 2014
New Revision: 1617098

URL: http://svn.apache.org/r1617098
Log:
Correct Java Language requirement in RELEASE-NOTES

Modified:
    commons/proper/csv/trunk/RELEASE-NOTES.txt

Modified: commons/proper/csv/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/RELEASE-NOTES.txt?rev=1617098&r1=1617097&r2=1617098&view=diff
==============================================================================
--- commons/proper/csv/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/csv/trunk/RELEASE-NOTES.txt Sun Aug 10 11:41:20 2014
@@ -8,7 +8,7 @@ INTRODUCTION:
 This document contains the release notes for the 1.0 version of Apache Commons CSV.
 Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.
 
-CSV requires at least Java 7.0.
+CSV requires at least Java 6.0.
 
 The Apache Commons CSV library provides a simple interface for reading and writing
 CSV files of various types.
@@ -89,4 +89,4 @@ patches, or suggestions for improvement,
 http://commons.apache.org/proper/commons-csv/
 
 Have fun!
--Apache Commons CSV team
\ No newline at end of file
+-Apache Commons CSV team