Navigation Menu

Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
codahale committed Aug 7, 2012
1 parent f16fc04 commit 10e21f4
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dropwizard-auth/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.yammer.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.5.1</version>
</parent>

<artifactId>dropwizard-auth</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-client/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.yammer.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.5.1</version>
</parent>

<artifactId>dropwizard-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.yammer.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.5.1</version>
</parent>

<artifactId>dropwizard-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-db/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.yammer.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.5.1</version>
</parent>

<artifactId>dropwizard-db</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-example/pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>com.yammer.dropwizard</groupId>
<artifactId>dropwizard-example</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.5.1</version>
<name>Dropwizard Example Application</name>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-scala_2.9.1/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.yammer.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.5.1</version>
</parent>

<artifactId>dropwizard-scala_2.9.1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-testing/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.yammer.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.5.1</version>
</parent>

<artifactId>dropwizard-testing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-views/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.yammer.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.5.1</version>
</parent>

<artifactId>dropwizard-views</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -7,7 +7,7 @@

<groupId>com.yammer.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.5.1</version>
<packaging>pom</packaging>
<name>Dropwizard Project</name>
<url>http://dropwizard.codahale.com/</url>
Expand Down Expand Up @@ -54,7 +54,7 @@
<connection>scm:git:git://github.com/codahale/dropwizard.git</connection>
<developerConnection>scm:git:git@github.com:codahale/dropwizard.git</developerConnection>
<url>http://github.com/codahale/dropwizard/</url>
<tag>HEAD</tag>
<tag>v0.5.1</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 10e21f4

Please sign in to comment.