This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git

commit 8e5e8bb65b846869910ea00eac69374a8fe1a5e9
Author: Gilles Sadowski <gillese...@gmail.com>
AuthorDate: Thu Dec 22 10:35:53 2022 +0100

    Reset "-SNAPSHOT" suffix in "<version>" tag.
    
    Next version is still "4.0", with "0" as minor number, because last release 
was "beta".
---
 commons-math-core/pom.xml                          |  6 ++----
 .../examples-kmeans/image/pom.xml                  |  4 ++--
 commons-math-examples/examples-kmeans/pom.xml      |  4 ++--
 .../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                      |  4 ++--
 commons-math-legacy-core/pom.xml                   |  6 ++----
 commons-math-legacy-exception/pom.xml              |  6 ++----
 commons-math-legacy/pom.xml                        |  6 ++----
 commons-math-neuralnet/pom.xml                     |  6 ++----
 commons-math-transform/pom.xml                     |  6 ++----
 dist-archive/pom.xml                               |  6 ++----
 docs-archive/pom.xml                               |  2 +-
 pom.xml                                            | 23 +++++++++++-----------
 src/userguide/pom.xml                              |  6 +++---
 16 files changed, 41 insertions(+), 56 deletions(-)

diff --git a/commons-math-core/pom.xml b/commons-math-core/pom.xml
index 582a2b513..7ed62949a 100644
--- a/commons-math-core/pom.xml
+++ b/commons-math-core/pom.xml
@@ -15,15 +15,13 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";
-         xmlns="http://maven.apache.org/POM/4.0.0";
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-math-parent</artifactId>
-    <version>4.0-beta1</version>
+    <version>4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-math4-core</artifactId>
diff --git a/commons-math-examples/examples-kmeans/image/pom.xml 
b/commons-math-examples/examples-kmeans/image/pom.xml
index 4a436e3da..cc9d0869b 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-beta1</version>
+    <version>4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>examples-kmeans-image</artifactId>
-  <version>4.0-beta1</version>
+  <version>4.0-SNAPSHOT</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 339cc0dbf..b40f5b9b5 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-beta1</version>
+    <version>4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>examples-kmeans</artifactId>
-  <version>4.0-beta1</version>
+  <version>4.0-SNAPSHOT</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 72ed8c1a1..d28c90ae8 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-beta1</version>
+    <version>4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>examples-sofm-chinese-rings</artifactId>
-  <version>4.0-beta1</version>
+  <version>4.0-SNAPSHOT</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 88a98a641..928b69841 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-beta1</version>
+    <version>4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>examples-sofm</artifactId>
-  <version>4.0-beta1</version>
+  <version>4.0-SNAPSHOT</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 99e3c67b2..501abc267 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-beta1</version>
+    <version>4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>examples-sofm-tsp</artifactId>
-  <version>4.0-beta1</version>
+  <version>4.0-SNAPSHOT</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 07bcaf022..dd0df722a 100644
--- a/commons-math-examples/pom.xml
+++ b/commons-math-examples/pom.xml
@@ -21,11 +21,11 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-math-parent</artifactId>
-    <version>4.0-beta1</version>
+    <version>4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-math-examples</artifactId>
-  <version>4.0-beta1</version>
+  <version>4.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Example applications</name>
 
diff --git a/commons-math-legacy-core/pom.xml b/commons-math-legacy-core/pom.xml
index fc4d47035..274ac84b0 100644
--- a/commons-math-legacy-core/pom.xml
+++ b/commons-math-legacy-core/pom.xml
@@ -15,15 +15,13 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";
-         xmlns="http://maven.apache.org/POM/4.0.0";
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-math-parent</artifactId>
-    <version>4.0-beta1</version>
+    <version>4.0-SNAPSHOT</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 ec6a772b2..f3a8831cd 100644
--- a/commons-math-legacy-exception/pom.xml
+++ b/commons-math-legacy-exception/pom.xml
@@ -15,15 +15,13 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";
-         xmlns="http://maven.apache.org/POM/4.0.0";
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-math-parent</artifactId>
-    <version>4.0-beta1</version>
+    <version>4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-math4-legacy-exception</artifactId>
diff --git a/commons-math-legacy/pom.xml b/commons-math-legacy/pom.xml
index 2fc5c891f..a3404894f 100644
--- a/commons-math-legacy/pom.xml
+++ b/commons-math-legacy/pom.xml
@@ -15,15 +15,13 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";
-         xmlns="http://maven.apache.org/POM/4.0.0";
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-math-parent</artifactId>
-    <version>4.0-beta1</version>
+    <version>4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-math4-legacy</artifactId>
diff --git a/commons-math-neuralnet/pom.xml b/commons-math-neuralnet/pom.xml
index 8ae0c76fa..65c704cbd 100644
--- a/commons-math-neuralnet/pom.xml
+++ b/commons-math-neuralnet/pom.xml
@@ -15,15 +15,13 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";
-         xmlns="http://maven.apache.org/POM/4.0.0";
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-math-parent</artifactId>
-    <version>4.0-beta1</version>
+    <version>4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-math4-neuralnet</artifactId>
diff --git a/commons-math-transform/pom.xml b/commons-math-transform/pom.xml
index f1f69329c..05e41ed87 100644
--- a/commons-math-transform/pom.xml
+++ b/commons-math-transform/pom.xml
@@ -15,15 +15,13 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";
-         xmlns="http://maven.apache.org/POM/4.0.0";
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-math-parent</artifactId>
-    <version>4.0-beta1</version>
+    <version>4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-math4-transform</artifactId>
diff --git a/dist-archive/pom.xml b/dist-archive/pom.xml
index c43d3b75d..ce20264c1 100644
--- a/dist-archive/pom.xml
+++ b/dist-archive/pom.xml
@@ -17,15 +17,13 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0";
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-math-parent</artifactId>
-    <version>4.0-beta1</version>
+    <version>4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-math4</artifactId>
diff --git a/docs-archive/pom.xml b/docs-archive/pom.xml
index 3e6c1f805..2773605e5 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-beta1</version>
+    <version>4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-math-docs</artifactId>
diff --git a/pom.xml b/pom.xml
index 3720ff2a8..931ea2835 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   </parent>
 
   <artifactId>commons-math-parent</artifactId>
-  <version>4.0-beta1</version>
+  <version>4.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Commons Math</name>
   <description>
@@ -540,9 +540,8 @@
                 </goals>
                 <configuration>
                   <target name="empty-checkout" 
unless="${perform.site.checkout}">
-                    <mkdir dir="${commons.scmPubCheckoutDirectory}"/>
-                    <echo 
file="${commons.scmPubCheckoutDirectory}${file.separator}README"
-                          message="The '${commons.scmPubCheckoutDirectory}' 
directory is empty in child modules."/>
+                    <mkdir dir="${commons.scmPubCheckoutDirectory}" />
+                    <echo 
file="${commons.scmPubCheckoutDirectory}${file.separator}README" message="The 
'${commons.scmPubCheckoutDirectory}' directory is empty in child modules." />
                   </target>
                 </configuration>
               </execution>
@@ -560,7 +559,7 @@
                       <arg line="checkout --depth immediates 
${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
                     </exec>
                     <!-- Create the directory in the event that no svn 
exectuable is on the path -->
-                    <mkdir dir="${commons.scmPubCheckoutDirectory}"/>
+                    <mkdir dir="${commons.scmPubCheckoutDirectory}" />
 
                     <echo file="${commons.scmPubCheckoutDirectory}.README">The 
'${commons.scmPubCheckoutDirectory}' directory is controlled by "subversion".
 Running "svn up" will download *all* the files of the live web site at
@@ -597,8 +596,8 @@ This is avoided by creating an empty directory when svn is 
not available.
                 </goals>
                 <configuration>
                   <target name="remove-checkout">
-                    <delete dir="${commons.scmPubCheckoutDirectory}" 
quiet="true"/>
-                    <delete file="${commons.scmPubCheckoutDirectory}.README" 
quiet="true"/>
+                    <delete dir="${commons.scmPubCheckoutDirectory}" 
quiet="true" />
+                    <delete file="${commons.scmPubCheckoutDirectory}.README" 
quiet="true" />
                   </target>
                 </configuration>
               </execution>
@@ -761,7 +760,7 @@ This is avoided by creating an empty directory when svn is 
not available.
       <email>billbarker at apache dot org</email>
     </developer>
     <developer>
-      <name>S&#233;bastien Brisard</name>
+      <name>Sébastien Brisard</name>
       <id>celestin</id>
       <email>celestin at apache dot org</email>
     </developer>
@@ -858,7 +857,7 @@ This is avoided by creating an empty directory when svn is 
not available.
       <name>Peter Andrews</name>
     </contributor>
     <contributor>
-      <name>R&#233;mi Arntzen</name>
+      <name>Rémi Arntzen</name>
     </contributor>
     <contributor>
       <name>Matt Adereth</name>
@@ -927,7 +926,7 @@ This is avoided by creating an empty directory when svn is 
not available.
       <name>Hank Grabowski</name>
     </contributor>
     <contributor>
-      <name>Bernhard Gr&#252;newaldt</name>
+      <name>Bernhard Grünewaldt</name>
     </contributor>
     <contributor>
       <name>Elliotte Rusty Harold</name>
@@ -1005,7 +1004,7 @@ This is avoided by creating an empty directory when svn 
is not available.
       <name>Andreas Rieger</name>
     </contributor>
     <contributor>
-      <name>S&#233;bastien Riou</name>
+      <name>Sébastien Riou</name>
     </contributor>
     <contributor>
       <name>Karl Richter</name>
@@ -1056,7 +1055,7 @@ This is avoided by creating an empty directory when svn 
is not available.
       <name>Andrew Waterman</name>
     </contributor>
     <contributor>
-      <name>J&#246;rg Weimar</name>
+      <name>Jörg Weimar</name>
     </contributor>
     <contributor>
       <name>Christian Winter</name>
diff --git a/src/userguide/pom.xml b/src/userguide/pom.xml
index 5ed04361e..8a78735a3 100644
--- a/src/userguide/pom.xml
+++ b/src/userguide/pom.xml
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-math4-examples</artifactId>
-  <version>4.0-beta1</version>
+  <version>4.0-SNAPSHOT</version>
   <name>Commons Math User Guide</name>
   <inceptionYear>2003</inceptionYear>
   <description>Examples</description>
@@ -84,12 +84,12 @@
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-math4</artifactId>
           <classifier>tools</classifier>
-          <version>4.0-beta1</version>
+          <version>4.0-SNAPSHOT</version>
       </dependency>
       <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-math4</artifactId>
-          <version>4.0-beta1</version>
+          <version>4.0-SNAPSHOT</version>
       </dependency>
       <dependency>
           <groupId>com.xeiam.xchart</groupId>

Reply via email to