diff --git a/README.md b/README.md index b8f6d1e9..5335bd4b 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Add the following dependency to your **pom.xml** com.github.fridujo rabbitmq-mock - 1.0.9 + 1.0.10 test ``` @@ -79,7 +79,7 @@ repositories { dependencies { // ... - testCompile('com.github.fridujo:rabbitmq-mock:1.0.9') + testCompile('com.github.fridujo:rabbitmq-mock:1.0.10') // ... } ``` diff --git a/pom.xml b/pom.xml index bf2c15f4..76052c38 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.github.fridujo rabbitmq-mock - 1.0.10-SNAPSHOT + 1.0.10 RabbitMQ-Mock Mock for RabbitMQ Java amqp-client