Skip to content

Commit 02cdccf

Browse files
committed
Bump CP to 81
1 parent 0d6afe9 commit 02cdccf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.commons</groupId>
2323
<artifactId>commons-parent</artifactId>
24-
<version>78</version>
24+
<version>81</version>
2525
</parent>
2626

2727
<artifactId>commons-math4-parent</artifactId>

src/changes/changes.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ with a new-line in the release notes. (These spaces are ignored when displaying
4545
If the output is not quite correct, check for invisible trailing spaces!
4646
-->
4747

48-
<document xmlns="http://maven.apache.org/changes/1.0.0"
48+
<document xmlns="http://maven.apache.org/changes/2.0.0"
4949
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
50-
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd">
50+
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 https://maven.apache.org/xsd/changes-2.0.0.xsd">
5151
<properties>
5252
<title>Apache Commons Math Release Notes</title>
5353
</properties>
@@ -96,6 +96,7 @@ Caveat:
9696
to support the whole codebase (it was one of the main reasons for
9797
creating more focused components).
9898
">
99+
<action dev="sebb" type="update">Bump Commons Parent from 78 to 81</action>
99100
<action dev="engelen" type="update" due-to="Dependabot">Bump org.apache.commons:commons-rng-bom from 1.5 to 1.6 #244</action>
100101
<action dev="erans" type="update" issue="MATH-1669" due-to="Wolff Bock von Wuelfingen">
101102
Javadoc: Fix broken link.

0 commit comments

Comments
 (0)