Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codahale committed Jul 31, 2012
1 parent 2b48eb1 commit 937771a
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dropwizard-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.yammer.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

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

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

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

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

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

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

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

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

<artifactId>dropwizard-views</artifactId>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.yammer.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>pom</packaging>
<name>Dropwizard Project</name>
<url>http://dropwizard.codahale.com/</url>
Expand Down Expand Up @@ -54,7 +54,8 @@
<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>
</scm>
<tag>v0.5.0</tag>
</scm>

<issueManagement>
<system>github</system>
Expand Down

0 comments on commit 937771a

Please sign in to comment.