Skip to content

Commit 50bfa72

Browse files
committed
Prepare for the next release.
1 parent e2d4dcb commit 50bfa72

4 files changed

Lines changed: 33 additions & 22 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 IO
2-
Copyright 2002-2020 The Apache Software Foundation
2+
Copyright 2002-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: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@
4343
Apache Commons IO
4444
===================
4545

46-
[![Build Status](https://travis-ci.org/apache/commons-io.svg)](https://travis-ci.org/apache/commons-io)
46+
[![Travis-CI Status](https://travis-ci.org/apache/commons-io.svg)](https://travis-ci.org/apache/commons-io)
47+
[![GitHub Actions Status](https://github.com/apache/commons-io/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-io/actions)
4748
[![Coverage Status](https://coveralls.io/repos/apache/commons-io/badge.svg)](https://coveralls.io/r/apache/commons-io)
4849
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-io/commons-io/badge.svg)](https://maven-badges.herokuapp.com/maven-central/commons-io/commons-io/)
49-
[![Javadocs](https://javadoc.io/badge/commons-io/commons-io/2.8.0.svg)](https://javadoc.io/doc/commons-io/commons-io/2.8.0)
50+
[![Javadocs](https://javadoc.io/badge/commons-io/commons-io/2.9.0.svg)](https://javadoc.io/doc/commons-io/commons-io/2.9.0)
5051

5152
The Apache Commons IO library contains utility classes, stream implementations, file filters,
5253
file comparators, endian transformation classes, and much more.
@@ -68,7 +69,7 @@ Alternatively you can pull it from the central Maven repositories:
6869
<dependency>
6970
<groupId>commons-io</groupId>
7071
<artifactId>commons-io</artifactId>
71-
<version>2.8.0</version>
72+
<version>2.9.0</version>
7273
</dependency>
7374
```
7475

src/site/xdoc/download_io.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -113,32 +113,32 @@ limitations under the License.
113113
</p>
114114
</subsection>
115115
</section>
116-
<section name="Apache Commons IO 2.8.0 (requires Java 8)">
116+
<section name="Apache Commons IO 2.9.0 (requires Java 8)">
117117
<subsection name="Binaries">
118118
<table>
119119
<tr>
120-
<td><a href="[preferred]/commons/io/binaries/commons-io-2.8.0-bin.tar.gz">commons-io-2.8.0-bin.tar.gz</a></td>
121-
<td><a href="https://www.apache.org/dist/commons/io/binaries/commons-io-2.8.0-bin.tar.gz.sha512">sha512</a></td>
122-
<td><a href="https://www.apache.org/dist/commons/io/binaries/commons-io-2.8.0-bin.tar.gz.asc">pgp</a></td>
120+
<td><a href="[preferred]/commons/io/binaries/commons-io-2.9.0-bin.tar.gz">commons-io-2.9.0-bin.tar.gz</a></td>
121+
<td><a href="https://www.apache.org/dist/commons/io/binaries/commons-io-2.9.0-bin.tar.gz.sha512">sha512</a></td>
122+
<td><a href="https://www.apache.org/dist/commons/io/binaries/commons-io-2.9.0-bin.tar.gz.asc">pgp</a></td>
123123
</tr>
124124
<tr>
125-
<td><a href="[preferred]/commons/io/binaries/commons-io-2.8.0-bin.zip">commons-io-2.8.0-bin.zip</a></td>
126-
<td><a href="https://www.apache.org/dist/commons/io/binaries/commons-io-2.8.0-bin.zip.sha512">sha512</a></td>
127-
<td><a href="https://www.apache.org/dist/commons/io/binaries/commons-io-2.8.0-bin.zip.asc">pgp</a></td>
125+
<td><a href="[preferred]/commons/io/binaries/commons-io-2.9.0-bin.zip">commons-io-2.9.0-bin.zip</a></td>
126+
<td><a href="https://www.apache.org/dist/commons/io/binaries/commons-io-2.9.0-bin.zip.sha512">sha512</a></td>
127+
<td><a href="https://www.apache.org/dist/commons/io/binaries/commons-io-2.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/io/source/commons-io-2.8.0-src.tar.gz">commons-io-2.8.0-src.tar.gz</a></td>
135-
<td><a href="https://www.apache.org/dist/commons/io/source/commons-io-2.8.0-src.tar.gz.sha512">sha512</a></td>
136-
<td><a href="https://www.apache.org/dist/commons/io/source/commons-io-2.8.0-src.tar.gz.asc">pgp</a></td>
134+
<td><a href="[preferred]/commons/io/source/commons-io-2.9.0-src.tar.gz">commons-io-2.9.0-src.tar.gz</a></td>
135+
<td><a href="https://www.apache.org/dist/commons/io/source/commons-io-2.9.0-src.tar.gz.sha512">sha512</a></td>
136+
<td><a href="https://www.apache.org/dist/commons/io/source/commons-io-2.9.0-src.tar.gz.asc">pgp</a></td>
137137
</tr>
138138
<tr>
139-
<td><a href="[preferred]/commons/io/source/commons-io-2.8.0-src.zip">commons-io-2.8.0-src.zip</a></td>
140-
<td><a href="https://www.apache.org/dist/commons/io/source/commons-io-2.8.0-src.zip.sha512">sha512</a></td>
141-
<td><a href="https://www.apache.org/dist/commons/io/source/commons-io-2.8.0-src.zip.asc">pgp</a></td>
139+
<td><a href="[preferred]/commons/io/source/commons-io-2.9.0-src.zip">commons-io-2.9.0-src.zip</a></td>
140+
<td><a href="https://www.apache.org/dist/commons/io/source/commons-io-2.9.0-src.zip.sha512">sha512</a></td>
141+
<td><a href="https://www.apache.org/dist/commons/io/source/commons-io-2.9.0-src.zip.asc">pgp</a></td>
142142
</tr>
143143
</table>
144144
</subsection>

src/site/xdoc/mail-lists.xml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ limitations under the License.
105105
<td><a href="mailto:user-subscribe@commons.apache.org">Subscribe</a></td>
106106
<td><a href="mailto:user-unsubscribe@commons.apache.org">Unsubscribe</a></td>
107107
<td><a href="mailto:user@commons.apache.org?subject=[io]">Post</a></td>
108-
<td><a href="https://mail-archives.apache.org/mod_mbox/commons-user/">mail-archives.apache.org</a></td>
108+
<td><a href="https://mail-archives.apache.org/mod_mbox/commons-user/">mail-archives.apache.org</a><br />
109+
<a href="https://lists.apache.org/list.html?user@commons.apache.org">lists.apache.org</a>
110+
</td>
109111
<td><a href="https://markmail.org/list/org.apache.commons.users/">markmail.org</a><br />
110112
<a href="https://www.mail-archive.com/user@commons.apache.org/">www.mail-archive.com</a><br />
111113
<a href="https://news.gmane.org/gmane.comp.jakarta.commons.devel">news.gmane.org</a>
@@ -123,7 +125,9 @@ limitations under the License.
123125
<td><a href="mailto:dev-subscribe@commons.apache.org">Subscribe</a></td>
124126
<td><a href="mailto:dev-unsubscribe@commons.apache.org">Unsubscribe</a></td>
125127
<td><a href="mailto:dev@commons.apache.org?subject=[io]">Post</a></td>
126-
<td><a href="https://mail-archives.apache.org/mod_mbox/commons-dev/">mail-archives.apache.org</a></td>
128+
<td><a href="https://mail-archives.apache.org/mod_mbox/commons-dev/">mail-archives.apache.org</a><br />
129+
<a href="https://lists.apache.org/list.html?dev@commons.apache.org">lists.apache.org</a>
130+
</td>
127131
<td><a href="https://markmail.org/list/org.apache.commons.dev/">markmail.org</a><br />
128132
<a href="https://www.mail-archive.com/dev@commons.apache.org/">www.mail-archive.com</a><br />
129133
<a href="https://news.gmane.org/gmane.comp.jakarta.commons.devel">news.gmane.org</a>
@@ -141,7 +145,9 @@ limitations under the License.
141145
<td><a href="mailto:issues-subscribe@commons.apache.org">Subscribe</a></td>
142146
<td><a href="mailto:issues-unsubscribe@commons.apache.org">Unsubscribe</a></td>
143147
<td><i>read only</i></td>
144-
<td><a href="https://mail-archives.apache.org/mod_mbox/commons-issues/">mail-archives.apache.org</a></td>
148+
<td><a href="https://mail-archives.apache.org/mod_mbox/commons-issues/">mail-archives.apache.org</a><br />
149+
<a href="https://lists.apache.org/list.html?issues@commons.apache.org">lists.apache.org</a>
150+
</td>
145151
<td><a href="https://markmail.org/list/org.apache.commons.issues/">markmail.org</a><br />
146152
<a href="https://www.mail-archive.com/issues@commons.apache.org/">www.mail-archive.com</a>
147153
</td>
@@ -158,7 +164,9 @@ limitations under the License.
158164
<td><a href="mailto:commits-subscribe@commons.apache.org">Subscribe</a></td>
159165
<td><a href="mailto:commits-unsubscribe@commons.apache.org">Unsubscribe</a></td>
160166
<td><i>read only</i></td>
161-
<td><a href="https://mail-archives.apache.org/mod_mbox/commons-commits/">mail-archives.apache.org</a></td>
167+
<td><a href="https://mail-archives.apache.org/mod_mbox/commons-commits/">mail-archives.apache.org</a><br />
168+
<a href="https://lists.apache.org/list.html?commits@commons.apache.org">lists.apache.org</a>
169+
</td>
162170
<td><a href="https://markmail.org/list/org.apache.commons.commits/">markmail.org</a><br />
163171
<a href="https://www.mail-archive.com/commits@commons.apache.org/">www.mail-archive.com</a>
164172
</td>
@@ -191,7 +199,9 @@ limitations under the License.
191199
<td><a class="externalLink" href="mailto:announce-subscribe@apache.org">Subscribe</a></td>
192200
<td><a class="externalLink" href="mailto:announce-unsubscribe@apache.org">Unsubscribe</a></td>
193201
<td><i>read only</i></td>
194-
<td><a class="externalLink" href="https://mail-archives.apache.org/mod_mbox/www-announce/">mail-archives.apache.org</a></td>
202+
<td><a class="externalLink" href="https://mail-archives.apache.org/mod_mbox/www-announce/">mail-archives.apache.org</a><br />
203+
<a class="externalLink" href="https://lists.apache.org/list.html?announce@apache.org">lists.apache.org</a>
204+
</td>
195205
<td><a class="externalLink" href="https://markmail.org/list/org.apache.announce/">markmail.org</a><br />
196206
<a class="externalLink" href="https://old.nabble.com/Apache-News-and-Announce-f109.html">old.nabble.com</a><br />
197207
<a class="externalLink" href="https://www.mail-archive.com/announce@apache.org/">www.mail-archive.com</a><br />

0 commit comments

Comments
 (0)