Skip to content

Commit

Permalink
Merge pull request #65 from KingBuzzer/master
Browse files Browse the repository at this point in the history
Remove duplicate groupIds, add name to dropwizard-auth module.
  • Loading branch information
codahale committed Mar 23, 2012
2 parents 2a82a6d + f48a639 commit 21d2cb7
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions dropwizard-auth/pom.xml
Expand Up @@ -9,6 +9,7 @@
</parent>

<artifactId>dropwizard-auth</artifactId>
<name>Dropwizard Authentication</name>

<dependencies>
<dependency>
Expand Down
1 change: 0 additions & 1 deletion dropwizard-client/pom.xml
Expand Up @@ -8,7 +8,6 @@
<version>0.4.0-SNAPSHOT</version>
</parent>

<groupId>com.yammer.dropwizard</groupId>
<artifactId>dropwizard-client</artifactId>
<name>Dropwizard HTTP Client</name>

Expand Down
1 change: 0 additions & 1 deletion dropwizard-core/pom.xml
Expand Up @@ -8,7 +8,6 @@
<version>0.4.0-SNAPSHOT</version>
</parent>

<groupId>com.yammer.dropwizard</groupId>
<artifactId>dropwizard-core</artifactId>
<name>Dropwizard</name>

Expand Down
1 change: 0 additions & 1 deletion dropwizard-db/pom.xml
Expand Up @@ -8,7 +8,6 @@
<version>0.4.0-SNAPSHOT</version>
</parent>

<groupId>com.yammer.dropwizard</groupId>
<artifactId>dropwizard-db</artifactId>
<name>Dropwizard Database Client</name>

Expand Down
1 change: 0 additions & 1 deletion dropwizard-scala_2.9.1/pom.xml
Expand Up @@ -8,7 +8,6 @@
<version>0.4.0-SNAPSHOT</version>
</parent>

<groupId>com.yammer.dropwizard</groupId>
<artifactId>dropwizard-scala_2.9.1</artifactId>
<name>Dropwizard for Scala ${scala.version}</name>

Expand Down
1 change: 0 additions & 1 deletion dropwizard-testing/pom.xml
Expand Up @@ -8,7 +8,6 @@
<version>0.4.0-SNAPSHOT</version>
</parent>

<groupId>com.yammer.dropwizard</groupId>
<artifactId>dropwizard-testing</artifactId>
<name>Dropwizard Test Helpers</name>

Expand Down
1 change: 0 additions & 1 deletion dropwizard-views/pom.xml
Expand Up @@ -8,7 +8,6 @@
<version>0.4.0-SNAPSHOT</version>
</parent>

<groupId>com.yammer.dropwizard</groupId>
<artifactId>dropwizard-views</artifactId>
<name>Dropwizard Views</name>

Expand Down

0 comments on commit 21d2cb7

Please sign in to comment.