Skip to content

Commit 8238974

Browse files
committed
Clarifies Java platform requirement
1 parent e7433e2 commit 8238974

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Commons CSV requires at least Java 8.
1212

1313
The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types.
1414

15-
Feature and bug fix release (Java 8)
15+
Feature and bug fix release (Java 8 or above)
1616

1717
Changes in this version include:
1818

@@ -98,7 +98,7 @@ Commons CSV requires at least Java 8.
9898

9999
The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types.
100100

101-
Feature and bug fix release (Java 8)
101+
Feature and bug fix release (Java 8 or above)
102102

103103
Changes in this version include:
104104

@@ -264,7 +264,7 @@ Commons CSV reads and writes files in variations of the Comma Separated Value (C
264264
The Apache Commons CSV library provides a simple interface for reading and writing
265265
CSV files of various types.
266266

267-
Feature and bug fix release (Java 8)
267+
Feature and bug fix release (Java 8 or above)
268268

269269
Changes in this version include:
270270

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151

152152
<properties>
153153
<commons.release.version>1.10.0</commons.release.version>
154-
<commons.release.desc>(Java 8)</commons.release.desc>
154+
<commons.release.desc>(Java 8 or above)</commons.release.desc>
155155
<!-- The RC version used in the staging repository URL. -->
156156
<commons.rc.version>RC1</commons.rc.version>
157157
<commons.bc.version>1.9.0</commons.bc.version>

src/changes/changes.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<title>Apache Commons CSV Release Notes</title>
4141
</properties>
4242
<body>
43-
<release version="1.10.1" date="2023-MM-DD" description="Feature and bug fix release (Java 8)">
43+
<release version="1.10.1" date="2023-MM-DD" description="Feature and bug fix release (Java 8 or above)">
4444
<!-- ADD -->
4545
<action issue="CSV-308" type="fix" dev="ggregory" due-to="Buddhi De Silva, Gary Gregory">[Javadoc] Add example to CSVFormat#setHeaderComments() #344.</action>
4646
<!-- FIX -->
@@ -57,7 +57,7 @@
5757
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-lang3 from 3.12.0 to 3.13.0.</action>
5858
<action type="update" dev="ggregory" due-to="Buddhi De Silva, Michael Osipov, Gary Gregory">Update exception message in CSVRecord#getNextRecord() #348.</action>
5959
</release>
60-
<release version="1.10.0" date="2023-01-28" description="Feature and bug fix release (Java 8)">
60+
<release version="1.10.0" date="2023-01-28" description="Feature and bug fix release (Java 8 or above)">
6161
<!-- FIX -->
6262
<action type="fix" dev="ggregory" due-to="Arturo Bernal">Minor changes #172.</action>
6363
<action issue="CSV-292" type="fix" dev="kinow" due-to="Rob Vesse">No Automatic-Module-Name prevents usage in JPMS projects without repacking the JAR.</action>
@@ -103,7 +103,7 @@
103103
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump japicmp-maven-plugin from 0.15.3 to 0.16.0.</action>
104104
<action type="update" dev="kinow" due-to="Dependabot">Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #253.</action>
105105
</release>
106-
<release version="1.9.0" date="2021-07-24" description="Feature and bug fix release (Java 8)">
106+
<release version="1.9.0" date="2021-07-24" description="Feature and bug fix release (Java 8 or above)">
107107
<!-- FIX -->
108108
<action type="fix" dev="ggregory" due-to="Amey Jadiye">Replace FindBugs with SpotBugs #56.</action>
109109
<action type="fix" dev="ggregory" due-to="Chen">Javadoc typo in CSVFormat let's -> lets #57.</action>
@@ -170,7 +170,7 @@
170170
<action type="update" dev="ggregory" due-to="Dependabot">Bump PMD core from 6.29.0 to 6.36.0.</action>
171171
<action type="update" dev="ggregory" due-to="Dependabot">Bump biz.aQute.bnd:biz.aQute.bndlib from 5.1.2 to 5.3.0.</action>
172172
</release>
173-
<release version="1.8" date="2020-02-01" description="Feature and bug fix release (Java 8).
173+
<release version="1.8" date="2020-02-01" description="Feature and bug fix release (Java 8 or above).
174174
175175
This release fixes serialization compatibility of CSVRecord with versions 1.0 to 1.6.
176176
New fields added since 1.7 are not serialized. Support for Serializable is scheduled to be
@@ -193,7 +193,7 @@ removed in version 2.0.
193193
<action type="update" dev="ggregory" due-to="Chen">Fix typos in site and test #53.</action>
194194
<action type="update" dev="ggregory" due-to="Chen">Fix typo performance test #55.</action>
195195
</release>
196-
<release version="1.7" date="2019-06-01" description="Feature and bug fix release (Java 8)">
196+
<release version="1.7" date="2019-06-01" description="Feature and bug fix release (Java 8 or above)">
197197
<action issue="CSV-233" type="add" dev="ggregory" due-to="Gary Gregory">Add predefined CSVFormats for printing MongoDB CSV and TSV.</action>
198198
<action issue="CSV-208" type="fix" dev="ggregory" due-to="Jurrie Overgoor">Fix escape character for POSTGRESQL_TEXT and POSTGRESQL_CSV formats.</action>
199199
<action issue="CSV-232" type="fix" dev="ggregory" due-to="Jurrie Overgoor, Gary Gregory">Site link "Source Repository" does not work.</action>

src/site/xdoc/download_csv.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ limitations under the License.
113113
</p>
114114
</subsection>
115115
</section>
116-
<section name="Apache Commons CSV 1.10.0 (Java 8)">
116+
<section name="Apache Commons CSV 1.10.0 (Java 8 or above)">
117117
<subsection name="Binaries">
118118
<table>
119119
<tr>

0 commit comments

Comments
 (0)