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 690bbb87 Bump org.apache.commons:commons-parent from 88 to 96.
690bbb87 is described below

commit 690bbb87c0e2cca3f262a53badb5a099ed913971
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 23 08:13:10 2026 -0500

    Bump org.apache.commons:commons-parent from 88 to 96.
---
 pom.xml                      | 2 +-
 src/changes/changes.xml      | 6 ++----
 src/conf/pmd/pmd-ruleset.xml | 5 ++++-
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 70c1fcec..d2225d56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>88</version>
+    <version>96</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c107bfc9..a40a69b5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -52,10 +52,8 @@ If the output is not quite correct, check for invisible 
trailing spaces!
     <title>Apache Commons Statistics Release Notes</title>
   </properties>
   <body>
-
-    <release version="1.3" date="TBD" description="
-Adds new features (requires Java 8).
-">
+    <release version="1.3" date="TBD" description="Adds new features (requires 
Java 8).">
+      <action dev="ggregory" type="update">Bump 
org.apache.commons:commons-parent from 88 to 96.</action>
     </release>
 
     <release version="1.2" date="2025-09-17" description="
diff --git a/src/conf/pmd/pmd-ruleset.xml b/src/conf/pmd/pmd-ruleset.xml
index 726a5b43..ea95fe89 100644
--- a/src/conf/pmd/pmd-ruleset.xml
+++ b/src/conf/pmd/pmd-ruleset.xml
@@ -147,7 +147,10 @@
   <rule ref="category/java/design.xml/AvoidDeeplyNestedIfStmts">
     <properties>
       <property name="violationSuppressXPath"
-        
value="./ancestor-or-self::ClassDeclaration[@SimpleName='AbstractContinuousDistribution']"/>
+        
value="./ancestor-or-self::ClassDeclaration[@SimpleName='AbstractContinuousDistribution'
 
+        or @SimpleName='SumOfFourthDeviations' 
+        or @SimpleName='SumOfCubedDeviations'
+        or @SimpleName='BrentOptimizer']"/>
     </properties>
   </rule>
   <rule ref="category/java/design.xml/NcssCount">

Reply via email to