@@ -44,9 +44,9 @@ Apache Commons IO
4444===================
4545
4646[ ![ GitHub Actions Status] ( https://github.com/apache/commons-io/workflows/Java%20CI/badge.svg )] ( https://github.com/apache/commons-io/actions )
47- [ ![ Coverage Status] ( https://codecov.io/gh/apache/commons-io/branch/master/graph/badge.svg )] ( https://app.codecov.io/gh/apache/commons-io/branch/master )
47+ [ ![ Coverage Status] ( https://codecov.io/gh/apache/commons-io/branch/master/graph/badge.svg )] ( https://app.codecov.io/gh/apache/commons-io )
4848[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/commons-io/commons-io/badge.svg?gav=true )] ( https://maven-badges.herokuapp.com/maven-central/commons-io/commons-io/?gav=true )
49- [ ![ Javadocs] ( https://javadoc.io/badge/commons-io/commons-io/2.11 .0.svg )] ( https://javadoc.io/doc/commons-io/commons-io/2.11 .0 )
49+ [ ![ Javadocs] ( https://javadoc.io/badge/commons-io/commons-io/2.12 .0.svg )] ( https://javadoc.io/doc/commons-io/commons-io/2.12 .0 )
5050[ ![ CodeQL] ( https://github.com/apache/commons-io/workflows/CodeQL/badge.svg )] ( https://github.com/apache/commons-io/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL )
5151[ ![ OpenSSF Scorecard] ( https://api.securityscorecards.dev/projects/github.com/apache/commons-io/badge )] ( https://api.securityscorecards.dev/projects/github.com/apache/commons-io )
5252
@@ -70,14 +70,14 @@ Alternatively you can pull it from the central Maven repositories:
7070<dependency >
7171 <groupId >commons-io</groupId >
7272 <artifactId >commons-io</artifactId >
73- <version >2.11 .0</version >
73+ <version >2.12 .0</version >
7474</dependency >
7575```
7676
7777Contributing
7878------------
7979
80- We accept Pull Requests via GitHub. The [ developer mailing list] [ ml ] is the main channel of communication for contributors.
80+ We accept Pull Requests via GitHub. The [ developer mailing list] ( https://commons.apache.org/mail-lists.html ) is the main channel of communication for contributors.
8181There are some guidelines which will make applying PRs easier for us:
8282+ No tabs! Please use spaces for indentation.
8383+ Respect the code style.
@@ -102,7 +102,61 @@ Additional Resources
102102
103103+ [ Apache Commons Homepage] ( https://commons.apache.org/ )
104104+ [ Apache Issue Tracker (JIRA)] ( https://issues.apache.org/jira/browse/IO )
105+ + [ Apache Commons Slack Channel] ( https://the-asf.slack.com/archives/C60NVB8AD )
105106+ [ Apache Commons Twitter Account] ( https://twitter.com/ApacheCommons )
106107+ ` #apache-commons ` IRC channel on ` irc.freenode.org `
107108
108- [ ml ] :https://commons.apache.org/mail-lists.html
109+ Apache Commons Components
110+ -------------------------
111+
112+ | Component | GitHub Repository | Apache Homepage |
113+ | --------- | ----------------- | ----------------|
114+ | Apache Commons BCEL | [ commons-bcel] ( https://github.com/apache/commons-bcel ) | [ commons-bcel] ( https://commons.apache.org/proper/commons-bcel ) |
115+ | Apache Commons Beanutils | [ commons-beanutils] ( https://github.com/apache/commons-beanutils ) | [ commons-beanutils] ( https://commons.apache.org/proper/commons-beanutils ) |
116+ | Apache Commons BSF | [ commons-bsf] ( https://github.com/apache/commons-bsf ) | [ commons-bsf] ( https://commons.apache.org/proper/commons-bsf ) |
117+ | Apache Commons Build-plugin | [ commons-build-plugin] ( https://github.com/apache/commons-build-plugin ) | [ commons-build-plugin] ( https://commons.apache.org/proper/commons-build-plugin ) |
118+ | Apache Commons Chain | [ commons-chain] ( https://github.com/apache/commons-chain ) | [ commons-chain] ( https://commons.apache.org/proper/commons-chain ) |
119+ | Apache Commons CLI | [ commons-cli] ( https://github.com/apache/commons-cli ) | [ commons-cli] ( https://commons.apache.org/proper/commons-cli ) |
120+ | Apache Commons Codec | [ commons-codec] ( https://github.com/apache/commons-codec ) | [ commons-codec] ( https://commons.apache.org/proper/commons-codec ) |
121+ | Apache Commons Collections | [ commons-collections] ( https://github.com/apache/commons-collections ) | [ commons-collections] ( https://commons.apache.org/proper/commons-collections ) |
122+ | Apache Commons Compress | [ commons-compress] ( https://github.com/apache/commons-compress ) | [ commons-compress] ( https://commons.apache.org/proper/commons-compress ) |
123+ | Apache Commons Configuration | [ commons-configuration] ( https://github.com/apache/commons-configuration ) | [ commons-configuration] ( https://commons.apache.org/proper/commons-configuration ) |
124+ | Apache Commons Crypto | [ commons-crypto] ( https://github.com/apache/commons-crypto ) | [ commons-crypto] ( https://commons.apache.org/proper/commons-crypto ) |
125+ | Apache Commons CSV | [ commons-csv] ( https://github.com/apache/commons-csv ) | [ commons-csv] ( https://commons.apache.org/proper/commons-csv ) |
126+ | Apache Commons Daemon | [ commons-daemon] ( https://github.com/apache/commons-daemon ) | [ commons-daemon] ( https://commons.apache.org/proper/commons-daemon ) |
127+ | Apache Commons DBCP | [ commons-dbcp] ( https://github.com/apache/commons-dbcp ) | [ commons-dbcp] ( https://commons.apache.org/proper/commons-dbcp ) |
128+ | Apache Commons Dbutils | [ commons-dbutils] ( https://github.com/apache/commons-dbutils ) | [ commons-dbutils] ( https://commons.apache.org/proper/commons-dbutils ) |
129+ | Apache Commons Digester | [ commons-digester] ( https://github.com/apache/commons-digester ) | [ commons-digester] ( https://commons.apache.org/proper/commons-digester ) |
130+ | Apache Commons Email | [ commons-email] ( https://github.com/apache/commons-email ) | [ commons-email] ( https://commons.apache.org/proper/commons-email ) |
131+ | Apache Commons Exec | [ commons-exec] ( https://github.com/apache/commons-exec ) | [ commons-exec] ( https://commons.apache.org/proper/commons-exec ) |
132+ | Apache Commons Fileupload | [ commons-fileupload] ( https://github.com/apache/commons-fileupload ) | [ commons-fileupload] ( https://commons.apache.org/proper/commons-fileupload ) |
133+ | Apache Commons Functor | [ commons-functor] ( https://github.com/apache/commons-functor ) | [ commons-functor] ( https://commons.apache.org/proper/commons-functor ) |
134+ | Apache Commons Geometry | [ commons-geometry] ( https://github.com/apache/commons-geometry ) | [ commons-geometry] ( https://commons.apache.org/proper/commons-geometry ) |
135+ | Apache Commons Graph | [ commons-graph] ( https://github.com/apache/commons-graph ) | [ commons-graph] ( https://commons.apache.org/proper/commons-graph ) |
136+ | Apache Commons Imaging | [ commons-imaging] ( https://github.com/apache/commons-imaging ) | [ commons-imaging] ( https://commons.apache.org/proper/commons-imaging ) |
137+ | Apache Commons IO | [ commons-io] ( https://github.com/apache/commons-io ) | [ commons-io] ( https://commons.apache.org/proper/commons-io ) |
138+ | Apache Commons JCI | [ commons-jci] ( https://github.com/apache/commons-jci ) | [ commons-jci] ( https://commons.apache.org/proper/commons-jci ) |
139+ | Apache Commons JCS | [ commons-jcs] ( https://github.com/apache/commons-jcs ) | [ commons-jcs] ( https://commons.apache.org/proper/commons-jcs ) |
140+ | Apache Commons Jelly | [ commons-jelly] ( https://github.com/apache/commons-jelly ) | [ commons-jelly] ( https://commons.apache.org/proper/commons-jelly ) |
141+ | Apache Commons Jexl | [ commons-jexl] ( https://github.com/apache/commons-jexl ) | [ commons-jexl] ( https://commons.apache.org/proper/commons-jexl ) |
142+ | Apache Commons Jxpath | [ commons-jxpath] ( https://github.com/apache/commons-jxpath ) | [ commons-jxpath] ( https://commons.apache.org/proper/commons-jxpath ) |
143+ | Apache Commons Lang | [ commons-lang] ( https://github.com/apache/commons-lang ) | [ commons-lang] ( https://commons.apache.org/proper/commons-lang ) |
144+ | Apache Commons Logging | [ commons-logging] ( https://github.com/apache/commons-logging ) | [ commons-logging] ( https://commons.apache.org/proper/commons-logging ) |
145+ | Apache Commons Math | [ commons-math] ( https://github.com/apache/commons-math ) | [ commons-math] ( https://commons.apache.org/proper/commons-math ) |
146+ | Apache Commons Net | [ commons-net] ( https://github.com/apache/commons-net ) | [ commons-net] ( https://commons.apache.org/proper/commons-net ) |
147+ | Apache Commons Numbers | [ commons-numbers] ( https://github.com/apache/commons-numbers ) | [ commons-numbers] ( https://commons.apache.org/proper/commons-numbers ) |
148+ | Apache Commons Parent | [ commons-parent] ( https://github.com/apache/commons-parent ) | [ commons-parent] ( https://commons.apache.org/proper/commons-parent ) |
149+ | Apache Commons Pool | [ commons-pool] ( https://github.com/apache/commons-pool ) | [ commons-pool] ( https://commons.apache.org/proper/commons-pool ) |
150+ | Apache Commons Proxy | [ commons-proxy] ( https://github.com/apache/commons-proxy ) | [ commons-proxy] ( https://commons.apache.org/proper/commons-proxy ) |
151+ | Apache Commons RDF | [ commons-rdf] ( https://github.com/apache/commons-rdf ) | [ commons-rdf] ( https://commons.apache.org/proper/commons-rdf ) |
152+ | Apache Commons Release-plugin | [ commons-release-plugin] ( https://github.com/apache/commons-release-plugin ) | [ commons-release-plugin] ( https://commons.apache.org/proper/commons-release-plugin ) |
153+ | Apache Commons Rng | [ commons-rng] ( https://github.com/apache/commons-rng ) | [ commons-rng] ( https://commons.apache.org/proper/commons-rng ) |
154+ | Apache Commons Scxml | [ commons-scxml] ( https://github.com/apache/commons-scxml ) | [ commons-scxml] ( https://commons.apache.org/proper/commons-scxml ) |
155+ | Apache Commons Signing | [ commons-signing] ( https://github.com/apache/commons-signing ) | [ commons-signing] ( https://commons.apache.org/proper/commons-signing ) |
156+ | Apache Commons Skin | [ commons-skin] ( https://github.com/apache/commons-skin ) | [ commons-skin] ( https://commons.apache.org/proper/commons-skin ) |
157+ | Apache Commons Statistics | [ commons-statistics] ( https://github.com/apache/commons-statistics ) | [ commons-statistics] ( https://commons.apache.org/proper/commons-statistics ) |
158+ | Apache Commons Testing | [ commons-testing] ( https://github.com/apache/commons-testing ) | [ commons-testing] ( https://commons.apache.org/proper/commons-testing ) |
159+ | Apache Commons Text | [ commons-text] ( https://github.com/apache/commons-text ) | [ commons-text] ( https://commons.apache.org/proper/commons-text ) |
160+ | Apache Commons Validator | [ commons-validator] ( https://github.com/apache/commons-validator ) | [ commons-validator] ( https://commons.apache.org/proper/commons-validator ) |
161+ | Apache Commons VFS | [ commons-vfs] ( https://github.com/apache/commons-vfs ) | [ commons-vfs] ( https://commons.apache.org/proper/commons-vfs ) |
162+ | Apache Commons Weaver | [ commons-weaver] ( https://github.com/apache/commons-weaver ) | [ commons-weaver] ( https://commons.apache.org/proper/commons-weaver ) |
0 commit comments