Skip to content

Commit

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

Expand All @@ -29,7 +29,7 @@ With Maven from Maven Central repositories (stable releases):
<dependency>
<groupId>io.projectreactor.kotlin</groupId>
<artifactId>reactor-kotlin-extensions</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</dependency>
```

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.3-SNAPSHOT</version>
<version>1.2.4-SNAPSHOT</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.3-SNAPSHOT
version=1.2.3
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.5-SNAPSHOT"
reactorAddons = "3.5.2-SNAPSHOT"
reactorCore = "3.5.20"
reactorAddons = "3.5.2"
# Other shared versions
kotlin = "1.7.0"

Expand Down

0 comments on commit 5ee5b26

Please sign in to comment.