Also need to change references

This commit is contained in:
Sebb 2023-09-21 00:35:53 +01:00
parent 16c8afc3c4
commit 6bc4d5b7b7
11 changed files with 13 additions and 13 deletions

View File

@ -46,10 +46,10 @@ Apache Commons Math
[![Build Status](https://github.com/apache/commons-math/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-math/actions/workflows/maven.yml)
[![Coverage Status](https://codecov.io/gh/apache/commons-math/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-math)
<!--
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-math-parent/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-math-parent/)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-math4-parent/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-math4-parent/)
-->
<!--
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-math-parent/4.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-math-parent/4.0)
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-math4-parent/4.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-math4-parent/4.0)
-->
"Commons Math" is undergoing major changes towards the next release (4.0):
@ -81,7 +81,7 @@ Alternatively, you can pull it from the central Maven repositories:
```xml
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId>
<artifactId>commons-math4-parent</artifactId>
<version>4.0</version>
</dependency>
```

View File

@ -1,7 +1,7 @@
Apache Commons Math 4.0-beta1 RELEASE NOTES
The Apache Commons Math team is pleased to announce the release of commons-math-parent-4.0-beta1
The Apache Commons Math team is pleased to announce the release of commons-math4-parent-4.0-beta1
The Apache Commons Math project is a library of lightweight mathematics
and statistics components addressing common practical problems.

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId>
<artifactId>commons-math4-parent</artifactId>
<version>4.0-SNAPSHOT</version>
</parent>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId>
<artifactId>commons-math4-parent</artifactId>
<version>4.0-SNAPSHOT</version>
</parent>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId>
<artifactId>commons-math4-parent</artifactId>
<version>4.0-SNAPSHOT</version>
</parent>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId>
<artifactId>commons-math4-parent</artifactId>
<version>4.0-SNAPSHOT</version>
</parent>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId>
<artifactId>commons-math4-parent</artifactId>
<version>4.0-SNAPSHOT</version>
</parent>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId>
<artifactId>commons-math4-parent</artifactId>
<version>4.0-SNAPSHOT</version>
</parent>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId>
<artifactId>commons-math4-parent</artifactId>
<version>4.0-SNAPSHOT</version>
</parent>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId>
<artifactId>commons-math4-parent</artifactId>
<version>4.0-SNAPSHOT</version>
</parent>

View File

@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId>
<artifactId>commons-math4-parent</artifactId>
<version>4.0-SNAPSHOT</version>
</parent>