Skip to content

Commit

Permalink
[release] Prepare and release BOM 2020.0.42
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Mar 12, 2024
1 parent 74ca341 commit 28b6fdc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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>2020.0.41</version>
<version>2020.0.42</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:2020.0.41')
implementation platform('io.projectreactor:reactor-bom:2020.0.42')
// 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:2020.0.41"
mavenBom "io.projectreactor:reactor-bom:2020.0.42"
}
}
```
Expand Down
16 changes: 8 additions & 8 deletions gradle.properties
@@ -1,11 +1,11 @@
version=2020.0.42-SNAPSHOT
version=2020.0.42

reactorCoreVersion=3.4.36-SNAPSHOT
reactorPoolVersion=0.2.13-SNAPSHOT
reactorNettyVersion=1.0.43-SNAPSHOT
reactorAddonsVersion=3.4.11-SNAPSHOT
reactorRabbitVersion=1.5.7-SNAPSHOT
reactorKafkaVersion=1.3.24-SNAPSHOT
reactorKotlinExtensionsVersion=1.1.11-SNAPSHOT
reactorCoreVersion=3.4.36
reactorPoolVersion=0.2.12
reactorNettyVersion=1.0.43
reactorAddonsVersion=3.4.10
reactorRabbitVersion=1.5.6
reactorKafkaVersion=1.3.23
reactorKotlinExtensionsVersion=1.1.10

reactiveStreamsVersion=1.0.4

0 comments on commit 28b6fdc

Please sign in to comment.