Skip to content

Commit

Permalink
[release] Prepare and release BOM 2023.0.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
pderop committed Jul 11, 2023
1 parent 60effa5 commit fb81d3a
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>2022.0.9</version>
<version>2023.0.0-M1</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:2023.0.0-M1')
// 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:2023.0.0-M1"
}
}
```
Expand Down
20 changes: 10 additions & 10 deletions gradle.properties
@@ -1,13 +1,13 @@
version=2023.0.0-SNAPSHOT
version=2023.0.0-M1

reactorCoreVersion=3.6.0-SNAPSHOT
reactorCoreMicrometerVersion=1.1.0-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.6.0-M1
reactorCoreMicrometerVersion=1.1.0-M1
reactorPoolVersion=1.0.1
reactorPoolMicrometerVersion=0.1.1
reactorNettyVersion=1.1.9
reactorNetty2Version=2.0.0-M3
reactorAddonsVersion=3.5.1
reactorKotlinExtensionsVersion=1.2.2
reactorKafkaVersion=1.3.19

reactiveStreamsVersion=1.0.4

0 comments on commit fb81d3a

Please sign in to comment.