Skip to content

Commit 6488ea2

Browse files
committed
Preparing for RC.
1 parent 34f67f3 commit 6488ea2

5 files changed

Lines changed: 150 additions & 139 deletions

File tree

NOTICE.txt

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

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

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@
4343
Apache Commons CSV
4444
===================
4545

46-
[![Build Status](https://travis-ci.org/apache/commons-csv.svg)](https://travis-ci.org/apache/commons-csv)
46+
[![Travis-CI Status](https://travis-ci.org/apache/commons-csv.svg)](https://travis-ci.org/apache/commons-csv)
47+
[![GitHub Actions Status](https://github.com/apache/commons-csv/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-csv/actions)
4748
[![Coverage Status](https://coveralls.io/repos/apache/commons-csv/badge.svg)](https://coveralls.io/r/apache/commons-csv)
4849
[![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.8.svg)](https://javadoc.io/doc/org.apache.commons/commons-csv/1.8)
50+
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-csv/1.9.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-csv/1.9.0)
5051

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

@@ -67,7 +68,7 @@ Alternatively you can pull it from the central Maven repositories:
6768
<dependency>
6869
<groupId>org.apache.commons</groupId>
6970
<artifactId>commons-csv</artifactId>
70-
<version>1.8</version>
71+
<version>1.9.0</version>
7172
</dependency>
7273
```
7374

@@ -86,7 +87,7 @@ You can learn more about contributing via GitHub in our [contribution guidelines
8687

8788
License
8889
-------
89-
This code is under the [Apache License v2](https://www.apache.org/licenses/LICENSE-2.0).
90+
This code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0).
9091

9192
See the `NOTICE.txt` file for required notices and attributions.
9293

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.9.0" date="2020-MM-DD" description="Feature and bug fix release (Java 8)">
41+
<release version="1.9.0" date="2020-07-24" description="Feature and bug fix release (Java 8)">
4242
<!-- FIX -->
4343
<action type="fix" dev="ggregory" due-to="Amey Jadiye">Replace FindBugs with SpotBugs #56.</action>
4444
<action type="fix" dev="ggregory" due-to="Chen">Javadoc typo in CSVFormat let's -> lets #57.</action>

src/site/xdoc/download_csv.xml

Lines changed: 128 additions & 128 deletions
Original file line numberDiff line numberDiff line change
@@ -1,144 +1,144 @@
1-
<?xml version="1.0"?>
2-
<!--
3-
Licensed to the Apache Software Foundation (ASF) under one or more
4-
contributor license agreements. See the NOTICE file distributed with
5-
this work for additional information regarding copyright ownership.
6-
The ASF licenses this file to You under the Apache License, Version 2.0
7-
(the "License"); you may not use this file except in compliance with
8-
the License. You may obtain a copy of the License at
9-
10-
http://www.apache.org/licenses/LICENSE-2.0
11-
12-
Unless required by applicable law or agreed to in writing, software
13-
distributed under the License is distributed on an "AS IS" BASIS,
14-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
See the License for the specific language governing permissions and
16-
limitations under the License.
17-
-->
18-
<!--
19-
+======================================================================+
20-
|**** ****|
21-
|**** THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN ****|
22-
|**** DO NOT EDIT DIRECTLY ****|
23-
|**** ****|
24-
+======================================================================+
25-
| TEMPLATE FILE: download-page-template.xml |
26-
| commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
27-
+======================================================================+
28-
| |
29-
| 1) Re-generate using: mvn commons-build:download-page |
30-
| |
31-
| 2) Set the following properties in the component's pom: |
32-
| - commons.componentid (required, alphabetic, lower case) |
33-
| - commons.release.version (required) |
34-
| - commons.release.name (required) |
35-
| - commons.binary.suffix (optional) |
36-
| (defaults to "-bin", set to "" for pre-maven2 releases) |
37-
| - commons.release.desc (optional) |
38-
| - commons.release.subdir (optional) |
39-
| - commons.release.hash (optional, lowercase, default sha512) |
40-
| |
41-
| - commons.release.[234].version (conditional) |
42-
| - commons.release.[234].name (conditional) |
43-
| - commons.release.[234].binary.suffix (optional) |
44-
| - commons.release.[234].desc (optional) |
45-
| - commons.release.[234].subdir (optional) |
46-
| - commons.release.[234].hash (optional, lowercase, [sha512])|
47-
| |
48-
| 3) Example Properties |
49-
| (commons.release.name inherited by parent: |
50-
| ${project.artifactId}-${commons.release.version} |
51-
| |
52-
| <properties> |
53-
| <commons.componentid>math</commons.componentid> |
54-
| <commons.release.version>1.2</commons.release.version> |
55-
| </properties> |
56-
| |
57-
+======================================================================+
58-
-->
59-
<document>
60-
<properties>
61-
<title>Download Apache Commons CSV</title>
62-
<author email="dev@commons.apache.org">Apache Commons Documentation Team</author>
63-
</properties>
64-
<body>
65-
<section name="Download Apache Commons CSV">
66-
<subsection name="Using a Mirror">
67-
<p>
68-
We recommend you use a mirror to download our release
69-
builds, but you <strong>must</strong> <a href="https://www.apache.org/info/verification.html">verify the integrity</a> of
70-
the downloaded files using signatures downloaded from our main
71-
distribution directories. Recent releases (48 hours) may not yet
72-
be available from all the mirrors.
73-
</p>
74-
75-
<p>
76-
You are currently using <b>[preferred]</b>. If you
77-
encounter a problem with this mirror, please select another
78-
mirror. If all mirrors are failing, there are <i>backup</i>
79-
mirrors (at the end of the mirrors list) that should be
80-
available.
81-
<br></br>
82-
[if-any logo]<a href="[link]"><img align="right" src="[logo]" border="0"></img></a>[end]
83-
</p>
84-
85-
<form action="[location]" method="get" id="SelectMirror">
86-
<p>
87-
Other mirrors:
88-
<select name="Preferred">
89-
[if-any http]
90-
[for http]<option value="[http]">[http]</option>[end]
91-
[end]
92-
[if-any ftp]
93-
[for ftp]<option value="[ftp]">[ftp]</option>[end]
94-
[end]
95-
[if-any backup]
96-
[for backup]<option value="[backup]">[backup] (backup)</option>[end]
97-
[end]
98-
</select>
99-
<input type="submit" value="Change"></input>
100-
</p>
101-
</form>
102-
103-
<p>
104-
It is essential that you
105-
<a href="https://www.apache.org/info/verification.html">verify the integrity</a>
106-
of downloaded files, preferably using the <code>PGP</code> signature (<code>*.asc</code> files);
107-
failing that using the <code>SHA512</code> hash (<code>*.sha512</code> checksum files).
108-
</p>
109-
<p>
110-
The <a href="https://www.apache.org/dist/commons/KEYS">KEYS</a>
111-
file contains the public PGP keys used by Apache Commons developers
112-
to sign releases.
113-
</p>
114-
</subsection>
115-
</section>
116-
<section name="Apache Commons CSV 1.8 (Java 8)">
1+
<?xml version="1.0"?>
2+
<!--
3+
Licensed to the Apache Software Foundation (ASF) under one or more
4+
contributor license agreements. See the NOTICE file distributed with
5+
this work for additional information regarding copyright ownership.
6+
The ASF licenses this file to You under the Apache License, Version 2.0
7+
(the "License"); you may not use this file except in compliance with
8+
the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing, software
13+
distributed under the License is distributed on an "AS IS" BASIS,
14+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
See the License for the specific language governing permissions and
16+
limitations under the License.
17+
-->
18+
<!--
19+
+======================================================================+
20+
|**** ****|
21+
|**** THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN ****|
22+
|**** DO NOT EDIT DIRECTLY ****|
23+
|**** ****|
24+
+======================================================================+
25+
| TEMPLATE FILE: download-page-template.xml |
26+
| commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
27+
+======================================================================+
28+
| |
29+
| 1) Re-generate using: mvn commons-build:download-page |
30+
| |
31+
| 2) Set the following properties in the component's pom: |
32+
| - commons.componentid (required, alphabetic, lower case) |
33+
| - commons.release.version (required) |
34+
| - commons.release.name (required) |
35+
| - commons.binary.suffix (optional) |
36+
| (defaults to "-bin", set to "" for pre-maven2 releases) |
37+
| - commons.release.desc (optional) |
38+
| - commons.release.subdir (optional) |
39+
| - commons.release.hash (optional, lowercase, default sha512) |
40+
| |
41+
| - commons.release.[234].version (conditional) |
42+
| - commons.release.[234].name (conditional) |
43+
| - commons.release.[234].binary.suffix (optional) |
44+
| - commons.release.[234].desc (optional) |
45+
| - commons.release.[234].subdir (optional) |
46+
| - commons.release.[234].hash (optional, lowercase, [sha512])|
47+
| |
48+
| 3) Example Properties |
49+
| (commons.release.name inherited by parent: |
50+
| ${project.artifactId}-${commons.release.version} |
51+
| |
52+
| <properties> |
53+
| <commons.componentid>math</commons.componentid> |
54+
| <commons.release.version>1.2</commons.release.version> |
55+
| </properties> |
56+
| |
57+
+======================================================================+
58+
-->
59+
<document>
60+
<properties>
61+
<title>Download Apache Commons CSV</title>
62+
<author email="dev@commons.apache.org">Apache Commons Documentation Team</author>
63+
</properties>
64+
<body>
65+
<section name="Download Apache Commons CSV">
66+
<subsection name="Using a Mirror">
67+
<p>
68+
We recommend you use a mirror to download our release
69+
builds, but you <strong>must</strong> <a href="https://www.apache.org/info/verification.html">verify the integrity</a> of
70+
the downloaded files using signatures downloaded from our main
71+
distribution directories. Recent releases (48 hours) may not yet
72+
be available from all the mirrors.
73+
</p>
74+
75+
<p>
76+
You are currently using <b>[preferred]</b>. If you
77+
encounter a problem with this mirror, please select another
78+
mirror. If all mirrors are failing, there are <i>backup</i>
79+
mirrors (at the end of the mirrors list) that should be
80+
available.
81+
<br></br>
82+
[if-any logo]<a href="[link]"><img align="right" src="[logo]" border="0"></img></a>[end]
83+
</p>
84+
85+
<form action="[location]" method="get" id="SelectMirror">
86+
<p>
87+
Other mirrors:
88+
<select name="Preferred">
89+
[if-any http]
90+
[for http]<option value="[http]">[http]</option>[end]
91+
[end]
92+
[if-any ftp]
93+
[for ftp]<option value="[ftp]">[ftp]</option>[end]
94+
[end]
95+
[if-any backup]
96+
[for backup]<option value="[backup]">[backup] (backup)</option>[end]
97+
[end]
98+
</select>
99+
<input type="submit" value="Change"></input>
100+
</p>
101+
</form>
102+
103+
<p>
104+
It is essential that you
105+
<a href="https://www.apache.org/info/verification.html">verify the integrity</a>
106+
of downloaded files, preferably using the <code>PGP</code> signature (<code>*.asc</code> files);
107+
failing that using the <code>SHA512</code> hash (<code>*.sha512</code> checksum files).
108+
</p>
109+
<p>
110+
The <a href="https://www.apache.org/dist/commons/KEYS">KEYS</a>
111+
file contains the public PGP keys used by Apache Commons developers
112+
to sign releases.
113+
</p>
114+
</subsection>
115+
</section>
116+
<section name="Apache Commons CSV 1.9.0 (Java 8)">
117117
<subsection name="Binaries">
118118
<table>
119119
<tr>
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>
120+
<td><a href="[preferred]/commons/csv/binaries/commons-csv-1.9.0-bin.tar.gz">commons-csv-1.9.0-bin.tar.gz</a></td>
121+
<td><a href="https://www.apache.org/dist/commons/csv/binaries/commons-csv-1.9.0-bin.tar.gz.sha512">sha512</a></td>
122+
<td><a href="https://www.apache.org/dist/commons/csv/binaries/commons-csv-1.9.0-bin.tar.gz.asc">pgp</a></td>
123123
</tr>
124124
<tr>
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>
125+
<td><a href="[preferred]/commons/csv/binaries/commons-csv-1.9.0-bin.zip">commons-csv-1.9.0-bin.zip</a></td>
126+
<td><a href="https://www.apache.org/dist/commons/csv/binaries/commons-csv-1.9.0-bin.zip.sha512">sha512</a></td>
127+
<td><a href="https://www.apache.org/dist/commons/csv/binaries/commons-csv-1.9.0-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.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>
134+
<td><a href="[preferred]/commons/csv/source/commons-csv-1.9.0-src.tar.gz">commons-csv-1.9.0-src.tar.gz</a></td>
135+
<td><a href="https://www.apache.org/dist/commons/csv/source/commons-csv-1.9.0-src.tar.gz.sha512">sha512</a></td>
136+
<td><a href="https://www.apache.org/dist/commons/csv/source/commons-csv-1.9.0-src.tar.gz.asc">pgp</a></td>
137137
</tr>
138138
<tr>
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>
139+
<td><a href="[preferred]/commons/csv/source/commons-csv-1.9.0-src.zip">commons-csv-1.9.0-src.zip</a></td>
140+
<td><a href="https://www.apache.org/dist/commons/csv/source/commons-csv-1.9.0-src.zip.sha512">sha512</a></td>
141+
<td><a href="https://www.apache.org/dist/commons/csv/source/commons-csv-1.9.0-src.zip.asc">pgp</a></td>
142142
</tr>
143143
</table>
144144
</subsection>

0 commit comments

Comments
 (0)