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

Commit 000de5a

Browse files
committed
Prepare release 1.2.1.RELEASE (EoL)
This is the last planned release of reactor-rabbitmq in the Californium train.
1 parent 01f2795 commit 000de5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ With Maven:
4040
<dependency>
4141
<groupId>io.projectreactor.rabbitmq</groupId>
4242
<artifactId>reactor-rabbitmq</artifactId>
43-
<version>1.2.0.RELEASE</version>
43+
<version>1.2.1.RELEASE</version>
4444
</dependency>
4545
```
4646

4747

4848
With Gradle:
4949
```groovy
5050
dependencies {
51-
compile "io.projectreactor.rabbitmq:reactor-rabbitmq:1.2.0.RELEASE"
51+
compile "io.projectreactor.rabbitmq:reactor-rabbitmq:1.2.1.RELEASE"
5252
}
5353
```
5454

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=1.2.1.BUILD-SNAPSHOT
2-
reactorCoreVersion=3.2.22.BUILD-SNAPSHOT
2+
reactorCoreVersion=3.2.22.RELEASE

0 commit comments

Comments
 (0)