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-lang.git
The following commit(s) were added to refs/heads/master by this push: new 8c6d87463 Bump commons-parent from 61 to 62 8c6d87463 is described below commit 8c6d874637b2e3342cbc1770c9a61ff184e483b0 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Sep 7 09:22:02 2023 -0400 Bump commons-parent from 61 to 62 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d76318966..285edd64a 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>61</version> + <version>62</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-lang3</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1d4afcef6..32a259509 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -65,7 +65,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="add" dev="ggregory" due-to="Gary Gregory">Add FastDateParser.TimeZoneStrategy.TzInfo.toString().</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add LocaleUtils.isLanguageUndetermined(Locale).</action> <!-- UPDATE --> - <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 58 to 61.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 58 to 62.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.easymock:easymock from 5.1.0 to 5.2.0 #1104.</action> </release> <release version="3.13.0" date="2023-07-23" description="New features and bug fixes (Java 8).">