From 18d83b18ecdb6d397aecdf8047748f39b7e13c24 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 17 Jun 2023 16:21:31 -0400 Subject: [PATCH] Prepare for release candidate --- pom.xml | 8 ++++---- src/changes/changes.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index df34532b93..5cb3f7763d 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ limitations under the License. commons-codec commons-codec - 1.16-SNAPSHOT + 1.16.0-SNAPSHOT Apache Commons Codec 2002 @@ -267,15 +267,15 @@ limitations under the License. ${basedir}/src/conf/checkstyle.xml false false - + 1.16.0 1.15 RC1 1.7 true scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid} - Matt Sicker - 748F15B2CF9BA8F024155E6ED7C92B70FA1C814D + Gary Gregory + 86fdc7e2a11262cb clean install apache-rat:check japicmp:cmp checkstyle:check javadoc:javadoc diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 71160a5910..c5053dfb79 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -44,7 +44,7 @@ The type attribute can be add,update,fix,remove. - + Minor improvements #67. Remove duplicated words from Javadocs.