From 81171d407101fad4c5340daf71cde8eed3cdd683 Mon Sep 17 00:00:00 2001 From: Gilles Sadowski Date: Tue, 13 Dec 2022 18:25:37 +0100 Subject: [PATCH] Set correct version for all modules. --- commons-math-core/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 +- docs-archive/pom.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/commons-math-core/pom.xml b/commons-math-core/pom.xml index 7add89143..646df294c 100644 --- a/commons-math-core/pom.xml +++ b/commons-math-core/pom.xml @@ -23,7 +23,7 @@ org.apache.commons commons-math-parent - 4.0-SNAPSHOT + 4.0-beta1 commons-math4-core diff --git a/commons-math-examples/pom.xml b/commons-math-examples/pom.xml index c72230552..07bcaf022 100644 --- a/commons-math-examples/pom.xml +++ b/commons-math-examples/pom.xml @@ -21,7 +21,7 @@ org.apache.commons commons-math-parent - 4.0-SNAPSHOT + 4.0-beta1 commons-math-examples diff --git a/commons-math-legacy-core/pom.xml b/commons-math-legacy-core/pom.xml index e6cfb4a6a..6be72e424 100644 --- a/commons-math-legacy-core/pom.xml +++ b/commons-math-legacy-core/pom.xml @@ -23,7 +23,7 @@ org.apache.commons commons-math-parent - 4.0-SNAPSHOT + 4.0-beta1 commons-math4-legacy-core diff --git a/commons-math-legacy-exception/pom.xml b/commons-math-legacy-exception/pom.xml index 4b68915b1..462c27d92 100644 --- a/commons-math-legacy-exception/pom.xml +++ b/commons-math-legacy-exception/pom.xml @@ -23,7 +23,7 @@ org.apache.commons commons-math-parent - 4.0-SNAPSHOT + 4.0-beta1 commons-math4-legacy-exception diff --git a/commons-math-legacy/pom.xml b/commons-math-legacy/pom.xml index 25a96106b..b12f78021 100644 --- a/commons-math-legacy/pom.xml +++ b/commons-math-legacy/pom.xml @@ -23,7 +23,7 @@ org.apache.commons commons-math-parent - 4.0-SNAPSHOT + 4.0-beta1 commons-math4-legacy diff --git a/commons-math-neuralnet/pom.xml b/commons-math-neuralnet/pom.xml index 52a78069c..527e7e42c 100644 --- a/commons-math-neuralnet/pom.xml +++ b/commons-math-neuralnet/pom.xml @@ -23,7 +23,7 @@ org.apache.commons commons-math-parent - 4.0-SNAPSHOT + 4.0-beta1 commons-math4-neuralnet diff --git a/commons-math-transform/pom.xml b/commons-math-transform/pom.xml index 853cea535..d6a325826 100644 --- a/commons-math-transform/pom.xml +++ b/commons-math-transform/pom.xml @@ -23,7 +23,7 @@ org.apache.commons commons-math-parent - 4.0-SNAPSHOT + 4.0-beta1 commons-math4-transform diff --git a/dist-archive/pom.xml b/dist-archive/pom.xml index dc9e431b7..65863d2de 100644 --- a/dist-archive/pom.xml +++ b/dist-archive/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.commons commons-math-parent - 4.0-SNAPSHOT + 4.0-beta1 commons-math diff --git a/docs-archive/pom.xml b/docs-archive/pom.xml index 2773605e5..3e6c1f805 100644 --- a/docs-archive/pom.xml +++ b/docs-archive/pom.xml @@ -21,7 +21,7 @@ org.apache.commons commons-math-parent - 4.0-SNAPSHOT + 4.0-beta1 commons-math-docs