Skip to content

Commit

Permalink
Merge pull request #79 from posix4e/groupId
Browse files Browse the repository at this point in the history
Specifying the groupID is redundant. It must be the same as the parent.

This is true. Maven likes things DRY.
  • Loading branch information
mattbishop committed Sep 26, 2014
2 parents 4451682 + a3e5fd0 commit b9248b5
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion integration/pom.xml
Expand Up @@ -11,7 +11,6 @@

<modelVersion>4.0.0</modelVersion>

<groupId>org.slf4j</groupId>
<artifactId>integration</artifactId>
<packaging>jar</packaging>
<name>SLF4J Integration tests</name>
Expand Down
1 change: 0 additions & 1 deletion jcl-over-slf4j/pom.xml
Expand Up @@ -9,7 +9,6 @@

<modelVersion>4.0.0</modelVersion>

<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<packaging>jar</packaging>
<name>JCL 1.1.1 implemented over SLF4J</name>
Expand Down
1 change: 0 additions & 1 deletion jul-to-slf4j/pom.xml
Expand Up @@ -11,7 +11,6 @@

<modelVersion>4.0.0</modelVersion>

<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>

<packaging>jar</packaging>
Expand Down
1 change: 0 additions & 1 deletion log4j-over-slf4j/pom.xml
Expand Up @@ -10,7 +10,6 @@

<modelVersion>4.0.0</modelVersion>

<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<packaging>jar</packaging>
<name>Log4j Implemented Over SLF4J</name>
Expand Down
1 change: 0 additions & 1 deletion osgi-over-slf4j/pom.xml
Expand Up @@ -8,7 +8,6 @@

<modelVersion>4.0.0</modelVersion>

<groupId>org.slf4j</groupId>
<artifactId>osgi-over-slf4j</artifactId>
<packaging>bundle</packaging>
<name>OSGi LogService implemented over SLF4J</name>
Expand Down
1 change: 0 additions & 1 deletion slf4j-api/pom.xml
Expand Up @@ -10,7 +10,6 @@

<modelVersion>4.0.0</modelVersion>

<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<packaging>jar</packaging>
<name>SLF4J API Module</name>
Expand Down
1 change: 0 additions & 1 deletion slf4j-ext/pom.xml
Expand Up @@ -10,7 +10,6 @@

<modelVersion>4.0.0</modelVersion>

<groupId>org.slf4j</groupId>
<artifactId>slf4j-ext</artifactId>
<packaging>jar</packaging>
<name>SLF4J Extensions Module</name>
Expand Down
1 change: 0 additions & 1 deletion slf4j-jcl/pom.xml
Expand Up @@ -8,7 +8,6 @@

<modelVersion>4.0.0</modelVersion>

<groupId>org.slf4j</groupId>
<artifactId>slf4j-jcl</artifactId>
<packaging>jar</packaging>
<name>SLF4J JCL Binding</name>
Expand Down
1 change: 0 additions & 1 deletion slf4j-jdk14/pom.xml
Expand Up @@ -11,7 +11,6 @@

<modelVersion>4.0.0</modelVersion>

<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>

<packaging>jar</packaging>
Expand Down
1 change: 0 additions & 1 deletion slf4j-log4j12/pom.xml
Expand Up @@ -11,7 +11,6 @@

<modelVersion>4.0.0</modelVersion>

<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<packaging>jar</packaging>
<name>SLF4J LOG4J-12 Binding</name>
Expand Down
1 change: 0 additions & 1 deletion slf4j-migrator/pom.xml
Expand Up @@ -12,7 +12,6 @@

<modelVersion>4.0.0</modelVersion>

<groupId>org.slf4j</groupId>
<artifactId>slf4j-migrator</artifactId>
<packaging>jar</packaging>
<name>SLF4J Migrator</name>
Expand Down
1 change: 0 additions & 1 deletion slf4j-nop/pom.xml
Expand Up @@ -11,7 +11,6 @@

<modelVersion>4.0.0</modelVersion>

<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
<packaging>jar</packaging>
<name>SLF4J NOP Binding</name>
Expand Down
1 change: 0 additions & 1 deletion slf4j-simple/pom.xml
Expand Up @@ -9,7 +9,6 @@

<modelVersion>4.0.0</modelVersion>

<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<packaging>jar</packaging>
<name>SLF4J Simple Binding</name>
Expand Down
1 change: 0 additions & 1 deletion slf4j-site/pom.xml
Expand Up @@ -10,7 +10,6 @@

<modelVersion>4.0.0</modelVersion>

<groupId>org.slf4j</groupId>
<artifactId>slf4j-site</artifactId>
<packaging>jar</packaging>
<name>SLF4J Site</name>
Expand Down

0 comments on commit b9248b5

Please sign in to comment.