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-numbers.git
The following commit(s) were added to refs/heads/master by this push: new bfff1073 Bump commons-parent from 57 to 58 bfff1073 is described below commit bfff10731a77eda8f6380f071192357245eecda5 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu May 25 17:57:08 2023 -0400 Bump commons-parent from 57 to 58 --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 11b7cb25..83a37ba1 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>56</version> + <version>58</version> </parent> <artifactId>commons-numbers-parent</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 914b4af3..6379e8cb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -65,6 +65,9 @@ New features, updates and bug fixes. <action dev="aherbert" type="add" issue="NUMBERS-29"> Add "Stirling" class to compute Stirling numbers of the second kind. </action> + <action type="update" dev="ggregory"> + Bump commons-parent from 57 to 58. + </action> </release>