You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2020/06/19 14:19:17 UTC

[commons-statistics] branch master updated: Remove redundant groupId from pom.

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


The following commit(s) were added to refs/heads/master by this push:
     new d6b924f  Remove redundant groupId from pom.
d6b924f is described below

commit d6b924fd667ead48a5847f3b7a681ff7742beaeb
Author: aherbert <ah...@apache.org>
AuthorDate: Fri Jun 19 15:12:25 2020 +0100

    Remove redundant groupId from pom.
    
    The project groupId matches the parent groupId.
---
 commons-statistics-distribution/pom.xml | 1 -
 commons-statistics-regression/pom.xml   | 1 -
 dist-archive/pom.xml                    | 1 -
 3 files changed, 3 deletions(-)

diff --git a/commons-statistics-distribution/pom.xml b/commons-statistics-distribution/pom.xml
index bde7cd5..03ba681 100644
--- a/commons-statistics-distribution/pom.xml
+++ b/commons-statistics-distribution/pom.xml
@@ -26,7 +26,6 @@
     <version>1.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.apache.commons</groupId>
   <artifactId>commons-statistics-distribution</artifactId>
   <version>1.0-SNAPSHOT</version>
   <name>Apache Commons Statistics Distribution</name>
diff --git a/commons-statistics-regression/pom.xml b/commons-statistics-regression/pom.xml
index 402cbd1..38792b3 100644
--- a/commons-statistics-regression/pom.xml
+++ b/commons-statistics-regression/pom.xml
@@ -26,7 +26,6 @@
     <version>1.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.apache.commons</groupId>
   <artifactId>commons-statistics-regression</artifactId>
   <version>1.0-SNAPSHOT</version>
   <name>Apache Commons Statistics Regression</name>
diff --git a/dist-archive/pom.xml b/dist-archive/pom.xml
index 4736e51..8ccab61 100644
--- a/dist-archive/pom.xml
+++ b/dist-archive/pom.xml
@@ -26,7 +26,6 @@ under the License.
     <version>1.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.apache.commons</groupId>
   <artifactId>commons-statistics</artifactId>
   <version>1.0-SNAPSHOT</version>
   <packaging>pom</packaging>