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-geometry.git
The following commit(s) were added to refs/heads/master by this push:
new 2cedfee5 Bump org.apache.commons:commons-parent from 90 to 96.
2cedfee5 is described below
commit 2cedfee51e80f04deefb2a938171efe567ff1092
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 23 07:54:45 2026 -0500
Bump org.apache.commons:commons-parent from 90 to 96.
---
pom.xml | 9 ++++++++-
src/changes/changes.xml | 2 +-
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index a0c2b8c7..ed14d818 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>90</version>
+ <version>96</version>
</parent>
<artifactId>commons-geometry-parent</artifactId>
@@ -301,6 +301,13 @@
<exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude>
<exclude>src/site/resources/txt/userguide/stress/**</exclude>
<exclude>dist-archive/**</exclude>
+
<exclude>commons-geometry-io-euclidean/src/test/resources/models/cube-minus-sphere.csv</exclude>
+
<exclude>commons-geometry-io-euclidean/src/test/resources/models/cube-minus-sphere.txt</exclude>
+
<exclude>commons-geometry-io-euclidean/src/test/resources/models/cube.csv</exclude>
+
<exclude>commons-geometry-io-euclidean/src/test/resources/models/cube.txt</exclude>
+
<exclude>commons-geometry-io-euclidean/src/test/resources/models/empty.csv</exclude>
+
<exclude>commons-geometry-io-euclidean/src/test/resources/models/empty.stl</exclude>
+
<exclude>commons-geometry-io-euclidean/src/test/resources/models/empty.txt</exclude>
</excludes>
</configuration>
</plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f05fecd1..2b896cf4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -81,7 +81,7 @@ Apache Commons Geometry 1.0 contains the following library
modules:
Fix misclassification of points near zero in AngularInterval.
</action>
<action dev="ggregory" type="fix">
- Bump org.apache.commons:commons-parent from 84 to 85 #256.
+ Bump org.apache.commons:commons-parent from 84 to 96 #256.
</action>
</release>