Skip to content

Commit

Permalink
removing redundant groupId and version entries from poms
Browse files Browse the repository at this point in the history
  • Loading branch information
darkma773r committed Jul 2, 2020
1 parent ba1b480 commit e88905e
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions commons-geometry-core/pom.xml
Expand Up @@ -26,9 +26,7 @@
<version>1.0-SNAPSHOT</version>
</parent>

<groupId>org.apache.commons</groupId>
<artifactId>commons-geometry-core</artifactId>
<version>1.0-SNAPSHOT</version>
<name>Apache Commons Geometry Core</name>

<description>Core interfaces and classes for Apache Commons Geometry.</description>
Expand Down
2 changes: 0 additions & 2 deletions commons-geometry-enclosing/pom.xml
Expand Up @@ -26,9 +26,7 @@
<version>1.0-SNAPSHOT</version>
</parent>

<groupId>org.apache.commons</groupId>
<artifactId>commons-geometry-enclosing</artifactId>
<version>1.0-SNAPSHOT</version>
<name>Apache Commons Geometry Enclosing</name>

<description>Algorithms for computing enclosing balls.</description>
Expand Down
2 changes: 0 additions & 2 deletions commons-geometry-euclidean/pom.xml
Expand Up @@ -26,9 +26,7 @@
<version>1.0-SNAPSHOT</version>
</parent>

<groupId>org.apache.commons</groupId>
<artifactId>commons-geometry-euclidean</artifactId>
<version>1.0-SNAPSHOT</version>
<name>Apache Commons Geometry Euclidean</name>

<description>Geometric primitives for euclidean space.</description>
Expand Down
2 changes: 0 additions & 2 deletions commons-geometry-examples/examples-io/pom.xml
Expand Up @@ -24,9 +24,7 @@
<version>1.0-SNAPSHOT</version>
</parent>

<groupId>org.apache.commons</groupId>
<artifactId>commons-geometry-examples-io</artifactId>
<version>1.0-SNAPSHOT</version>
<name>Apache Commons Geometry IO Examples</name>

<description>Contains code examples for reading and writing geometric objects to persistent storage.
Expand Down
2 changes: 0 additions & 2 deletions commons-geometry-examples/examples-tutorials/pom.xml
Expand Up @@ -24,9 +24,7 @@
<version>1.0-SNAPSHOT</version>
</parent>

<groupId>org.apache.commons</groupId>
<artifactId>commons-geometry-examples-tutorials</artifactId>
<version>1.0-SNAPSHOT</version>
<name>Apache Commons Geometry Tutorials</name>

<description>Contains code used in project tutorials. Code in this module is not part of the public API.</description>
Expand Down
2 changes: 0 additions & 2 deletions commons-geometry-hull/pom.xml
Expand Up @@ -26,9 +26,7 @@
<version>1.0-SNAPSHOT</version>
</parent>

<groupId>org.apache.commons</groupId>
<artifactId>commons-geometry-hull</artifactId>
<version>1.0-SNAPSHOT</version>
<name>Apache Commons Geometry Hull</name>

<description>Algorithms for computing convex hulls.</description>
Expand Down
2 changes: 0 additions & 2 deletions commons-geometry-spherical/pom.xml
Expand Up @@ -26,9 +26,7 @@
<version>1.0-SNAPSHOT</version>
</parent>

<groupId>org.apache.commons</groupId>
<artifactId>commons-geometry-spherical</artifactId>
<version>1.0-SNAPSHOT</version>
<name>Apache Commons Geometry Spherical</name>

<description>Geometric primitives for spherical space.</description>
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-geometry-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
Expand Down

0 comments on commit e88905e

Please sign in to comment.