Skip to content

Commit

Permalink
[release] Prepare and release 1.2.0-M5
Browse files Browse the repository at this point in the history
  • Loading branch information
pderop committed Aug 9, 2022
1 parent be86fc1 commit 231acd6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ With Gradle from repo.spring.io or Maven Central repositories (stable releases o
dependencies {
//implementation "io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.0-SNAPSHOT"
implementation "io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.0-M4"
implementation "io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.0-M5"
}
```

Expand All @@ -42,7 +42,7 @@ Or from repo.spring.io with access to SNAPSHOT:
<dependency>
<groupId>io.projectreactor.kotlin</groupId>
<artifactId>reactor-kotlin-extensions</artifactId>
<version>1.2.0-M4</version>
<version>1.2.0-M5</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.2.0-SNAPSHOT
version=1.2.0-M5
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
reactorCore = "3.5.0-SNAPSHOT"
reactorAddons = "3.5.0-SNAPSHOT"
reactorCore = "3.5.0-M5"
reactorAddons = "3.5.0-M5"
# Other shared versions
kotlin = "1.7.0"

Expand Down

0 comments on commit 231acd6

Please sign in to comment.