Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit aedb270

Browse files
committed
Prepare for the next release.
1 parent 7d86ab0 commit aedb270

6 files changed

Lines changed: 36 additions & 37 deletions

File tree

NOTICE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache Commons CSV
2-
Copyright 2005-2019 The Apache Software Foundation
2+
Copyright 2005-2020 The Apache Software Foundation
33

44
This product includes software developed at
5-
The Apache Software Foundation (http://www.apache.org/).
5+
The Apache Software Foundation (https://www.apache.org/).

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@ Apache Commons CSV
4646
[![Build Status](https://travis-ci.org/apache/commons-csv.svg)](https://travis-ci.org/apache/commons-csv)
4747
[![Coverage Status](https://coveralls.io/repos/apache/commons-csv/badge.svg)](https://coveralls.io/r/apache/commons-csv)
4848
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/)
49-
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-csv/1.7.svg)](https://javadoc.io/doc/org.apache.commons/commons-csv/1.7)
49+
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-csv/1.8.svg)](https://javadoc.io/doc/org.apache.commons/commons-csv/1.8)
5050

51-
The Apache Commons CSV library provides a simple interface for reading and writing
52-
CSV files of various types.
51+
The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types.
5352

5453
Documentation
5554
-------------
@@ -68,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
6867
<dependency>
6968
<groupId>org.apache.commons</groupId>
7069
<artifactId>commons-csv</artifactId>
71-
<version>1.7</version>
70+
<version>1.8</version>
7271
</dependency>
7372
```
7473

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<title>Apache Commons CSV Release Notes</title>
3939
</properties>
4040
<body>
41-
<release version="1.8" date="2019-MM-DD" description="Feature and bug fix release (Java 8)">
41+
<release version="1.8" date="2019-01-18" description="Feature and bug fix release (Java 8)">
4242
<action issue="CSV-255" type="add" dev="ggregory" due-to="0x100">Add CSVRecord.isSet(int) method #52.</action>
4343
<action issue="CSV-135" type="fix" dev="sebb" due-to="Mateusz Zakarczemny">Char escape doesn't work properly with quoting.</action>
4444
<action issue="CSV-244" type="fix" dev="sebb">Test case failures following CSVFormat#equals() update.</action>

src/site/xdoc/download_csv.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ limitations under the License.
6666
<subsection name="Using a Mirror">
6767
<p>
6868
We recommend you use a mirror to download our release
69-
builds, but you <strong>must</strong> <a href="http://www.apache.org/info/verification.html">verify the integrity</a> of
69+
builds, but you <strong>must</strong> <a href="https://www.apache.org/info/verification.html">verify the integrity</a> of
7070
the downloaded files using signatures downloaded from our main
7171
distribution directories. Recent releases (48 hours) may not yet
7272
be available from all the mirrors.
@@ -113,32 +113,32 @@ limitations under the License.
113113
</p>
114114
</subsection>
115115
</section>
116-
<section name="Apache Commons CSV 1.7 (Java 8)">
116+
<section name="Apache Commons CSV 1.8 (Java 8)">
117117
<subsection name="Binaries">
118118
<table>
119119
<tr>
120-
<td><a href="[preferred]/commons/csv/binaries/commons-csv-1.7-bin.tar.gz">commons-csv-1.7-bin.tar.gz</a></td>
121-
<td><a href="https://www.apache.org/dist/commons/csv/binaries/commons-csv-1.7-bin.tar.gz.sha512">sha512</a></td>
122-
<td><a href="https://www.apache.org/dist/commons/csv/binaries/commons-csv-1.7-bin.tar.gz.asc">pgp</a></td>
120+
<td><a href="[preferred]/commons/csv/binaries/commons-csv-1.8-bin.tar.gz">commons-csv-1.8-bin.tar.gz</a></td>
121+
<td><a href="https://www.apache.org/dist/commons/csv/binaries/commons-csv-1.8-bin.tar.gz.sha512">sha512</a></td>
122+
<td><a href="https://www.apache.org/dist/commons/csv/binaries/commons-csv-1.8-bin.tar.gz.asc">pgp</a></td>
123123
</tr>
124124
<tr>
125-
<td><a href="[preferred]/commons/csv/binaries/commons-csv-1.7-bin.zip">commons-csv-1.7-bin.zip</a></td>
126-
<td><a href="https://www.apache.org/dist/commons/csv/binaries/commons-csv-1.7-bin.zip.sha512">sha512</a></td>
127-
<td><a href="https://www.apache.org/dist/commons/csv/binaries/commons-csv-1.7-bin.zip.asc">pgp</a></td>
125+
<td><a href="[preferred]/commons/csv/binaries/commons-csv-1.8-bin.zip">commons-csv-1.8-bin.zip</a></td>
126+
<td><a href="https://www.apache.org/dist/commons/csv/binaries/commons-csv-1.8-bin.zip.sha512">sha512</a></td>
127+
<td><a href="https://www.apache.org/dist/commons/csv/binaries/commons-csv-1.8-bin.zip.asc">pgp</a></td>
128128
</tr>
129129
</table>
130130
</subsection>
131131
<subsection name="Source">
132132
<table>
133133
<tr>
134-
<td><a href="[preferred]/commons/csv/source/commons-csv-1.7-src.tar.gz">commons-csv-1.7-src.tar.gz</a></td>
135-
<td><a href="https://www.apache.org/dist/commons/csv/source/commons-csv-1.7-src.tar.gz.sha512">sha512</a></td>
136-
<td><a href="https://www.apache.org/dist/commons/csv/source/commons-csv-1.7-src.tar.gz.asc">pgp</a></td>
134+
<td><a href="[preferred]/commons/csv/source/commons-csv-1.8-src.tar.gz">commons-csv-1.8-src.tar.gz</a></td>
135+
<td><a href="https://www.apache.org/dist/commons/csv/source/commons-csv-1.8-src.tar.gz.sha512">sha512</a></td>
136+
<td><a href="https://www.apache.org/dist/commons/csv/source/commons-csv-1.8-src.tar.gz.asc">pgp</a></td>
137137
</tr>
138138
<tr>
139-
<td><a href="[preferred]/commons/csv/source/commons-csv-1.7-src.zip">commons-csv-1.7-src.zip</a></td>
140-
<td><a href="https://www.apache.org/dist/commons/csv/source/commons-csv-1.7-src.zip.sha512">sha512</a></td>
141-
<td><a href="https://www.apache.org/dist/commons/csv/source/commons-csv-1.7-src.zip.asc">pgp</a></td>
139+
<td><a href="[preferred]/commons/csv/source/commons-csv-1.8-src.zip">commons-csv-1.8-src.zip</a></td>
140+
<td><a href="https://www.apache.org/dist/commons/csv/source/commons-csv-1.8-src.zip.sha512">sha512</a></td>
141+
<td><a href="https://www.apache.org/dist/commons/csv/source/commons-csv-1.8-src.zip.asc">pgp</a></td>
142142
</tr>
143143
</table>
144144
</subsection>

src/site/xdoc/issue-tracking.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ limitations under the License.
8686

8787
<p>
8888
For more information on subversion and creating patches see the
89-
<a href="http://www.apache.org/dev/contributors.html">Apache Contributors Guide</a>.
89+
<a href="https://www.apache.org/dev/contributors.html">Apache Contributors Guide</a>.
9090
</p>
9191

9292
<p>

src/site/xdoc/mail-lists.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ limitations under the License.
106106
<td><a href="mailto:user-unsubscribe@commons.apache.org">Unsubscribe</a></td>
107107
<td><a href="mailto:user@commons.apache.org?subject=[csv]">Post</a></td>
108108
<td><a href="https://mail-archives.apache.org/mod_mbox/commons-user/">mail-archives.apache.org</a></td>
109-
<td><a href="http://markmail.org/list/org.apache.commons.users/">markmail.org</a><br />
110-
<a href="http://www.mail-archive.com/user@commons.apache.org/">www.mail-archive.com</a><br />
111-
<a href="http://news.gmane.org/gmane.comp.jakarta.commons.devel">news.gmane.org</a>
109+
<td><a href="https://markmail.org/list/org.apache.commons.users/">markmail.org</a><br />
110+
<a href="https://www.mail-archive.com/user@commons.apache.org/">www.mail-archive.com</a><br />
111+
<a href="https://news.gmane.org/gmane.comp.jakarta.commons.devel">news.gmane.org</a>
112112
</td>
113113
</tr>
114114

@@ -124,9 +124,9 @@ limitations under the License.
124124
<td><a href="mailto:dev-unsubscribe@commons.apache.org">Unsubscribe</a></td>
125125
<td><a href="mailto:dev@commons.apache.org?subject=[csv]">Post</a></td>
126126
<td><a href="https://mail-archives.apache.org/mod_mbox/commons-dev/">mail-archives.apache.org</a></td>
127-
<td><a href="http://markmail.org/list/org.apache.commons.dev/">markmail.org</a><br />
128-
<a href="http://www.mail-archive.com/dev@commons.apache.org/">www.mail-archive.com</a><br />
129-
<a href="http://news.gmane.org/gmane.comp.jakarta.commons.devel">news.gmane.org</a>
127+
<td><a href="https://markmail.org/list/org.apache.commons.dev/">markmail.org</a><br />
128+
<a href="https://www.mail-archive.com/dev@commons.apache.org/">www.mail-archive.com</a><br />
129+
<a href="https://news.gmane.org/gmane.comp.jakarta.commons.devel">news.gmane.org</a>
130130
</td>
131131
</tr>
132132

@@ -142,8 +142,8 @@ limitations under the License.
142142
<td><a href="mailto:issues-unsubscribe@commons.apache.org">Unsubscribe</a></td>
143143
<td><i>read only</i></td>
144144
<td><a href="https://mail-archives.apache.org/mod_mbox/commons-issues/">mail-archives.apache.org</a></td>
145-
<td><a href="http://markmail.org/list/org.apache.commons.issues/">markmail.org</a><br />
146-
<a href="http://www.mail-archive.com/issues@commons.apache.org/">www.mail-archive.com</a>
145+
<td><a href="https://markmail.org/list/org.apache.commons.issues/">markmail.org</a><br />
146+
<a href="https://www.mail-archive.com/issues@commons.apache.org/">www.mail-archive.com</a>
147147
</td>
148148
</tr>
149149

@@ -152,15 +152,15 @@ limitations under the License.
152152
<td>
153153
<strong>Commons Commits List</strong>
154154
<br /><br />
155-
Only for e-mails automatically generated by the <a href="scm.html">source control</a> system.
155+
Only for e-mails automatically generated by the <a href="scm.html">source control</a> sytem.
156156
<br /><br />
157157
</td>
158158
<td><a href="mailto:commits-subscribe@commons.apache.org">Subscribe</a></td>
159159
<td><a href="mailto:commits-unsubscribe@commons.apache.org">Unsubscribe</a></td>
160160
<td><i>read only</i></td>
161161
<td><a href="https://mail-archives.apache.org/mod_mbox/commons-commits/">mail-archives.apache.org</a></td>
162-
<td><a href="http://markmail.org/list/org.apache.commons.commits/">markmail.org</a><br />
163-
<a href="http://www.mail-archive.com/commits@commons.apache.org/">www.mail-archive.com</a>
162+
<td><a href="https://markmail.org/list/org.apache.commons.commits/">markmail.org</a><br />
163+
<a href="https://www.mail-archive.com/commits@commons.apache.org/">www.mail-archive.com</a>
164164
</td>
165165
</tr>
166166

@@ -192,10 +192,10 @@ limitations under the License.
192192
<td><a class="externalLink" href="mailto:announce-unsubscribe@apache.org">Unsubscribe</a></td>
193193
<td><i>read only</i></td>
194194
<td><a class="externalLink" href="https://mail-archives.apache.org/mod_mbox/www-announce/">mail-archives.apache.org</a></td>
195-
<td><a class="externalLink" href="http://markmail.org/list/org.apache.announce/">markmail.org</a><br />
196-
<a class="externalLink" href="http://old.nabble.com/Apache-News-and-Announce-f109.html">old.nabble.com</a><br />
197-
<a class="externalLink" href="http://www.mail-archive.com/announce@apache.org/">www.mail-archive.com</a><br />
198-
<a class="externalLink" href="http://news.gmane.org/gmane.comp.apache.announce">news.gmane.org</a>
195+
<td><a class="externalLink" href="https://markmail.org/list/org.apache.announce/">markmail.org</a><br />
196+
<a class="externalLink" href="https://old.nabble.com/Apache-News-and-Announce-f109.html">old.nabble.com</a><br />
197+
<a class="externalLink" href="https://www.mail-archive.com/announce@apache.org/">www.mail-archive.com</a><br />
198+
<a class="externalLink" href="https://news.gmane.org/gmane.comp.apache.announce">news.gmane.org</a>
199199
</td>
200200
</tr>
201201
</table>

0 commit comments

Comments
 (0)