Skip to content

Commit

Permalink
Release version 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ledoyen committed Mar 12, 2019
1 parent 1d3939c commit 0ba1273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Add the following dependency to your **pom.xml**
<dependency>
<groupId>com.github.fridujo</groupId>
<artifactId>rabbitmq-mock</artifactId>
<version>1.0.9</version>
<version>1.0.10</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -79,7 +79,7 @@ repositories {
dependencies {
// ...
testCompile('com.github.fridujo:rabbitmq-mock:1.0.9')
testCompile('com.github.fridujo:rabbitmq-mock:1.0.10')
// ...
}
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.fridujo</groupId>
<artifactId>rabbitmq-mock</artifactId>
<version>1.0.10-SNAPSHOT</version>
<version>1.0.10</version>

<name>RabbitMQ-Mock</name>
<description>Mock for RabbitMQ Java amqp-client</description>
Expand Down

0 comments on commit 0ba1273

Please sign in to comment.