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-parent.git
The following commit(s) were added to refs/heads/master by this push: new fb4896d Update version properties fb4896d is described below commit fb4896d42d9a8bd12f81e3669fa40fd52868915b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 24 07:29:40 2023 -0400 Update version properties --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1cd9dc8..bf86561 100644 --- a/pom.xml +++ b/pom.xml @@ -92,8 +92,8 @@ <!-- configuration bits for cutting a release candidate, must be overridden by components --> <!-- TODO How can we make project.build.outputTimestamp and changes.xml's release data the same? --> <project.build.outputTimestamp>2023-10-09T17:15:16Z</project.build.outputTimestamp> - <commons.release.version>64</commons.release.version> - <commons.release.next>65</commons.release.next> + <commons.release.version>65</commons.release.version> + <commons.release.next>66</commons.release.next> <commons.rc.version>RC1</commons.rc.version> <commons.jira.id>COMMONSSITE</commons.jira.id> <!-- Commons Release Plugin -->