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

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

commit 72c47eba81cfe6e6c3754e336c963932e29e05e0
Author: aherbert <aherb...@apache.org>
AuthorDate: Thu Jul 6 10:43:45 2023 +0100

    Drop redundant version from all child modules.
    
    The version matches the parent pom.
---
 commons-statistics-bom/pom.xml                            | 1 -
 commons-statistics-descriptive/pom.xml                    | 1 -
 commons-statistics-distribution/pom.xml                   | 1 -
 commons-statistics-examples/examples-distribution/pom.xml | 1 -
 commons-statistics-examples/pom.xml                       | 1 -
 commons-statistics-inference/pom.xml                      | 1 -
 commons-statistics-ranking/pom.xml                        | 1 -
 commons-statistics-regression/pom.xml                     | 1 -
 dist-archive/pom.xml                                      | 1 -
 9 files changed, 9 deletions(-)

diff --git a/commons-statistics-bom/pom.xml b/commons-statistics-bom/pom.xml
index 91b8b81..d52febf 100644
--- a/commons-statistics-bom/pom.xml
+++ b/commons-statistics-bom/pom.xml
@@ -25,7 +25,6 @@
   </parent>
 
   <artifactId>commons-statistics-bom</artifactId>
-  <version>1.1-SNAPSHOT</version>
   <name>Apache Commons Statistics (Bill of Materials)</name>
   <packaging>pom</packaging>
 
diff --git a/commons-statistics-descriptive/pom.xml 
b/commons-statistics-descriptive/pom.xml
index b1ad530..c83b295 100644
--- a/commons-statistics-descriptive/pom.xml
+++ b/commons-statistics-descriptive/pom.xml
@@ -27,7 +27,6 @@
     </parent>
 
     <artifactId>commons-statistics-descriptive</artifactId>
-    <version>1.1-SNAPSHOT</version>
     <name>Apache Commons Statistics Descriptive</name>
 
     <description>Descriptive statistics.</description>
diff --git a/commons-statistics-distribution/pom.xml 
b/commons-statistics-distribution/pom.xml
index c0e0015..4cefba8 100644
--- a/commons-statistics-distribution/pom.xml
+++ b/commons-statistics-distribution/pom.xml
@@ -25,7 +25,6 @@
   </parent>
 
   <artifactId>commons-statistics-distribution</artifactId>
-  <version>1.1-SNAPSHOT</version>
   <name>Apache Commons Statistics Distribution</name>
 
   <description>Statistical distributions.</description>
diff --git a/commons-statistics-examples/examples-distribution/pom.xml 
b/commons-statistics-examples/examples-distribution/pom.xml
index 9db9fca..ef70317 100644
--- a/commons-statistics-examples/examples-distribution/pom.xml
+++ b/commons-statistics-examples/examples-distribution/pom.xml
@@ -25,7 +25,6 @@
   </parent>
 
   <artifactId>commons-statistics-examples-distribution</artifactId>
-  <version>1.1-SNAPSHOT</version>
   <!-- This name is used in the shaded jar to provide the application title 
for the version information. -->
   <name>Apache Commons Statistics Distribution Utilities</name>
 
diff --git a/commons-statistics-examples/pom.xml 
b/commons-statistics-examples/pom.xml
index d95611b..a4708df 100644
--- a/commons-statistics-examples/pom.xml
+++ b/commons-statistics-examples/pom.xml
@@ -25,7 +25,6 @@
   </parent>
 
   <artifactId>commons-statistics-examples</artifactId>
-  <version>1.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Commons Statistics Examples</name>
 
diff --git a/commons-statistics-inference/pom.xml 
b/commons-statistics-inference/pom.xml
index 31bc0ab..7240103 100644
--- a/commons-statistics-inference/pom.xml
+++ b/commons-statistics-inference/pom.xml
@@ -27,7 +27,6 @@
   </parent>
 
   <artifactId>commons-statistics-inference</artifactId>
-  <version>1.1-SNAPSHOT</version>
   <name>Apache Commons Statistics Inference</name>
 
   <description>Statistical hypothesis testing.</description>
diff --git a/commons-statistics-ranking/pom.xml 
b/commons-statistics-ranking/pom.xml
index e6e0597..ed81f6a 100644
--- a/commons-statistics-ranking/pom.xml
+++ b/commons-statistics-ranking/pom.xml
@@ -27,7 +27,6 @@
   </parent>
 
   <artifactId>commons-statistics-ranking</artifactId>
-  <version>1.1-SNAPSHOT</version>
   <name>Apache Commons Statistics Ranking</name>
 
   <description>Statistical rank transformations.</description>
diff --git a/commons-statistics-regression/pom.xml 
b/commons-statistics-regression/pom.xml
index f786ca6..5df59a2 100644
--- a/commons-statistics-regression/pom.xml
+++ b/commons-statistics-regression/pom.xml
@@ -25,7 +25,6 @@
   </parent>
 
   <artifactId>commons-statistics-regression</artifactId>
-  <version>1.1-SNAPSHOT</version>
   <name>Apache Commons Statistics Regression</name>
 
   <description>Statistical regressions.</description>
diff --git a/dist-archive/pom.xml b/dist-archive/pom.xml
index 438e2a3..eff6062 100644
--- a/dist-archive/pom.xml
+++ b/dist-archive/pom.xml
@@ -27,7 +27,6 @@ under the License.
   </parent>
 
   <artifactId>commons-statistics</artifactId>
-  <version>1.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Commons Statistics (full distribution)</name>
   <description>This module creates the Apache Commons Statistics 
distribution.</description>

Reply via email to