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
commit 552df8f58cc0e22162d18ced535c25aa97d2a95b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Oct 23 08:36:57 2023 -0400 Update commons.release.version to match pom version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1082fe4c..6c6c71dc 100644 --- a/pom.xml +++ b/pom.xml @@ -273,7 +273,7 @@ limitations under the License. <checkstyle.config.file>${basedir}/src/conf/checkstyle.xml</checkstyle.config.file> <jacoco.skip>false</jacoco.skip> <!-- Commons Release Plugin --> - <commons.release.version>1.16.0</commons.release.version> + <commons.release.version>1.16.1</commons.release.version> <commons.bc.version>1.16.0</commons.bc.version> <commons.rc.version>R1</commons.rc.version> <commons.release-plugin.version>1.7</commons.release-plugin.version>