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 90574b608 Bump org.apache.commons:commons-parent from 89 to 96
90574b608 is described below
commit 90574b6089f9455f22103a1f62c7a2d0250c9c4e
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 22 11:55:58 2026 -0500
Bump org.apache.commons:commons-parent from 89 to 96
---
commons-math-legacy/pom.xml | 37 +++++++++++++++++++++++++++++++++++++
pom.xml | 31 +++++++++++++++++--------------
src/changes/changes.xml | 2 +-
3 files changed, 55 insertions(+), 15 deletions(-)
diff --git a/commons-math-legacy/pom.xml b/commons-math-legacy/pom.xml
index 04f70542f..0b87d9805 100644
--- a/commons-math-legacy/pom.xml
+++ b/commons-math-legacy/pom.xml
@@ -205,6 +205,43 @@
<suppressionsLocation>${math.parent.dir}/src/main/resources/checkstyle/checkstyle-suppressions-legacy.xml</suppressionsLocation>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <!-- Note: commons-parent binds the check goal to the validate phase
-->
+ <configuration>
+ <!--
+ Needed for command-line access, e.g mvn apache-rat:rat and mvn
apache-rat:check
+ Below should agree with config in <reporting> section, so the site
+ gets consistent output.
+ -->
+ <excludes combine.children="append">
+ <exclude>dist-archive/**</exclude>
+ <exclude>**/site-content/**</exclude>
+ <!-- MANIFEST files cannot have any comments, so we can't put
license header -->
+
<exclude>src/test/maxima/special/RealFunctionValidation/MANIFEST.txt</exclude>
+ <!-- the following are test data files with specific syntax that
cannot include
+ Apache header (and the contained data is public, it is not
owned by Apache) -->
+
<exclude>src/main/resources/assets/org/apache/commons/math4/legacy/random/new-joe-kuo-6.21201</exclude>
+
<exclude>src/test/resources/org/apache/commons/math4/legacy/distribution/testData.txt</exclude>
+
<exclude>src/test/resources/org/apache/commons/math4/legacy/random/emptyFile.txt</exclude>
+
<exclude>src/test/resources/org/apache/commons/math4/legacy/stat/data/PiDigits.txt</exclude>
+
<exclude>src/test/resources/org/apache/commons/math4/legacy/stat/data/NumAcc3.txt</exclude>
+
<exclude>src/test/resources/org/apache/commons/math4/legacy/stat/data/Lew.txt</exclude>
+
<exclude>src/test/resources/org/apache/commons/math4/legacy/stat/data/NumAcc2.txt</exclude>
+
<exclude>src/test/resources/org/apache/commons/math4/legacy/stat/data/NumAcc1.txt</exclude>
+
<exclude>src/test/resources/org/apache/commons/math4/legacy/stat/data/Lottery.txt</exclude>
+
<exclude>src/test/resources/org/apache/commons/math4/legacy/stat/data/NumAcc4.txt</exclude>
+
<exclude>src/test/resources/org/apache/commons/math4/legacy/stat/data/Michelso.txt</exclude>
+
<exclude>src/test/resources/org/apache/commons/math4/legacy/stat/data/Mavro.txt</exclude>
+
<exclude>src/test/resources/org/apache/commons/math4/legacy/fitting/leastsquares/Lanczos1.dat</exclude>
+
<exclude>src/test/resources/org/apache/commons/math4/legacy/fitting/leastsquares/MGH17.dat</exclude>
+ <!-- direction numbers for Sobol generation from Frances Y. Kuo
and Stephen Joe,
+ available under a BSD-style license (see LICENSE.txt) -->
+
<exclude>src/main/resources/assets/org/apache/commons/math4/legacy/random/new-joe-kuo-6.21201</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
</plugins>
</build>
diff --git a/pom.xml b/pom.xml
index 6e3413bff..fb08be7a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>89</version>
+ <version>96</version>
</parent>
<artifactId>commons-math4-parent</artifactId>
@@ -340,25 +340,28 @@
<exclude>**/site-content/**</exclude>
<!-- MANIFEST files cannot have any comments, so we can't put
license header -->
-
<exclude>src/test/maxima/special/RealFunctionValidation/MANIFEST.txt</exclude>
+
<exclude>commons-math-legacy/src/test/maxima/special/RealFunctionValidation/MANIFEST.txt</exclude>
<!-- the following are test data files with specific syntax that
cannot include
Apache header (and the contained data is public, it is not
owned by Apache) -->
-
<exclude>src/test/resources/org/apache/commons/math4/legacy/distribution/testData.txt</exclude>
-
<exclude>src/test/resources/org/apache/commons/math4/legacy/random/emptyFile.txt</exclude>
-
<exclude>src/test/resources/org/apache/commons/math4/legacy/stat/data/PiDigits.txt</exclude>
-
<exclude>src/test/resources/org/apache/commons/math4/legacy/stat/data/NumAcc3.txt</exclude>
-
<exclude>src/test/resources/org/apache/commons/math4/legacy/stat/data/Lew.txt</exclude>
-
<exclude>src/test/resources/org/apache/commons/math4/legacy/stat/data/NumAcc2.txt</exclude>
-
<exclude>src/test/resources/org/apache/commons/math4/legacy/stat/data/NumAcc1.txt</exclude>
-
<exclude>src/test/resources/org/apache/commons/math4/legacy/stat/data/Lottery.txt</exclude>
-
<exclude>src/test/resources/org/apache/commons/math4/legacy/stat/data/NumAcc4.txt</exclude>
-
<exclude>src/test/resources/org/apache/commons/math4/legacy/stat/data/Michelso.txt</exclude>
-
<exclude>src/test/resources/org/apache/commons/math4/legacy/stat/data/Mavro.txt</exclude>
+
<exclude>commons-math-legacy/src/main/resources/assets/org/apache/commons/math4/legacy/random/new-joe-kuo-6.21201</exclude>
+
<exclude>commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/distribution/testData.txt</exclude>
+
<exclude>commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/random/emptyFile.txt</exclude>
+
<exclude>commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/stat/data/PiDigits.txt</exclude>
+
<exclude>commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/stat/data/NumAcc3.txt</exclude>
+
<exclude>commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/stat/data/Lew.txt</exclude>
+
<exclude>commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/stat/data/NumAcc2.txt</exclude>
+
<exclude>commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/stat/data/NumAcc1.txt</exclude>
+
<exclude>commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/stat/data/Lottery.txt</exclude>
+
<exclude>commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/stat/data/NumAcc4.txt</exclude>
+
<exclude>commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/stat/data/Michelso.txt</exclude>
+
<exclude>commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/stat/data/Mavro.txt</exclude>
+
<exclude>commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/fitting/leastsquares/Lanczos1.dat</exclude>
+
<exclude>commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/fitting/leastsquares/MGH17.dat</exclude>
<!-- direction numbers for Sobol generation from Frances Y. Kuo
and Stephen Joe,
available under a BSD-style license (see LICENSE.txt) -->
-
<exclude>src/main/resources/assets/org/apache/commons/math4/legacy/random/new-joe-kuo-6.21201</exclude>
+
<exclude>commons-math-legacy/src/main/resources/assets/org/apache/commons/math4/legacy/random/new-joe-kuo-6.21201</exclude>
</excludes>
</configuration>
</plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index eed1cb04c..d4d48f6d4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -125,7 +125,7 @@ Caveat:
transferred to Commons Statistics inference.
</action>
<action dev="sebb" type="fix">Drop coveralls, as no longer used</action>
- <action dev="sebb" type="update">Bump Commons Parent from 78 to
81</action>
+ <action dev="sebb" type="update">Bump Commons Parent from 78 to
96</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.0-alpha6</action>
<action dev="engelen" type="update" due-to="Dependabot">Bump
org.apache.commons:commons-rng-bom from 1.5 to 1.6 #244</action>