From 2c74a1ad28184335a38be9f841dd0f05dafc75cf Mon Sep 17 00:00:00 2001 From: Will Hamill Date: Thu, 28 Jul 2016 00:43:43 +0100 Subject: [PATCH] Updating dropwizard version to 1.0.0 --- README.md | 5 +++-- pom.xml | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2bd6f6e..4f14e03 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ dropwizard-junit ================ -a JUnit TestRunner that allows to load Dropwizard 0.8 resources for testing +A JUnit TestRunner that allows to load Dropwizard 1.0.0 resources for testing +__NOTE__: for Dropwizard 0.8.x compatibility use project version 0.6 __NOTE__: for Dropwizard 0.7.x compatibility use project version 0.5 License @@ -18,7 +19,7 @@ How to use it io.federecio dropwizard-junit - 0.6 + 0.7 test diff --git a/pom.xml b/pom.xml index 225dfd1..37c173c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.federecio dropwizard-junit - 0.7-SNAPSHOT + 0.7 Dropwizard Junit runner A JUnit runner to allow testing of Dropwizard applications @@ -47,9 +47,9 @@ - 0.8.0 + 1.0.0 UTF-8 - 1.7 + 1.8