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-math.git
The following commit(s) were added to refs/heads/master by this push: new c7531ac69 Bump commons-parent from 57 to 58 c7531ac69 is described below commit c7531ac6984aeb71e4c1e729851412fddd6b6c4b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu May 25 16:33:07 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 f3def53f9..d7969a7bc 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>57</version> + <version>58</version> </parent> <artifactId>commons-math-parent</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c93cfa424..4242b6c40 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -103,6 +103,9 @@ Caveat: <action dev="erans" type="update" issue="MATH-1654" due-to="Cyril de Catheu"> "Array2DRowRealMatrix": Performance enhancement ("getEntry"). </action> + <action dev="ggregory" type="update" due-to="Gary Gregory"> + Bump commons-parent from 57 to 58. + </action> </release> <release version="4.0-beta1" date="2022-12-20" description="