Skip to content

Commit

Permalink
[release] Prepare and release BOM 2023.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicL committed Apr 9, 2024
1 parent 4bb7995 commit 7d186ec
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -21,7 +21,7 @@ In Maven, you need to import the bom first:
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-bom</artifactId>
<version>2023.0.4</version>
<version>2023.0.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -54,7 +54,7 @@ your project without a version number.
```groovy
dependencies {
// import BOM
implementation platform('io.projectreactor:reactor-bom:2023.0.4')
implementation platform('io.projectreactor:reactor-bom:2023.0.5')
// add dependencies without a version number
implementation 'io.projectreactor:reactor-core'
Expand All @@ -76,7 +76,7 @@ Then use it to import the BOM:
```groovy
dependencyManagement {
imports {
mavenBom "io.projectreactor:reactor-bom:2023.0.4"
mavenBom "io.projectreactor:reactor-bom:2023.0.5"
}
}
```
Expand Down
20 changes: 10 additions & 10 deletions gradle.properties
@@ -1,13 +1,13 @@
version=2023.0.5-SNAPSHOT
version=2023.0.5

reactorCoreVersion=3.6.5-SNAPSHOT
reactorCoreMicrometerVersion=1.1.5-SNAPSHOT
reactorPoolVersion=1.0.6-SNAPSHOT
reactorPoolMicrometerVersion=0.1.6-SNAPSHOT
reactorNettyVersion=1.1.19-SNAPSHOT
reactorNetty2Version=2.0.0-SNAPSHOT
reactorAddonsVersion=3.5.2-SNAPSHOT
reactorKotlinExtensionsVersion=1.2.3-SNAPSHOT
reactorKafkaVersion=1.3.24-SNAPSHOT
reactorCoreVersion=3.6.5
reactorCoreMicrometerVersion=1.1.5
reactorPoolVersion=1.0.5
reactorPoolMicrometerVersion=0.1.5
reactorNettyVersion=1.1.18
reactorNetty2Version=2.0.0-M3
reactorAddonsVersion=3.5.1
reactorKotlinExtensionsVersion=1.2.2
reactorKafkaVersion=1.3.23

reactiveStreamsVersion=1.0.4

0 comments on commit 7d186ec

Please sign in to comment.