Skip to content

Commit

Permalink
Bump version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Nov 3, 2015
1 parent 35e97a8 commit 4d36235
Show file tree
Hide file tree
Showing 34 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<artifactId>docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-archetypes/java-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.dropwizard.archetypes</groupId>
<artifactId>dropwizard-archetypes</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<artifactId>java-simple</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-assets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<artifactId>dropwizard-assets</artifactId>
Expand Down
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>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<artifactId>dropwizard-auth</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>dropwizard-parent</artifactId>
<groupId>io.dropwizard</groupId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<artifactId>dropwizard-bom</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>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

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

<artifactId>dropwizard-configuration</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>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</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>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<artifactId>dropwizard-db</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions dropwizard-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ To test the example application run the following commands.

* To setup the h2 database run.

java -jar target/dropwizard-example-0.9.1-rc2-SNAPSHOT.jar db migrate example.yml
java -jar target/dropwizard-example-0.9.1.jar db migrate example.yml

* To run the server run.

java -jar target/dropwizard-example-0.9.1-rc2-SNAPSHOT.jar server example.yml
java -jar target/dropwizard-example-0.9.1.jar server example.yml

* To hit the Hello World example (hit refresh a few times).

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

<artifactId>dropwizard-example</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
<groupId>io.dropwizard</groupId>
<name>Dropwizard Example Application</name>

Expand Down
2 changes: 1 addition & 1 deletion dropwizard-forms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<artifactId>dropwizard-forms</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<artifactId>dropwizard-hibernate</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<artifactId>dropwizard-jackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-jdbi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<artifactId>dropwizard-jdbi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<artifactId>dropwizard-jersey</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<artifactId>dropwizard-jetty</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-lifecycle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<artifactId>dropwizard-lifecycle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<artifactId>dropwizard-logging</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-metrics-ganglia/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<artifactId>dropwizard-metrics-ganglia</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-metrics-graphite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<artifactId>dropwizard-metrics-graphite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<artifactId>dropwizard-metrics</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-migrations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<artifactId>dropwizard-migrations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-servlets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<artifactId>dropwizard-servlets</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-spdy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<artifactId>dropwizard-spdy</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>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

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

<artifactId>dropwizard-util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<artifactId>dropwizard-validation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-views-freemarker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<artifactId>dropwizard-views-freemarker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-views-mustache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

<artifactId>dropwizard-views-mustache</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>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
</parent>

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

<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.9.1-rc2-SNAPSHOT</version>
<version>0.9.1</version>
<packaging>pom</packaging>

<name>Dropwizard Project</name>
Expand Down

0 comments on commit 4d36235

Please sign in to comment.