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

Commit 1ccad66

Browse files
committed
Use 1.3.0.RELEASE in documentation
1 parent 65a18c0 commit 1ccad66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/docs/asciidoc/getting-started.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ For gradle:
137137
[source,groovy]
138138
--------
139139
dependencies {
140-
compile "io.projectreactor.rabbitmq:reactor-rabbitmq:1.2.0.RELEASE"
140+
compile "io.projectreactor.rabbitmq:reactor-rabbitmq:1.3.0.RELEASE"
141141
}
142142
--------
143143

@@ -149,7 +149,7 @@ For Maven:
149149
<dependency>
150150
<groupId>io.projectreactor.rabbitmq</groupId>
151151
<artifactId>reactor-rabbitmq</artifactId>
152-
<version>1.2.0.RELEASE</version>
152+
<version>1.3.0.RELEASE</version>
153153
</dependency>
154154
--------
155155

src/docs/asciidoc/new.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
=== What's new in Reactor RabbitMQ 1.3
66

7-
* Use Reactor 3.3.0
7+
* Use Reactor 3.3.0.RELEASE
88
* Allow passive exchange and queue declaration
99
* Emit exception on server-initiated channel closing in publish confirms
1010
flow

0 commit comments

Comments
 (0)