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

Commit d64bf9a

Browse files
committed
Use 1.0.0.RC2 in readme
1 parent 1569f08 commit d64bf9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ With Maven:
3232
<dependency>
3333
<groupId>io.projectreactor.rabbitmq</groupId>
3434
<artifactId>reactor-rabbitmq</artifactId>
35-
<version>1.0.0.RC1</version>
35+
<version>1.0.0.RC2</version>
3636
</dependency>
3737

3838
<repositories>
@@ -56,7 +56,7 @@ repositories {
5656
}
5757
5858
dependencies {
59-
compile "io.projectreactor.rabbitmq:reactor-rabbitmq:1.0.0.RC1"
59+
compile "io.projectreactor.rabbitmq:reactor-rabbitmq:1.0.0.RC2"
6060
}
6161
```
6262

0 commit comments

Comments
 (0)