Skip to content

Commit

Permalink
[release] Prepare and release BOM 2022.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Aug 15, 2023
1 parent 83ab9d6 commit 01da4e8
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.9</version>
<version>2022.0.10</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.9')
implementation platform('io.projectreactor:reactor-bom:2022.0.10')
// 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.9"
mavenBom "io.projectreactor:reactor-bom:2022.0.10"
}
}
```
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.10-SNAPSHOT
version=2022.0.10

reactorCoreVersion=3.5.9-SNAPSHOT
reactorCoreMicrometerVersion=1.0.9-SNAPSHOT
reactorPoolVersion=1.0.2-SNAPSHOT
reactorPoolMicrometerVersion=0.1.2-SNAPSHOT
reactorNettyVersion=1.1.10-SNAPSHOT
reactorNetty2Version=2.0.0-SNAPSHOT
reactorAddonsVersion=3.5.2-SNAPSHOT
reactorKotlinExtensionsVersion=1.2.3-SNAPSHOT
reactorKafkaVersion=1.3.20-SNAPSHOT
reactorCoreVersion=3.5.9
reactorCoreMicrometerVersion=1.0.9
reactorPoolVersion=1.0.1
reactorPoolMicrometerVersion=0.1.1
reactorNettyVersion=1.1.10
reactorNetty2Version=2.0.0-M3
reactorAddonsVersion=3.5.1
reactorKotlinExtensionsVersion=1.2.2
reactorKafkaVersion=1.3.20

reactiveStreamsVersion=1.0.4

0 comments on commit 01da4e8

Please sign in to comment.