Skip to content

Commit

Permalink
Release version 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ledoyen committed Oct 11, 2019
1 parent 08e2984 commit beff22e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.11</version>
<version>1.0.12</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -79,7 +79,7 @@ repositories {
dependencies {
// ...
testCompile('com.github.fridujo:rabbitmq-mock:1.0.11')
testCompile('com.github.fridujo:rabbitmq-mock:1.0.12')
// ...
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rabbitmq-mock
title: RabbitMQ-Mock
version: 1.0.12-SNAPSHOT
version: 1.0.12

nav:
- modules/ROOT/nav.adoc
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.12-SNAPSHOT</version>
<version>1.0.12</version>

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

0 comments on commit beff22e

Please sign in to comment.