From 5292fd0bb0c096fc46e2bf6d8a46e7ee5afc91e3 Mon Sep 17 00:00:00 2001 From: aherbert Date: Fri, 19 Jun 2020 15:09:26 +0100 Subject: [PATCH] Remove redundant groupId from pom. The project groupId matches the parent groupId. --- commons-rng-client-api/pom.xml | 1 - commons-rng-core/pom.xml | 1 - commons-rng-examples/examples-jmh/pom.xml | 1 - commons-rng-examples/examples-jpms/jpms-app/pom.xml | 1 - commons-rng-examples/examples-jpms/jpms-lib/pom.xml | 1 - commons-rng-examples/examples-jpms/pom.xml | 1 - commons-rng-examples/examples-quadrature/pom.xml | 1 - commons-rng-examples/examples-sampling/pom.xml | 1 - commons-rng-examples/examples-stress/pom.xml | 1 - commons-rng-examples/pom.xml | 1 - commons-rng-sampling/pom.xml | 1 - commons-rng-simple/pom.xml | 1 - dist-archive/pom.xml | 1 - pom.xml | 1 - 14 files changed, 14 deletions(-) diff --git a/commons-rng-client-api/pom.xml b/commons-rng-client-api/pom.xml index 83cd5187c..e842eca6f 100644 --- a/commons-rng-client-api/pom.xml +++ b/commons-rng-client-api/pom.xml @@ -24,7 +24,6 @@ 1.4-SNAPSHOT - org.apache.commons commons-rng-client-api 1.4-SNAPSHOT Apache Commons RNG Client API diff --git a/commons-rng-core/pom.xml b/commons-rng-core/pom.xml index a5688117e..3f831c617 100644 --- a/commons-rng-core/pom.xml +++ b/commons-rng-core/pom.xml @@ -24,7 +24,6 @@ 1.4-SNAPSHOT - org.apache.commons commons-rng-core 1.4-SNAPSHOT Apache Commons RNG Core diff --git a/commons-rng-examples/examples-jmh/pom.xml b/commons-rng-examples/examples-jmh/pom.xml index 826e7483d..b2e313d15 100644 --- a/commons-rng-examples/examples-jmh/pom.xml +++ b/commons-rng-examples/examples-jmh/pom.xml @@ -24,7 +24,6 @@ 1.4-SNAPSHOT - org.apache.commons commons-rng-examples-jmh 1.4-SNAPSHOT JMH Benchmark diff --git a/commons-rng-examples/examples-jpms/jpms-app/pom.xml b/commons-rng-examples/examples-jpms/jpms-app/pom.xml index d6ffc9e40..23e76e541 100644 --- a/commons-rng-examples/examples-jpms/jpms-app/pom.xml +++ b/commons-rng-examples/examples-jpms/jpms-app/pom.xml @@ -24,7 +24,6 @@ 1.4-SNAPSHOT - org.apache.commons commons-rng-examples-jpms-app 1.4-SNAPSHOT JPMS module example (application) diff --git a/commons-rng-examples/examples-jpms/jpms-lib/pom.xml b/commons-rng-examples/examples-jpms/jpms-lib/pom.xml index 766c9ea89..81888c96e 100644 --- a/commons-rng-examples/examples-jpms/jpms-lib/pom.xml +++ b/commons-rng-examples/examples-jpms/jpms-lib/pom.xml @@ -24,7 +24,6 @@ 1.4-SNAPSHOT - org.apache.commons commons-rng-examples-jpms-lib 1.4-SNAPSHOT JPMS module example (library) diff --git a/commons-rng-examples/examples-jpms/pom.xml b/commons-rng-examples/examples-jpms/pom.xml index 7003f794e..286ab9a87 100644 --- a/commons-rng-examples/examples-jpms/pom.xml +++ b/commons-rng-examples/examples-jpms/pom.xml @@ -24,7 +24,6 @@ 1.4-SNAPSHOT - org.apache.commons commons-rng-examples-jpms 1.4-SNAPSHOT pom diff --git a/commons-rng-examples/examples-quadrature/pom.xml b/commons-rng-examples/examples-quadrature/pom.xml index 19f71d36e..56d1dfd1a 100644 --- a/commons-rng-examples/examples-quadrature/pom.xml +++ b/commons-rng-examples/examples-quadrature/pom.xml @@ -24,7 +24,6 @@ 1.4-SNAPSHOT - org.apache.commons commons-rng-examples-quadrature 1.4-SNAPSHOT Quadrature example diff --git a/commons-rng-examples/examples-sampling/pom.xml b/commons-rng-examples/examples-sampling/pom.xml index 5a90015b0..235d28c60 100644 --- a/commons-rng-examples/examples-sampling/pom.xml +++ b/commons-rng-examples/examples-sampling/pom.xml @@ -24,7 +24,6 @@ 1.4-SNAPSHOT - org.apache.commons commons-rng-examples-sampling 1.4-SNAPSHOT diff --git a/commons-rng-examples/examples-stress/pom.xml b/commons-rng-examples/examples-stress/pom.xml index 48f8288f7..6d576a3ab 100644 --- a/commons-rng-examples/examples-stress/pom.xml +++ b/commons-rng-examples/examples-stress/pom.xml @@ -24,7 +24,6 @@ 1.4-SNAPSHOT - org.apache.commons commons-rng-examples-stress 1.4-SNAPSHOT diff --git a/commons-rng-examples/pom.xml b/commons-rng-examples/pom.xml index 28a280ac8..597a44542 100644 --- a/commons-rng-examples/pom.xml +++ b/commons-rng-examples/pom.xml @@ -24,7 +24,6 @@ 1.4-SNAPSHOT - org.apache.commons commons-rng-examples 1.4-SNAPSHOT pom diff --git a/commons-rng-sampling/pom.xml b/commons-rng-sampling/pom.xml index 495045f33..a17bebf89 100644 --- a/commons-rng-sampling/pom.xml +++ b/commons-rng-sampling/pom.xml @@ -24,7 +24,6 @@ 1.4-SNAPSHOT - org.apache.commons commons-rng-sampling 1.4-SNAPSHOT Apache Commons RNG Sampling diff --git a/commons-rng-simple/pom.xml b/commons-rng-simple/pom.xml index 14134ebd6..98338a2cb 100644 --- a/commons-rng-simple/pom.xml +++ b/commons-rng-simple/pom.xml @@ -24,7 +24,6 @@ 1.4-SNAPSHOT - org.apache.commons commons-rng-simple 1.4-SNAPSHOT Apache Commons RNG Simple diff --git a/dist-archive/pom.xml b/dist-archive/pom.xml index 90a6604a2..cd31e9733 100644 --- a/dist-archive/pom.xml +++ b/dist-archive/pom.xml @@ -26,7 +26,6 @@ under the License. 1.4-SNAPSHOT - org.apache.commons commons-rng 1.4-SNAPSHOT pom diff --git a/pom.xml b/pom.xml index ed42702ba..fc03467b7 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,6 @@ 50 - org.apache.commons commons-rng-parent 1.4-SNAPSHOT pom