Skip to content

Commit

Permalink
Release version 1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ledoyen committed Feb 9, 2020
1 parent 6a2e27e commit 26f1fdf
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 @@ -68,7 +68,7 @@ Add the following dependency to your **pom.xml**
<dependency>
<groupId>com.github.fridujo</groupId>
<artifactId>rabbitmq-mock</artifactId>
<version>1.0.13</version>
<version>1.0.14</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -84,7 +84,7 @@ repositories {
dependencies {
// ...
testCompile('com.github.fridujo:rabbitmq-mock:1.0.13')
testCompile('com.github.fridujo:rabbitmq-mock:1.0.14')
// ...
}
```
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.14-SNAPSHOT
version: 1.0.14

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.14-SNAPSHOT</version>
<version>1.0.14</version>

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

0 comments on commit 26f1fdf

Please sign in to comment.