Skip to content

Commit

Permalink
Also need to change references
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Sep 20, 2023
1 parent 16c8afc commit 6bc4d5b
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -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>
```
Expand Down
2 changes: 1 addition & 1 deletion RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion commons-math-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion commons-math-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion commons-math-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion commons-math-legacy-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion commons-math-legacy-exception/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion commons-math-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion commons-math-neuralnet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion commons-math-transform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion dist-archive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 6bc4d5b

Please sign in to comment.