You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2022/12/13 17:33:25 UTC

[commons-math] 03/05: Set correct version for all modules.

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 be38c6d089519c26efedf9d23f030cf7b205d2a8
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Tue Dec 13 18:12:17 2022 +0100

    Set correct version for all modules.
---
 commons-math-examples/examples-kmeans/image/pom.xml       | 4 ++--
 commons-math-examples/examples-kmeans/pom.xml             | 4 ++--
 commons-math-examples/examples-sofm/chinese-rings/pom.xml | 4 ++--
 commons-math-examples/examples-sofm/pom.xml               | 4 ++--
 commons-math-examples/examples-sofm/tsp/pom.xml           | 4 ++--
 commons-math-examples/pom.xml                             | 2 +-
 6 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/commons-math-examples/examples-kmeans/image/pom.xml b/commons-math-examples/examples-kmeans/image/pom.xml
index cc9d0869b..4a436e3da 100644
--- a/commons-math-examples/examples-kmeans/image/pom.xml
+++ b/commons-math-examples/examples-kmeans/image/pom.xml
@@ -21,11 +21,11 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>examples-kmeans</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0-beta1</version>
   </parent>
 
   <artifactId>examples-kmeans-image</artifactId>
-  <version>4.0-SNAPSHOT</version>
+  <version>4.0-beta1</version>
   <!-- This name is used in the shaded jar to provide the application title for the version information. -->
   <name>K-Means: Image Clustering</name>
 
diff --git a/commons-math-examples/examples-kmeans/pom.xml b/commons-math-examples/examples-kmeans/pom.xml
index b40f5b9b5..339cc0dbf 100644
--- a/commons-math-examples/examples-kmeans/pom.xml
+++ b/commons-math-examples/examples-kmeans/pom.xml
@@ -21,11 +21,11 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-math-examples</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0-beta1</version>
   </parent>
 
   <artifactId>examples-kmeans</artifactId>
-  <version>4.0-SNAPSHOT</version>
+  <version>4.0-beta1</version>
   <packaging>pom</packaging>
   <name>K-Means</name>
 
diff --git a/commons-math-examples/examples-sofm/chinese-rings/pom.xml b/commons-math-examples/examples-sofm/chinese-rings/pom.xml
index d28c90ae8..72ed8c1a1 100644
--- a/commons-math-examples/examples-sofm/chinese-rings/pom.xml
+++ b/commons-math-examples/examples-sofm/chinese-rings/pom.xml
@@ -21,11 +21,11 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>examples-sofm</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0-beta1</version>
   </parent>
 
   <artifactId>examples-sofm-chinese-rings</artifactId>
-  <version>4.0-SNAPSHOT</version>
+  <version>4.0-beta1</version>
   <!-- This name is used in the shaded jar to provide the application title for the version information. -->
   <name>SOFM: Chinese Rings</name>
 
diff --git a/commons-math-examples/examples-sofm/pom.xml b/commons-math-examples/examples-sofm/pom.xml
index 928b69841..88a98a641 100644
--- a/commons-math-examples/examples-sofm/pom.xml
+++ b/commons-math-examples/examples-sofm/pom.xml
@@ -21,11 +21,11 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-math-examples</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0-beta1</version>
   </parent>
 
   <artifactId>examples-sofm</artifactId>
-  <version>4.0-SNAPSHOT</version>
+  <version>4.0-beta1</version>
   <packaging>pom</packaging>
   <name>SOFM</name>
 
diff --git a/commons-math-examples/examples-sofm/tsp/pom.xml b/commons-math-examples/examples-sofm/tsp/pom.xml
index 501abc267..99e3c67b2 100644
--- a/commons-math-examples/examples-sofm/tsp/pom.xml
+++ b/commons-math-examples/examples-sofm/tsp/pom.xml
@@ -21,11 +21,11 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>examples-sofm</artifactId>
-    <version>4.0-SNAPSHOT</version>
+    <version>4.0-beta1</version>
   </parent>
 
   <artifactId>examples-sofm-tsp</artifactId>
-  <version>4.0-SNAPSHOT</version>
+  <version>4.0-beta1</version>
   <!-- This name is used in the shaded jar to provide the application title for the version information. -->
   <name>SOFM: Traveling Salesman Problem</name>
 
diff --git a/commons-math-examples/pom.xml b/commons-math-examples/pom.xml
index dd0df722a..c72230552 100644
--- a/commons-math-examples/pom.xml
+++ b/commons-math-examples/pom.xml
@@ -25,7 +25,7 @@
   </parent>
 
   <artifactId>commons-math-examples</artifactId>
-  <version>4.0-SNAPSHOT</version>
+  <version>4.0-beta1</version>
   <packaging>pom</packaging>
   <name>Example applications</name>