This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to annotated tag commons-math-4.0-beta1-RC1 in repository https://gitbox.apache.org/repos/asf/commons-math.git
commit ef26b91e75d0ba49f39173bcf9009d89144f6c0e Author: Gilles Sadowski <gillese...@gmail.com> AuthorDate: Tue Dec 13 18:25:37 2022 +0100 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 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-math-parent</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-beta1</version> </parent> <artifactId>commons-math4-core</artifactId> 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 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-math-parent</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-beta1</version> </parent> <artifactId>commons-math-examples</artifactId> 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 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-math-parent</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-beta1</version> </parent> <artifactId>commons-math4-legacy-core</artifactId> 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 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-math-parent</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-beta1</version> </parent> <artifactId>commons-math4-legacy-exception</artifactId> 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 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-math-parent</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-beta1</version> </parent> <artifactId>commons-math4-legacy</artifactId> 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 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-math-parent</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-beta1</version> </parent> <artifactId>commons-math4-neuralnet</artifactId> 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 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-math-parent</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-beta1</version> </parent> <artifactId>commons-math4-transform</artifactId> 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. <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-math-parent</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-beta1</version> </parent> <artifactId>commons-math</artifactId> 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 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-math-parent</artifactId> - <version>4.0-SNAPSHOT</version> + <version>4.0-beta1</version> </parent> <artifactId>commons-math-docs</artifactId>