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-statistics.git
The following commit(s) were added to refs/heads/master by this push: new 5eabc73 Bump commons-parent from 57 to 58 5eabc73 is described below commit 5eabc736169a86cb535bdd615868543b678d4bce Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu May 25 19:13:54 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 657a1c3..3436266 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>57</version> + <version>58</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 127f461..959acf7 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -80,6 +80,9 @@ Adds ranking, inference and bom modules. (requires Java 8). Add a commons-statistics-ranking module for rank transformations. This ports and updates functionality in org.apache.commons.math4.stat.ranking. </action> + <action type="update" dev="ggregory"> + Bump commons-parent from 57 to 58. + </action> </release> <release version="1.0" date="2022-12-05" description="