Skip to content

Commit

Permalink
Update version for next development iteration, fixes dropwizard#644
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Jul 7, 2014
1 parent a7a8f5d commit 124b933
Show file tree
Hide file tree
Showing 31 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion docs/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.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</version>
</parent>

<artifactId>docs</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions docs/source/manual/example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Dropwizard Example, Step by Step
* mvn clean compile install
* mvn eclipse:eclipse -DdownloadSources=true
* From eclipse, File --> Import --> Existing Project into workspace
* ``java -jar ~/git/dropwizard/dropwizard-example/target/dropwizard-example-0.7.1-SNAPSHOT.jar db migrate example.yml``
* ``java -jar ~/git/dropwizard/dropwizard-example/target/dropwizard-example-0.8.0-SNAPSHOT.jar db migrate example.yml``
* The above ran the liquibase migration in /src/main/resources/migrations.xml, creating the table schema
* You can now start the app in your IDE by running ``java -jar ~/git/dropwizard/dropwizard-example/target/dropwizard-example-0.7.1-SNAPSHOT.jar db migrate example.yml``
* You can now start the app in your IDE by running ``java -jar ~/git/dropwizard/dropwizard-example/target/dropwizard-example-0.8.0-SNAPSHOT.jar db migrate example.yml``
* Alternatively you can run this file in your IDE: ``com.example.helloworld.HelloWorldApplication server example.yml``
* Insert a new person: ``curl -H "Content-Type: application/json" -X POST -d '{"fullName":"Coda Hale", "jobTitle" : "Chief Wizard" }' http://localhost:8080/people``
* Retrieve that person: ``curl http://localhost:8080/people/1``
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.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</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.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</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>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</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.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</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.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</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.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</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 @@ -34,11 +34,11 @@ To test the example application run the following commands.

* To setup the h2 database run.

java -jar target/dropwizard-example-0.7.1-SNAPSHOT.jar db migrate example.yml
java -jar target/dropwizard-example-0.8.0-SNAPSHOT.jar db migrate example.yml

* To run the server run.

java -jar target/dropwizard-example-0.7.1-SNAPSHOT.jar server example.yml
java -jar target/dropwizard-example-0.8.0-SNAPSHOT.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 @@ -7,7 +7,7 @@

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

<properties>
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.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</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.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</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.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</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.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</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.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</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.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</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.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</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.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</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.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</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.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</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.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</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.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</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.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</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.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</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.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</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.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</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.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</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.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</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.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</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.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</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.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Dropwizard Project</name>
<url>${dropwizard.url}</url>
Expand Down

0 comments on commit 124b933

Please sign in to comment.