Author: ggregory
Date: Sat May 21 07:11:07 2016
New Revision: 1744855
URL: http://svn.apache.org/viewvc?rev=1744855&view=rev
Log:
Fix Java version.
Modified:
commons/proper/csv/trunk/src/changes/release-notes.vm
Modified: commons/proper/csv/trunk/src/changes/release-notes.vm
URL:
http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/changes/release-notes.vm?rev=1744855&r1=1744854&r2=1744855&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/changes/release-notes.vm (original)
+++ commons/proper/csv/trunk/src/changes/release-notes.vm Sat May 21 07:11:07
2016
@@ -25,7 +25,7 @@ INTRODUCTION:
This document contains the release notes for the ${version} 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.
$introduction.replaceAll("(?<!\015)\012", "
").replaceAll("(?m)^ +","")