Skip to content

Commit

Permalink
[release] Prepare and release BOM 2022.0.12
Browse files Browse the repository at this point in the history
Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
  • Loading branch information
Oleh Dokuka authored and OlegDokuka committed Oct 10, 2023
1 parent 5b72231 commit 5a15ced
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
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>2022.0.11</version>
<version>2022.0.12</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:2022.0.11')
implementation platform('io.projectreactor:reactor-bom:2022.0.12')
// 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:2022.0.11"
mavenBom "io.projectreactor:reactor-bom:2022.0.12"
}
}
```
Expand Down
20 changes: 10 additions & 10 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
version=2022.0.12-SNAPSHOT
version=2022.0.12

reactorCoreVersion=3.5.11-SNAPSHOT
reactorCoreMicrometerVersion=1.0.11-SNAPSHOT
reactorPoolVersion=1.0.3-SNAPSHOT
reactorPoolMicrometerVersion=0.1.3-SNAPSHOT
reactorNettyVersion=1.1.12-SNAPSHOT
reactorNetty2Version=2.0.0-SNAPSHOT
reactorAddonsVersion=3.5.2-SNAPSHOT
reactorKotlinExtensionsVersion=1.2.3-SNAPSHOT
reactorKafkaVersion=1.3.22-SNAPSHOT
reactorCoreVersion=3.5.11
reactorCoreMicrometerVersion=1.0.11
reactorPoolVersion=1.0.3
reactorPoolMicrometerVersion=0.1.3
reactorNettyVersion=1.1.12
reactorNetty2Version=2.0.0-M3
reactorAddonsVersion=3.5.1
reactorKotlinExtensionsVersion=1.2.2
reactorKafkaVersion=1.3.21

reactiveStreamsVersion=1.0.4

0 comments on commit 5a15ced

Please sign in to comment.