Skip to content

Commit 393b8f7

Browse files
committed
Prepare for release candidate
1 parent 7bfa8af commit 393b8f7

File tree

5 files changed

+91
-30
lines changed

5 files changed

+91
-30
lines changed

README.md

+60-9
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
|**** THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN ****|
2121
|**** DO NOT EDIT DIRECTLY ****|
2222
|**** ****|
23-
|**** Note: This file has been manually edited to fix the badges ****|
24-
|**** for Coverage and Maven Central. Please verify if updated. ****|
25-
|**** ****|
2623
+======================================================================+
2724
| TEMPLATE FILE: readme-md-template.md |
2825
| commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
@@ -47,9 +44,9 @@ Apache Commons Codec
4744
===================
4845

4946
[![GitHub Actions Status](https://github.com/apache/commons-codec/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-codec/actions)
50-
[![Coverage Status](https://codecov.io/gh/apache/commons-codec/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-codec/branch/master)
47+
[![Coverage Status](https://codecov.io/gh/apache/commons-codec/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-codec)
5148
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-codec/commons-codec/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/commons-codec/commons-codec/?gav=true)
52-
[![Javadocs](https://javadoc.io/badge/commons-codec/commons-codec/1.15.svg)](https://javadoc.io/doc/commons-codec/commons-codec/1.15)
49+
[![Javadocs](https://javadoc.io/badge/commons-codec/commons-codec/1.16.0.svg)](https://javadoc.io/doc/commons-codec/commons-codec/1.16.0)
5350
[![CodeQL](https://github.com/apache/commons-codec/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-codec/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)
5451
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-codec/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-codec)
5552

@@ -69,20 +66,20 @@ Where can I get the latest release?
6966
-----------------------------------
7067
You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-codec/download_codec.cgi).
7168

72-
Alternatively, you can pull it from the central Maven repositories:
69+
Alternatively, you can pull it from the central Maven repositories:
7370

7471
```xml
7572
<dependency>
7673
<groupId>commons-codec</groupId>
7774
<artifactId>commons-codec</artifactId>
78-
<version>1.16</version>
75+
<version>1.16.0</version>
7976
</dependency>
8077
```
8178

8279
Contributing
8380
------------
8481

85-
We accept Pull Requests via GitHub. The [developer mailing list][ml] is the main channel of communication for contributors.
82+
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.
8683
There are some guidelines which will make applying PRs easier for us:
8784
+ No tabs! Please use spaces for indentation.
8885
+ Respect the code style.
@@ -107,7 +104,61 @@ Additional Resources
107104

108105
+ [Apache Commons Homepage](https://commons.apache.org/)
109106
+ [Apache Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/CODEC)
107+
+ [Apache Commons Slack Channel](https://the-asf.slack.com/archives/C60NVB8AD)
110108
+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
111109
+ `#apache-commons` IRC channel on `irc.freenode.org`
112110

113-
[ml]:https://commons.apache.org/mail-lists.html
111+
Apache Commons Components
112+
-------------------------
113+
114+
| Component | GitHub Repository | Apache Homepage |
115+
| --------- | ----------------- | ----------------|
116+
| Apache Commons BCEL | [commons-bcel](https://github.com/apache/commons-bcel) | [commons-bcel](https://commons.apache.org/proper/commons-bcel) |
117+
| Apache Commons Beanutils | [commons-beanutils](https://github.com/apache/commons-beanutils) | [commons-beanutils](https://commons.apache.org/proper/commons-beanutils) |
118+
| Apache Commons BSF | [commons-bsf](https://github.com/apache/commons-bsf) | [commons-bsf](https://commons.apache.org/proper/commons-bsf) |
119+
| 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) |
120+
| Apache Commons Chain | [commons-chain](https://github.com/apache/commons-chain) | [commons-chain](https://commons.apache.org/proper/commons-chain) |
121+
| Apache Commons CLI | [commons-cli](https://github.com/apache/commons-cli) | [commons-cli](https://commons.apache.org/proper/commons-cli) |
122+
| Apache Commons Codec | [commons-codec](https://github.com/apache/commons-codec) | [commons-codec](https://commons.apache.org/proper/commons-codec) |
123+
| Apache Commons Collections | [commons-collections](https://github.com/apache/commons-collections) | [commons-collections](https://commons.apache.org/proper/commons-collections) |
124+
| Apache Commons Compress | [commons-compress](https://github.com/apache/commons-compress) | [commons-compress](https://commons.apache.org/proper/commons-compress) |
125+
| Apache Commons Configuration | [commons-configuration](https://github.com/apache/commons-configuration) | [commons-configuration](https://commons.apache.org/proper/commons-configuration) |
126+
| Apache Commons Crypto | [commons-crypto](https://github.com/apache/commons-crypto) | [commons-crypto](https://commons.apache.org/proper/commons-crypto) |
127+
| Apache Commons CSV | [commons-csv](https://github.com/apache/commons-csv) | [commons-csv](https://commons.apache.org/proper/commons-csv) |
128+
| Apache Commons Daemon | [commons-daemon](https://github.com/apache/commons-daemon) | [commons-daemon](https://commons.apache.org/proper/commons-daemon) |
129+
| Apache Commons DBCP | [commons-dbcp](https://github.com/apache/commons-dbcp) | [commons-dbcp](https://commons.apache.org/proper/commons-dbcp) |
130+
| Apache Commons Dbutils | [commons-dbutils](https://github.com/apache/commons-dbutils) | [commons-dbutils](https://commons.apache.org/proper/commons-dbutils) |
131+
| Apache Commons Digester | [commons-digester](https://github.com/apache/commons-digester) | [commons-digester](https://commons.apache.org/proper/commons-digester) |
132+
| Apache Commons Email | [commons-email](https://github.com/apache/commons-email) | [commons-email](https://commons.apache.org/proper/commons-email) |
133+
| Apache Commons Exec | [commons-exec](https://github.com/apache/commons-exec) | [commons-exec](https://commons.apache.org/proper/commons-exec) |
134+
| Apache Commons Fileupload | [commons-fileupload](https://github.com/apache/commons-fileupload) | [commons-fileupload](https://commons.apache.org/proper/commons-fileupload) |
135+
| Apache Commons Functor | [commons-functor](https://github.com/apache/commons-functor) | [commons-functor](https://commons.apache.org/proper/commons-functor) |
136+
| Apache Commons Geometry | [commons-geometry](https://github.com/apache/commons-geometry) | [commons-geometry](https://commons.apache.org/proper/commons-geometry) |
137+
| Apache Commons Graph | [commons-graph](https://github.com/apache/commons-graph) | [commons-graph](https://commons.apache.org/proper/commons-graph) |
138+
| Apache Commons Imaging | [commons-imaging](https://github.com/apache/commons-imaging) | [commons-imaging](https://commons.apache.org/proper/commons-imaging) |
139+
| Apache Commons IO | [commons-io](https://github.com/apache/commons-io) | [commons-io](https://commons.apache.org/proper/commons-io) |
140+
| Apache Commons JCI | [commons-jci](https://github.com/apache/commons-jci) | [commons-jci](https://commons.apache.org/proper/commons-jci) |
141+
| Apache Commons JCS | [commons-jcs](https://github.com/apache/commons-jcs) | [commons-jcs](https://commons.apache.org/proper/commons-jcs) |
142+
| Apache Commons Jelly | [commons-jelly](https://github.com/apache/commons-jelly) | [commons-jelly](https://commons.apache.org/proper/commons-jelly) |
143+
| Apache Commons Jexl | [commons-jexl](https://github.com/apache/commons-jexl) | [commons-jexl](https://commons.apache.org/proper/commons-jexl) |
144+
| Apache Commons Jxpath | [commons-jxpath](https://github.com/apache/commons-jxpath) | [commons-jxpath](https://commons.apache.org/proper/commons-jxpath) |
145+
| Apache Commons Lang | [commons-lang](https://github.com/apache/commons-lang) | [commons-lang](https://commons.apache.org/proper/commons-lang) |
146+
| Apache Commons Logging | [commons-logging](https://github.com/apache/commons-logging) | [commons-logging](https://commons.apache.org/proper/commons-logging) |
147+
| Apache Commons Math | [commons-math](https://github.com/apache/commons-math) | [commons-math](https://commons.apache.org/proper/commons-math) |
148+
| Apache Commons Net | [commons-net](https://github.com/apache/commons-net) | [commons-net](https://commons.apache.org/proper/commons-net) |
149+
| Apache Commons Numbers | [commons-numbers](https://github.com/apache/commons-numbers) | [commons-numbers](https://commons.apache.org/proper/commons-numbers) |
150+
| Apache Commons Parent | [commons-parent](https://github.com/apache/commons-parent) | [commons-parent](https://commons.apache.org/proper/commons-parent) |
151+
| Apache Commons Pool | [commons-pool](https://github.com/apache/commons-pool) | [commons-pool](https://commons.apache.org/proper/commons-pool) |
152+
| Apache Commons Proxy | [commons-proxy](https://github.com/apache/commons-proxy) | [commons-proxy](https://commons.apache.org/proper/commons-proxy) |
153+
| Apache Commons RDF | [commons-rdf](https://github.com/apache/commons-rdf) | [commons-rdf](https://commons.apache.org/proper/commons-rdf) |
154+
| 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) |
155+
| Apache Commons Rng | [commons-rng](https://github.com/apache/commons-rng) | [commons-rng](https://commons.apache.org/proper/commons-rng) |
156+
| Apache Commons Scxml | [commons-scxml](https://github.com/apache/commons-scxml) | [commons-scxml](https://commons.apache.org/proper/commons-scxml) |
157+
| Apache Commons Signing | [commons-signing](https://github.com/apache/commons-signing) | [commons-signing](https://commons.apache.org/proper/commons-signing) |
158+
| Apache Commons Skin | [commons-skin](https://github.com/apache/commons-skin) | [commons-skin](https://commons.apache.org/proper/commons-skin) |
159+
| Apache Commons Statistics | [commons-statistics](https://github.com/apache/commons-statistics) | [commons-statistics](https://commons.apache.org/proper/commons-statistics) |
160+
| Apache Commons Testing | [commons-testing](https://github.com/apache/commons-testing) | [commons-testing](https://commons.apache.org/proper/commons-testing) |
161+
| Apache Commons Text | [commons-text](https://github.com/apache/commons-text) | [commons-text](https://commons.apache.org/proper/commons-text) |
162+
| Apache Commons Validator | [commons-validator](https://github.com/apache/commons-validator) | [commons-validator](https://commons.apache.org/proper/commons-validator) |
163+
| Apache Commons VFS | [commons-vfs](https://github.com/apache/commons-vfs) | [commons-vfs](https://commons.apache.org/proper/commons-vfs) |
164+
| Apache Commons Weaver | [commons-weaver](https://github.com/apache/commons-weaver) | [commons-weaver](https://commons.apache.org/proper/commons-weaver) |

src/changes/changes.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The <action> type attribute can be add,update,fix,remove.
4444
</properties>
4545
<body>
4646

47-
<release version="1.16.0" date="TBD" description="Feature and fix release.">
47+
<release version="1.16.0" date="2023-06-17" description="Feature and fix release.">
4848
<!-- FIX -->
4949
<action issue="CODEC-295" dev="ggregory" type="fix" due-to="Arturo Bernal">Minor improvements #67.</action>
5050
<action dev="aherbert" type="fix" due-to="James Gan">Remove duplicated words from Javadocs.</action>

src/site/xdoc/download_codec.xml

+14-14
Original file line numberDiff line numberDiff line change
@@ -107,38 +107,38 @@ limitations under the License.
107107
failing that using the <code>SHA512</code> hash (<code>*.sha512</code> checksum files).
108108
</p>
109109
<p>
110-
The <a href="https://www.apache.org/dist/commons/KEYS">KEYS</a>
110+
The <a href="https://downloads.apache.org/commons/KEYS">KEYS</a>
111111
file contains the public PGP keys used by Apache Commons developers
112112
to sign releases.
113113
</p>
114114
</subsection>
115115
</section>
116-
<section name="Apache Commons Codec 1.16 ">
116+
<section name="Apache Commons Codec 1.16.0 ">
117117
<subsection name="Binaries">
118118
<table>
119119
<tr>
120-
<td><a href="[preferred]/commons/codec/binaries/commons-codec-1.16-bin.tar.gz">commons-codec-1.16-bin.tar.gz</a></td>
121-
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.16-bin.tar.gz.sha512">sha512</a></td>
122-
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.16-bin.tar.gz.asc">pgp</a></td>
120+
<td><a href="[preferred]/commons/codec/binaries/commons-codec-1.16.0-bin.tar.gz">commons-codec-1.16.0-bin.tar.gz</a></td>
121+
<td><a href="https://downloads.apache.org/commons/codec/binaries/commons-codec-1.16.0-bin.tar.gz.sha512">sha512</a></td>
122+
<td><a href="https://downloads.apache.org/commons/codec/binaries/commons-codec-1.16.0-bin.tar.gz.asc">pgp</a></td>
123123
</tr>
124124
<tr>
125-
<td><a href="[preferred]/commons/codec/binaries/commons-codec-1.16-bin.zip">commons-codec-1.16-bin.zip</a></td>
126-
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.16-bin.zip.sha512">sha512</a></td>
127-
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.16-bin.zip.asc">pgp</a></td>
125+
<td><a href="[preferred]/commons/codec/binaries/commons-codec-1.16.0-bin.zip">commons-codec-1.16.0-bin.zip</a></td>
126+
<td><a href="https://downloads.apache.org/commons/codec/binaries/commons-codec-1.16.0-bin.zip.sha512">sha512</a></td>
127+
<td><a href="https://downloads.apache.org/commons/codec/binaries/commons-codec-1.16.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/codec/source/commons-codec-1.16-src.tar.gz">commons-codec-1.16-src.tar.gz</a></td>
135-
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.16-src.tar.gz.sha512">sha512</a></td>
136-
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.16-src.tar.gz.asc">pgp</a></td>
134+
<td><a href="[preferred]/commons/codec/source/commons-codec-1.16.0-src.tar.gz">commons-codec-1.16.0-src.tar.gz</a></td>
135+
<td><a href="https://downloads.apache.org/commons/codec/source/commons-codec-1.16.0-src.tar.gz.sha512">sha512</a></td>
136+
<td><a href="https://downloads.apache.org/commons/codec/source/commons-codec-1.16.0-src.tar.gz.asc">pgp</a></td>
137137
</tr>
138138
<tr>
139-
<td><a href="[preferred]/commons/codec/source/commons-codec-1.16-src.zip">commons-codec-1.16-src.zip</a></td>
140-
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.16-src.zip.sha512">sha512</a></td>
141-
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.16-src.zip.asc">pgp</a></td>
139+
<td><a href="[preferred]/commons/codec/source/commons-codec-1.16.0-src.zip">commons-codec-1.16.0-src.zip</a></td>
140+
<td><a href="https://downloads.apache.org/commons/codec/source/commons-codec-1.16.0-src.zip.sha512">sha512</a></td>
141+
<td><a href="https://downloads.apache.org/commons/codec/source/commons-codec-1.16.0-src.zip.asc">pgp</a></td>
142142
</tr>
143143
</table>
144144
</subsection>

src/site/xdoc/issue-tracking.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ limitations under the License.
8585
</p>
8686

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

0 commit comments

Comments
 (0)