Skip to content

Commit 1492f06

Browse files
committed
Merge branch 'issue-386' into release-4.0
2 parents bd9f5ba + 9525b7e commit 1492f06

File tree

38 files changed

+142
-53
lines changed

38 files changed

+142
-53
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Alternatively you can pull it from the central Maven repositories using `pom.xml
4141
<project>
4242
<properties>
4343
<!-- change the Hipparchus version number to the one suiting your needs -->
44-
<myprojectname.hipparchus.version>4.0</myprojectname.hipparchus.version>
44+
<myprojectname.hipparchus.version>4.0.1</myprojectname.hipparchus.version>
4545
</properties>
4646

4747
<dependencies>

hipparchus-clustering/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.hipparchus</groupId>
2525
<artifactId>hipparchus</artifactId>
26-
<version>4.0</version>
26+
<version>4.0.1</version>
2727
<relativePath>../hipparchus-parent</relativePath>
2828
</parent>
2929

hipparchus-clustering/src/changes/changes.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ If the output is not quite correct, check for invisible trailing spaces!
4949
<title>Hipparchus Clustering Release Notes</title>
5050
</properties>
5151
<body>
52+
<release version="4.0.1" date="2025-03-21" description="This is a patch release.">
53+
<action dev="luc" type="fix" issue="issues/386">
54+
Restores a Java 8 compatible mockito version, which is used only for tests purposes;
55+
the library itself did not change.
56+
</action>
57+
</release>
5258
<release version="4.0" date="2025-03-20" description="This is a major release.">
5359
<action dev="vincent" type="update" issue="issues/285">
5460
Migrated tests from JUnit 4 to JUnit 5

hipparchus-clustering/src/site/site.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
<item name="3.0 API docs" href="https://hipparchus.org/apidocs-3.0/index.html"/>
8686
<item name="3.1 API docs" href="https://hipparchus.org/apidocs-3.1/index.html"/>
8787
<item name="4.0 API docs" href="https://hipparchus.org/apidocs-4.0/index.html"/>
88+
<item name="4.0.1 API docs" href="https://hipparchus.org/apidocs-4.0.1/index.html"/>
8889
<item name="Source Repository (current)" href="https://github.com/Hipparchus-Math/hipparchus"/>
8990
<item name="Global Coverage" href="../hipparchus-coverage/jacoco-aggregate/index.html"/>
9091
<item name="Developers Guide" href="../developers.html"/>

hipparchus-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.hipparchus</groupId>
2525
<artifactId>hipparchus</artifactId>
26-
<version>4.0</version>
26+
<version>4.0.1</version>
2727
<relativePath>../hipparchus-parent</relativePath>
2828
</parent>
2929

hipparchus-core/src/changes/changes.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ If the output is not quite correct, check for invisible trailing spaces!
4949
<title>Hipparchus Core Release Notes</title>
5050
</properties>
5151
<body>
52+
<release version="4.0.1" date="2025-03-21" description="This is a patch release.">
53+
<action dev="luc" type="fix" issue="issues/386">
54+
Restores a Java 8 compatible mockito version, which is used only for tests purposes;
55+
the library itself did not change.
56+
</action>
57+
</release>
5258
<release version="4.0" date="2025-03-20"
5359
description="This is a major release. It include several improvements, mostly linked to Fields.">
5460
<action dev="luc" type="fix" issue="issues/367">

hipparchus-core/src/site/site.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
<item name="3.0 API docs" href="https://hipparchus.org/apidocs-3.0/index.html"/>
9090
<item name="3.1 API docs" href="https://hipparchus.org/apidocs-3.1/index.html"/>
9191
<item name="4.0 API docs" href="https://hipparchus.org/apidocs-4.0/index.html"/>
92+
<item name="4.0.1 API docs" href="https://hipparchus.org/apidocs-4.0.1/index.html"/>
9293
<item name="Source Repository (current)" href="https://github.com/Hipparchus-Math/hipparchus"/>
9394
<item name="Global Coverage" href="../hipparchus-coverage/jacoco-aggregate/index.html"/>
9495
<item name="Developers Guide" href="../developers.html"/>

hipparchus-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.hipparchus</groupId>
2525
<artifactId>hipparchus</artifactId>
26-
<version>4.0</version>
26+
<version>4.0.1</version>
2727
<relativePath>../hipparchus-parent</relativePath>
2828
</parent>
2929

hipparchus-fft/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.hipparchus</groupId>
2525
<artifactId>hipparchus</artifactId>
26-
<version>4.0</version>
26+
<version>4.0.1</version>
2727
<relativePath>../hipparchus-parent</relativePath>
2828
</parent>
2929

hipparchus-fft/src/changes/changes.xml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,18 @@ If the output is not quite correct, check for invisible trailing spaces!
4848
<properties>
4949
<title>Hipparchus FFT Release Notes</title>
5050
</properties>
51-
<release version="4.0" date="2025-03-20" description="This is a major release.">
52-
<action dev="vincent" type="update" issue="issues/285">
53-
Migrated tests from JUnit 4 to JUnit 5
54-
</action>
55-
</release>
5651
<body>
52+
<release version="4.0.1" date="2025-03-21" description="This is a patch release.">
53+
<action dev="luc" type="fix" issue="issues/386">
54+
Restores a Java 8 compatible mockito version, which is used only for tests purposes;
55+
the library itself did not change.
56+
</action>
57+
</release>
58+
<release version="4.0" date="2025-03-20" description="This is a major release.">
59+
<action dev="vincent" type="update" issue="issues/285">
60+
Migrated tests from JUnit 4 to JUnit 5
61+
</action>
62+
</release>
5763
<release version="3.1" date="2024-04-05" description="This is a maintenance release.">
5864
<action dev="luc" type="update">
5965
No changes directly in this module. However, lower level Hipparchus modules did change,

hipparchus-fft/src/site/site.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
<item name="3.0 API docs" href="https://hipparchus.org/apidocs-3.0/index.html"/>
8686
<item name="3.1 API docs" href="https://hipparchus.org/apidocs-3.1/index.html"/>
8787
<item name="4.0 API docs" href="https://hipparchus.org/apidocs-4.0/index.html"/>
88+
<item name="4.0.1 API docs" href="https://hipparchus.org/apidocs-4.0.1/index.html"/>
8889
<item name="Source Repository (current)" href="https://github.com/Hipparchus-Math/hipparchus"/>
8990
<item name="Global Coverage" href="../hipparchus-coverage/jacoco-aggregate/index.html"/>
9091
<item name="Developers Guide" href="../developers.html"/>

hipparchus-filtering/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.hipparchus</groupId>
2525
<artifactId>hipparchus</artifactId>
26-
<version>4.0</version>
26+
<version>4.0.1</version>
2727
<relativePath>../hipparchus-parent</relativePath>
2828
</parent>
2929

hipparchus-filtering/src/changes/changes.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ If the output is not quite correct, check for invisible trailing spaces!
4949
<title>Hipparchus Filtering Release Notes</title>
5050
</properties>
5151
<body>
52+
<release version="4.0.1" date="2025-03-21" description="This is a patch release.">
53+
<action dev="luc" type="fix" issue="issues/386">
54+
Restores a Java 8 compatible mockito version, which is used only for tests purposes;
55+
the library itself did not change.
56+
</action>
57+
</release>
5258
<release version="4.0" date="2025-03-20"
5359
description="This is a major release. It adds new features to Kalman filters">
5460
<action dev="mgrutten" type="add" issue="issues/363">

hipparchus-filtering/src/site/site.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
<item name="3.0 API docs" href="https://hipparchus.org/apidocs-3.0/index.html"/>
8686
<item name="3.1 API docs" href="https://hipparchus.org/apidocs-3.1/index.html"/>
8787
<item name="4.0 API docs" href="https://hipparchus.org/apidocs-4.0/index.html"/>
88+
<item name="4.0.1 API docs" href="https://hipparchus.org/apidocs-4.0.1/index.html"/>
8889
<item name="Source Repository (current)" href="https://github.com/Hipparchus-Math/hipparchus"/>
8990
<item name="Global Coverage" href="../hipparchus-coverage/jacoco-aggregate/index.html"/>
9091
<item name="Developers Guide" href="../developers.html"/>

hipparchus-fitting/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.hipparchus</groupId>
2525
<artifactId>hipparchus</artifactId>
26-
<version>4.0</version>
26+
<version>4.0.1</version>
2727
<relativePath>../hipparchus-parent</relativePath>
2828
</parent>
2929

hipparchus-fitting/src/changes/changes.xml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,18 @@ If the output is not quite correct, check for invisible trailing spaces!
4848
<properties>
4949
<title>Hipparchus Fitting Release Notes</title>
5050
</properties>
51-
<release version="4.0" date="2025-03-20" description="This is a major release.">
52-
<action dev="vincent" type="update" issue="issues/285">
53-
Migrated tests from JUnit 4 to JUnit 5
54-
</action>
55-
</release>
5651
<body>
52+
<release version="4.0.1" date="2025-03-21" description="This is a patch release.">
53+
<action dev="luc" type="fix" issue="issues/386">
54+
Restores a Java 8 compatible mockito version, which is used only for tests purposes;
55+
the library itself did not change.
56+
</action>
57+
</release>
58+
<release version="4.0" date="2025-03-20" description="This is a major release.">
59+
<action dev="vincent" type="update" issue="issues/285">
60+
Migrated tests from JUnit 4 to JUnit 5
61+
</action>
62+
</release>
5763
<release version="3.1" date="2024-04-05" description="This is a maintenance release.">
5864
<action dev="luc" type="update">
5965
No changes directly in this module. However, lower level Hipparchus modules did change,

hipparchus-fitting/src/site/site.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
<item name="3.0 API docs" href="https://hipparchus.org/apidocs-3.0/index.html"/>
8686
<item name="3.1 API docs" href="https://hipparchus.org/apidocs-3.1/index.html"/>
8787
<item name="4.0 API docs" href="https://hipparchus.org/apidocs-4.0/index.html"/>
88+
<item name="4.0.1 API docs" href="https://hipparchus.org/apidocs-4.0.1/index.html"/>
8889
<item name="Source Repository (current)" href="https://github.com/Hipparchus-Math/hipparchus"/>
8990
<item name="Global Coverage" href="../hipparchus-coverage/jacoco-aggregate/index.html"/>
9091
<item name="Developers Guide" href="../developers.html"/>

hipparchus-geometry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.hipparchus</groupId>
2525
<artifactId>hipparchus</artifactId>
26-
<version>4.0</version>
26+
<version>4.0.1</version>
2727
<relativePath>../hipparchus-parent</relativePath>
2828
</parent>
2929

hipparchus-geometry/src/changes/changes.xml

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -48,25 +48,31 @@ If the output is not quite correct, check for invisible trailing spaces!
4848
<properties>
4949
<title>Hipparchus Geometry Release Notes</title>
5050
</properties>
51-
<release version="4.0" date="2025-03-20"
52-
description="This is a major release. It improves numerical stability of BSP-tree operations.">
53-
<action dev="luc" type="update">
54-
Added moveTowards method to Point interface.
55-
</action>
56-
<action dev="luc" type="fix" issue="issues/384">
57-
Fixed issue with open boundaries in Euclidean 2D-polygons.
58-
</action>
59-
<action dev="luc" type="fix" issue="issues/368">
60-
Added point, hyperplane and sub-hyperplane types to geometry classes parameters
61-
</action>
62-
<action dev="luc" type="update" issue="issues/314">
63-
Improved robustness of BSP tree operations.
64-
</action>
65-
<action dev="vincent" type="update" issue="issues/285">
66-
Migrated tests from JUnit 4 to JUnit 5
67-
</action>
68-
</release>
6951
<body>
52+
<release version="4.0.1" date="2025-03-21" description="This is a patch release.">
53+
<action dev="luc" type="fix" issue="issues/386">
54+
Restores a Java 8 compatible mockito version, which is used only for tests purposes;
55+
the library itself did not change.
56+
</action>
57+
</release>
58+
<release version="4.0" date="2025-03-20"
59+
description="This is a major release. It improves numerical stability of BSP-tree operations.">
60+
<action dev="luc" type="update">
61+
Added moveTowards method to Point interface.
62+
</action>
63+
<action dev="luc" type="fix" issue="issues/384">
64+
Fixed issue with open boundaries in Euclidean 2D-polygons.
65+
</action>
66+
<action dev="luc" type="fix" issue="issues/368">
67+
Added point, hyperplane and sub-hyperplane types to geometry classes parameters
68+
</action>
69+
<action dev="luc" type="update" issue="issues/314">
70+
Improved robustness of BSP tree operations.
71+
</action>
72+
<action dev="vincent" type="update" issue="issues/285">
73+
Migrated tests from JUnit 4 to JUnit 5
74+
</action>
75+
</release>
7076
<release version="3.1" date="2024-04-05" description="This is a maintenance release. It includes one
7177
bugfix on 3D rotations at Cardan/Euler singularity.">
7278
<action dev="luc" type="update" issue="issues/304">

hipparchus-geometry/src/site/site.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
<item name="3.0 API docs" href="https://hipparchus.org/apidocs-3.0/index.html"/>
8686
<item name="3.1 API docs" href="https://hipparchus.org/apidocs-3.1/index.html"/>
8787
<item name="4.0 API docs" href="https://hipparchus.org/apidocs-4.0/index.html"/>
88+
<item name="4.0.1 API docs" href="https://hipparchus.org/apidocs-4.0.1/index.html"/>
8889
<item name="Source Repository (current)" href="https://github.com/Hipparchus-Math/hipparchus"/>
8990
<item name="Global Coverage" href="../hipparchus-coverage/jacoco-aggregate/index.html"/>
9091
<item name="Developers Guide" href="../developers.html"/>

hipparchus-ode/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.hipparchus</groupId>
2525
<artifactId>hipparchus</artifactId>
26-
<version>4.0</version>
26+
<version>4.0.1</version>
2727
<relativePath>../hipparchus-parent</relativePath>
2828
</parent>
2929

hipparchus-ode/src/changes/changes.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ If the output is not quite correct, check for invisible trailing spaces!
4949
<title>Hipparchus ODE Release Notes</title>
5050
</properties>
5151
<body>
52+
<release version="4.0.1" date="2025-03-21" description="This is a patch release.">
53+
<action dev="luc" type="fix" issue="issues/386">
54+
Restores a Java 8 compatible mockito version, which is used only for tests purposes;
55+
the library itself did not change.
56+
</action>
57+
</release>
5258
<release version="4.0" date="2025-03-20"
5359
description="This is a major release. It adds a reset mechanism in events and
5460
adds propagation direction in (Field)AdaptableInterval.">

hipparchus-ode/src/site/site.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
<item name="3.0 API docs" href="https://hipparchus.org/apidocs-3.0/index.html"/>
8686
<item name="3.1 API docs" href="https://hipparchus.org/apidocs-3.1/index.html"/>
8787
<item name="4.0 API docs" href="https://hipparchus.org/apidocs-4.0/index.html"/>
88+
<item name="4.0.1 API docs" href="https://hipparchus.org/apidocs-4.0.1/index.html"/>
8889
<item name="Source Repository (current)" href="https://github.com/Hipparchus-Math/hipparchus"/>
8990
<item name="Global Coverage" href="../hipparchus-coverage/jacoco-aggregate/index.html"/>
9091
<item name="Developers Guide" href="../developers.html"/>

hipparchus-optim/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.hipparchus</groupId>
2525
<artifactId>hipparchus</artifactId>
26-
<version>4.0</version>
26+
<version>4.0.1</version>
2727
<relativePath>../hipparchus-parent</relativePath>
2828
</parent>
2929

hipparchus-optim/src/changes/changes.xml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,18 @@ If the output is not quite correct, check for invisible trailing spaces!
4848
<properties>
4949
<title>Hipparchus Optim Release Notes</title>
5050
</properties>
51-
<release version="4.0" date="2025-03-20" description="This is a major release.">
52-
<action dev="vincent" type="update" issue="issues/285">
53-
Migrated tests from JUnit 4 to JUnit 5
54-
</action>
55-
</release>
5651
<body>
52+
<release version="4.0.1" date="2025-03-21" description="This is a patch release.">
53+
<action dev="luc" type="fix" issue="issues/386">
54+
Restores a Java 8 compatible mockito version, which is used only for tests purposes;
55+
the library itself did not change.
56+
</action>
57+
</release>
58+
<release version="4.0" date="2025-03-20" description="This is a major release.">
59+
<action dev="vincent" type="update" issue="issues/285">
60+
Migrated tests from JUnit 4 to JUnit 5
61+
</action>
62+
</release>
5763
<release version="3.1" date="2024-04-05" description="This is a maintenance release. It adds one
5864
important feature: constrained optimization.">
5965
<action dev="luc" type="add" due-to="Francesco Rocca" issue="issues/296">

hipparchus-optim/src/site/site.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
<item name="3.0 API docs" href="https://hipparchus.org/apidocs-3.0/index.html"/>
8686
<item name="3.1 API docs" href="https://hipparchus.org/apidocs-3.1/index.html"/>
8787
<item name="4.0 API docs" href="https://hipparchus.org/apidocs-4.0/index.html"/>
88+
<item name="4.0.1 API docs" href="https://hipparchus.org/apidocs-4.0.1/index.html"/>
8889
<item name="Source Repository (current)" href="https://github.com/Hipparchus-Math/hipparchus"/>
8990
<item name="Global Coverage" href="../hipparchus-coverage/jacoco-aggregate/index.html"/>
9091
<item name="Developers Guide" href="../developers.html"/>

hipparchus-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>org.hipparchus</groupId>
2323
<artifactId>hipparchus</artifactId>
24-
<version>4.0</version>
24+
<version>4.0.1</version>
2525
<packaging>pom</packaging>
2626

2727
<name>Hipparchus</name>
@@ -563,7 +563,7 @@
563563
<hipparchus.apache-rat-plugin.version>0.16.1</hipparchus.apache-rat-plugin.version>
564564
<hipparchus.junit.version>5.11.4</hipparchus.junit.version>
565565
<hipparchus.junit.pioneer.version>1.9.1</hipparchus.junit.pioneer.version>
566-
<hipparchus.mockito-core.version>5.16.0</hipparchus.mockito-core.version>
566+
<hipparchus.mockito-core.version>4.11.0</hipparchus.mockito-core.version>
567567
<hipparchus.hamcrest.version>3.0</hipparchus.hamcrest.version>
568568
<hipparchus.reflow-velocity-tools.version>2.0.0</hipparchus.reflow-velocity-tools.version>
569569
<hipparchus.mathjax.enable>&lt;script src=&quot;https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js&quot; id=&quot;MathJax-script&quot;&gt;&lt;/script&gt;</hipparchus.mathjax.enable>

hipparchus-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.hipparchus</groupId>
2525
<artifactId>hipparchus</artifactId>
26-
<version>4.0</version>
26+
<version>4.0.1</version>
2727
<relativePath>../hipparchus-parent</relativePath>
2828
</parent>
2929

hipparchus-samples/src/changes/changes.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ If the output is not quite correct, check for invisible trailing spaces!
4949
<title>Hipparchus Samples Release Notes</title>
5050
</properties>
5151
<body>
52+
<release version="4.0.1" date="2025-03-21" description="This is a patch release.">
53+
<action dev="luc" type="fix" issue="issues/386">
54+
Restores a Java 8 compatible mockito version, which is used only for tests purposes;
55+
the library itself did not change.
56+
</action>
57+
</release>
5258
<release version="4.0" date="2025-03-20" description="This is a major release.">
5359
<action dev="vincent" type="update" issue="issues/285">
5460
Migrated tests from JUnit 4 to JUnit 5

hipparchus-samples/src/site/site.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
<item name="3.0 API docs" href="https://hipparchus.org/apidocs-3.0/index.html"/>
8686
<item name="3.1 API docs" href="https://hipparchus.org/apidocs-3.1/index.html"/>
8787
<item name="4.0 API docs" href="https://hipparchus.org/apidocs-4.0/index.html"/>
88+
<item name="4.0.1 API docs" href="https://hipparchus.org/apidocs-4.0.1/index.html"/>
8889
<item name="Source Repository (current)" href="https://github.com/Hipparchus-Math/hipparchus"/>
8990
<item name="Global Coverage" href="../hipparchus-coverage/jacoco-aggregate/index.html"/>
9091
<item name="Developers Guide" href="../developers.html"/>

hipparchus-stat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.hipparchus</groupId>
2525
<artifactId>hipparchus</artifactId>
26-
<version>4.0</version>
26+
<version>4.0.1</version>
2727
<relativePath>../hipparchus-parent</relativePath>
2828
</parent>
2929

0 commit comments

Comments
 (0)