This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch sebbASF-patch-1
in repository https://gitbox.apache.org/repos/asf/commons-math.git
The following commit(s) were added to refs/heads/sebbASF-patch-1 by this push:
new 6bc4d5b7b Also need to change references
6bc4d5b7b is described below
commit 6bc4d5b7b761e3f4a1f4a947c55695fd21211020
Author: Sebb <[email protected]>
AuthorDate: Thu Sep 21 00:35:53 2023 +0100
Also need to change references
---
README.md | 6 +++---
RELEASE-NOTES.txt | 2 +-
commons-math-core/pom.xml | 2 +-
commons-math-docs/pom.xml | 2 +-
commons-math-examples/pom.xml | 2 +-
commons-math-legacy-core/pom.xml | 2 +-
commons-math-legacy-exception/pom.xml | 2 +-
commons-math-legacy/pom.xml | 2 +-
commons-math-neuralnet/pom.xml | 2 +-
commons-math-transform/pom.xml | 2 +-
dist-archive/pom.xml | 2 +-
11 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/README.md b/README.md
index 16a330fbe..2003acba6 100644
--- a/README.md
+++ b/README.md
@@ -46,10 +46,10 @@ Apache Commons Math
[](https://github.com/apache/commons-math/actions/workflows/maven.yml)
[](https://app.codecov.io/gh/apache/commons-math)
<!--
-[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-math-parent/)
+[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-math4-parent/)
-->
<!--
-[](https://javadoc.io/doc/org.apache.commons/commons-math-parent/4.0)
+[](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>
```
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index de7a722d2..3cdf319ae 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -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.
diff --git a/commons-math-core/pom.xml b/commons-math-core/pom.xml
index 7ed62949a..f75c66f02 100644
--- a/commons-math-core/pom.xml
+++ b/commons-math-core/pom.xml
@@ -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>
diff --git a/commons-math-docs/pom.xml b/commons-math-docs/pom.xml
index 163f6e783..6de8c5715 100644
--- a/commons-math-docs/pom.xml
+++ b/commons-math-docs/pom.xml
@@ -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>
diff --git a/commons-math-examples/pom.xml b/commons-math-examples/pom.xml
index dd0df722a..e93fd7943 100644
--- a/commons-math-examples/pom.xml
+++ b/commons-math-examples/pom.xml
@@ -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>
diff --git a/commons-math-legacy-core/pom.xml b/commons-math-legacy-core/pom.xml
index 274ac84b0..4bd7a694c 100644
--- a/commons-math-legacy-core/pom.xml
+++ b/commons-math-legacy-core/pom.xml
@@ -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>
diff --git a/commons-math-legacy-exception/pom.xml
b/commons-math-legacy-exception/pom.xml
index f3a8831cd..ef5041c77 100644
--- a/commons-math-legacy-exception/pom.xml
+++ b/commons-math-legacy-exception/pom.xml
@@ -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>
diff --git a/commons-math-legacy/pom.xml b/commons-math-legacy/pom.xml
index c0c4acdfb..5e8e43ffb 100644
--- a/commons-math-legacy/pom.xml
+++ b/commons-math-legacy/pom.xml
@@ -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>
diff --git a/commons-math-neuralnet/pom.xml b/commons-math-neuralnet/pom.xml
index 65c704cbd..553277f11 100644
--- a/commons-math-neuralnet/pom.xml
+++ b/commons-math-neuralnet/pom.xml
@@ -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>
diff --git a/commons-math-transform/pom.xml b/commons-math-transform/pom.xml
index 05e41ed87..dda938b0f 100644
--- a/commons-math-transform/pom.xml
+++ b/commons-math-transform/pom.xml
@@ -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>
diff --git a/dist-archive/pom.xml b/dist-archive/pom.xml
index ce20264c1..7dc89f34d 100644
--- a/dist-archive/pom.xml
+++ b/dist-archive/pom.xml
@@ -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>