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

Commit 91c3139

Browse files
committed
Use 1.0.0.RELEASE in readme
1 parent 50caff8 commit 91c3139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.0.0.RC2"
112+
compile "io.projectreactor.rabbitmq:reactor-rabbitmq:1.0.0.RELEASE"
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.0.0.RC2</version>
124+
<version>1.0.0.RELEASE</version>
125125
</dependency>
126126
--------
127127

0 commit comments

Comments
 (0)