Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 7368b6b

Browse files
committed
Update docs for 1.1.0.RC3
1 parent 21b4cd4 commit 7368b6b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/docs/asciidoc/getting-started.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ For gradle:
109109
[source,groovy]
110110
--------
111111
dependencies {
112-
compile "io.projectreactor.rabbitmq:reactor-rabbitmq:1.1.0.RC2"
112+
compile "io.projectreactor.rabbitmq:reactor-rabbitmq:1.1.0.RC3"
113113
}
114114
--------
115115

@@ -121,7 +121,7 @@ For maven:
121121
<dependency>
122122
<groupId>io.projectreactor.rabbitmq</groupId>
123123
<artifactId>reactor-rabbitmq</artifactId>
124-
<version>1.1.0.RC2</version>
124+
<version>1.1.0.RC3</version>
125125
</dependency>
126126
--------
127127

src/docs/asciidoc/new.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66

77
* Let user provide `Mono<Channel>` for sending messages
88
* Add optional channel pooling for sending messages
9+
* Automatically retry on ack and nack
910
* Use Reactor 3.2.5.RELEASE
10-
* Use Java client 5.5.3
11+
* Use Java client 5.6.0
1112

1213
=== What's new in Reactor RabbitMQ 1.0
1314

0 commit comments

Comments
 (0)