File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ INTRODUCTION:
88This document contains the release notes for the 1.0 version of Apache Commons CSV.
99Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.
1010
11- CSV requires at least Java 5 .0.
11+ CSV requires at least Java 7 .0.
1212
1313The Apache Commons CSV library provides a simple interface for reading and writing
1414CSV files of various types.
Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ CSV files of various types.
121121 <commons .componentid>csv</commons .componentid>
122122 <commons .jira.id>CSV</commons .jira.id>
123123 <commons .jira.pid>12313222</commons .jira.pid>
124- <maven .compiler.source>1.5 </maven .compiler.source>
125- <maven .compiler.target>1.5 </maven .compiler.target>
124+ <maven .compiler.source>1.7 </maven .compiler.source>
125+ <maven .compiler.target>1.7 </maven .compiler.target>
126126 <!-- Ensure copies work OK (can be removed later when this is in parent POM) -->
127127 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
128128 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ INTRODUCTION:
2525This document contains the release notes for the ${version} version of Apache Commons CSV.
2626Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.
2727
28- CSV requires at least Java 5 .0.
28+ CSV requires at least Java 7 .0.
2929
3030$introduction.replaceAll("(?<!\015)\012", "
3131").replaceAll("(?m)^ +","")
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ limitations under the License.
4141 and various <a href =" project-reports.html" >project reports</a > are provided.
4242 </p >
4343 <p >
44- The JavaDoc API documents for the <a href =" javadocs/api-1.0/index.html" >current stable release 1.0</a > [Java 5 .0+] can be viewed in a web browser.
44+ The JavaDoc API documents for the <a href =" javadocs/api-1.0/index.html" >current stable release 1.0</a > [Java 7 .0+] can be viewed in a web browser.
4545 </p >
4646 <p >
4747 The <a href =" source-repository.html" >subversion repository</a > can be
You can’t perform that action at this time.
0 commit comments