This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git
The following commit(s) were added to refs/heads/master by this push: new 3a6873e8 Fix typos 3a6873e8 is described below commit 3a6873e888fa0678ee6934c0990f7e41c4df6957 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Apr 27 10:11:13 2024 -0400 Fix typos --- RELEASE-NOTES.txt | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index ee1f2a3c..920aa617 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,7 +1,7 @@ Apache Commons Codec 1.17.0 RELEASE NOTES ----------------------------------------- -The Apache Commons Codec component contains encoder and decoders for +The Apache Commons Codec component contains encoders and decoders for various formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities. @@ -49,7 +49,7 @@ Download page: https://commons.apache.org/proper/commons-codec/download_codec.cg Apache Commons Codec 1.16.1 RELEASE NOTES ----------------------------------------- -The Apache Commons Codec component contains encoder and decoders for +The Apache Commons Codec component contains encoders and decoders for various formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities. diff --git a/pom.xml b/pom.xml index ff976aae..2968346c 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ limitations under the License. <name>Apache Commons Codec</name> <inceptionYear>2002</inceptionYear> <description> - The Apache Commons Codec component contains encoder and decoders for + The Apache Commons Codec component contains encoders and decoders for various formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.