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