Skip to content

Commit

Permalink
Release version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ledoyen committed Jul 22, 2020
1 parent f430870 commit 0e46aac
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 @@ -69,7 +69,7 @@ Add the following dependency to your **pom.xml**
<dependency>
<groupId>com.github.fridujo</groupId>
<artifactId>rabbitmq-mock</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -85,7 +85,7 @@ repositories {
dependencies {
// ...
testCompile('com.github.fridujo:rabbitmq-mock:1.1.0')
testCompile('com.github.fridujo:rabbitmq-mock:1.1.1')
// ...
}
```
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.1.1-SNAPSHOT
version: 1.1.1

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.1.1-SNAPSHOT</version>
<version>1.1.1</version>

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

0 comments on commit 0e46aac

Please sign in to comment.