Skip to content

Commit

Permalink
Remove redundant groupId from pom.
Browse files Browse the repository at this point in the history
The project groupId matches the parent groupId.
  • Loading branch information
aherbert committed Jun 19, 2020
1 parent 13016cc commit 5292fd0
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion commons-rng-client-api/pom.xml
Expand Up @@ -24,7 +24,6 @@
<version>1.4-SNAPSHOT</version>
</parent>

<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-client-api</artifactId>
<version>1.4-SNAPSHOT</version>
<name>Apache Commons RNG Client API</name>
Expand Down
1 change: 0 additions & 1 deletion commons-rng-core/pom.xml
Expand Up @@ -24,7 +24,6 @@
<version>1.4-SNAPSHOT</version>
</parent>

<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-core</artifactId>
<version>1.4-SNAPSHOT</version>
<name>Apache Commons RNG Core</name>
Expand Down
1 change: 0 additions & 1 deletion commons-rng-examples/examples-jmh/pom.xml
Expand Up @@ -24,7 +24,6 @@
<version>1.4-SNAPSHOT</version>
</parent>

<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-examples-jmh</artifactId>
<version>1.4-SNAPSHOT</version>
<name>JMH Benchmark</name>
Expand Down
1 change: 0 additions & 1 deletion commons-rng-examples/examples-jpms/jpms-app/pom.xml
Expand Up @@ -24,7 +24,6 @@
<version>1.4-SNAPSHOT</version>
</parent>

<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-examples-jpms-app</artifactId>
<version>1.4-SNAPSHOT</version>
<name>JPMS module example (application)</name>
Expand Down
1 change: 0 additions & 1 deletion commons-rng-examples/examples-jpms/jpms-lib/pom.xml
Expand Up @@ -24,7 +24,6 @@
<version>1.4-SNAPSHOT</version>
</parent>

<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-examples-jpms-lib</artifactId>
<version>1.4-SNAPSHOT</version>
<name>JPMS module example (library)</name>
Expand Down
1 change: 0 additions & 1 deletion commons-rng-examples/examples-jpms/pom.xml
Expand Up @@ -24,7 +24,6 @@
<version>1.4-SNAPSHOT</version>
</parent>

<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-examples-jpms</artifactId>
<version>1.4-SNAPSHOT</version>
<packaging>pom</packaging>
Expand Down
1 change: 0 additions & 1 deletion commons-rng-examples/examples-quadrature/pom.xml
Expand Up @@ -24,7 +24,6 @@
<version>1.4-SNAPSHOT</version>
</parent>

<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-examples-quadrature</artifactId>
<version>1.4-SNAPSHOT</version>
<name>Quadrature example</name>
Expand Down
1 change: 0 additions & 1 deletion commons-rng-examples/examples-sampling/pom.xml
Expand Up @@ -24,7 +24,6 @@
<version>1.4-SNAPSHOT</version>
</parent>

<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-examples-sampling</artifactId>
<version>1.4-SNAPSHOT</version>
<!-- This name is used in the shaded jar to provide the application title for the version information. -->
Expand Down
1 change: 0 additions & 1 deletion commons-rng-examples/examples-stress/pom.xml
Expand Up @@ -24,7 +24,6 @@
<version>1.4-SNAPSHOT</version>
</parent>

<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-examples-stress</artifactId>
<version>1.4-SNAPSHOT</version>
<!-- This name is used in the shaded jar to provide the application title for the version information. -->
Expand Down
1 change: 0 additions & 1 deletion commons-rng-examples/pom.xml
Expand Up @@ -24,7 +24,6 @@
<version>1.4-SNAPSHOT</version>
</parent>

<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-examples</artifactId>
<version>1.4-SNAPSHOT</version>
<packaging>pom</packaging>
Expand Down
1 change: 0 additions & 1 deletion commons-rng-sampling/pom.xml
Expand Up @@ -24,7 +24,6 @@
<version>1.4-SNAPSHOT</version>
</parent>

<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-sampling</artifactId>
<version>1.4-SNAPSHOT</version>
<name>Apache Commons RNG Sampling</name>
Expand Down
1 change: 0 additions & 1 deletion commons-rng-simple/pom.xml
Expand Up @@ -24,7 +24,6 @@
<version>1.4-SNAPSHOT</version>
</parent>

<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-simple</artifactId>
<version>1.4-SNAPSHOT</version>
<name>Apache Commons RNG Simple</name>
Expand Down
1 change: 0 additions & 1 deletion dist-archive/pom.xml
Expand Up @@ -26,7 +26,6 @@ under the License.
<version>1.4-SNAPSHOT</version>
</parent>

<groupId>org.apache.commons</groupId>
<artifactId>commons-rng</artifactId>
<version>1.4-SNAPSHOT</version>
<packaging>pom</packaging>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Expand Up @@ -23,7 +23,6 @@
<version>50</version>
</parent>

<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-parent</artifactId>
<version>1.4-SNAPSHOT</version>
<packaging>pom</packaging>
Expand Down

0 comments on commit 5292fd0

Please sign in to comment.