This is an automated email from the ASF dual-hosted git repository. sebb 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 7b4e8d2e7 Typo: 1.0-alpha5 to 1.0.0-alpha5 [skip ci] 7b4e8d2e7 is described below commit 7b4e8d2e76515fbc86568f73b25e6682d78c1fc0 Author: Sebb <s...@apache.org> AuthorDate: Mon Feb 24 22:34:13 2025 +0000 Typo: 1.0-alpha5 to 1.0.0-alpha5 [skip ci] --- commons-math-examples/pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commons-math-examples/pom.xml b/commons-math-examples/pom.xml index c56070f7f..1c306d36f 100644 --- a/commons-math-examples/pom.xml +++ b/commons-math-examples/pom.xml @@ -48,7 +48,7 @@ <math.parent.dir>${basedir}/..</math.parent.dir> <math.jira.component>examples</math.jira.component> - <math.imaging.version>1.0-alpha5</math.imaging.version> + <math.imaging.version>1.0.0-alpha5</math.imaging.version> <math.picocli.version>4.7.6</math.picocli.version> <!-- Disable JApiCmp failures (but keep the report). The examples API is allowed to change. --> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 58748b5bd..94943c562 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -98,7 +98,7 @@ Caveat: "> <action dev="sebb" type="update">Bump Commons Parent from 78 to 81</action> <action dev="sebb" type="update">Bump picocli from 3.9.5 to 4.7.6</action> - <action dev="sebb" type="update">Bump Commons Imaging from 1.0-alpha3 to 1.0-alpha5</action> + <action dev="sebb" type="update">Bump Commons Imaging from 1.0-alpha3 to 1.0.0-alpha5</action> <action dev="engelen" type="update" due-to="Dependabot">Bump org.apache.commons:commons-rng-bom from 1.5 to 1.6 #244</action> <action dev="erans" type="update" issue="MATH-1669" due-to="Wolff Bock von Wuelfingen"> Javadoc: Fix broken link.