Skip to content

Commit

Permalink
Release 2020.0.46, 2022.0.21, 2023.0.8, and 2024.0.0-M4
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicL committed Jul 9, 2024
1 parent 9db3eac commit 85ff309
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jackson = "com.fasterxml.jackson.core:jackson-databind:2.17.1"
jsr305 = { module = "com.google.code.findbugs:jsr305", version = "[3.0.1, 3.0.1]" }
junit4 = "junit:junit:4.13.2"
logback = "ch.qos.logback:logback-classic:1.4.14"
reactorBom = "io.projectreactor:reactor-bom:2020.0.45"
reactorBom = "io.projectreactor:reactor-bom:2020.0.46"
slf4jApi = "org.slf4j:slf4j-api:2.0.13"
snakeYaml = "org.yaml:snakeyaml:1.33"
spring = "org.springframework:spring-core:5.3.36"
Expand Down
20 changes: 10 additions & 10 deletions src/main/resources/boms.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
type: stable
name: 2023.0.7
name: 2023.0.8
codename: G
coreVersion: 3.6.7
testVersion: 3.6.7
nettyVersion: 1.1.20
coreVersion: 3.6.8
testVersion: 3.6.8
nettyVersion: 1.1.21
extraVersion: 3.5.1
adapterVersion: 3.5.1
kafkaVersion: 1.3.23
poolVersion: 1.0.6
poolVersion: 1.0.7
kotlinVersion: 1.2.2
#---
#type: stable
Expand Down Expand Up @@ -52,15 +52,15 @@ type: upcoming
# for milestones released outside of a BOM and full release train, see oobmilestone below
type: milestone
#remove name to deactivate badge and/or individual versions to hide artifacts links
name: 2024.0.0-M3
name: 2024.0.0-M4
codename: H
coreVersion: 3.7.0-M3
testVersion: 3.7.0-M3
nettyVersion: 1.2.0-M3
coreVersion: 3.7.0-M4
testVersion: 3.7.0-M4
nettyVersion: 1.2.0-M4
extraVersion: 3.6.0-M1
adapterVersion: 3.6.0-M1
kafkaVersion: 1.4.0-M1
poolVersion: 1.1.0-M3
poolVersion: 1.1.0-M4
kotlinVersion: 1.3.0-M1
---
#this special pseudo-BOM is used to display milestones that are released outside of a release train.
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ name: olderBoms
groupId: io.projectreactor
artifactId: reactor-bom
versions:
- 2022.0.20
- 2020.0.45
- 2022.0.21
- 2020.0.46
#badVersions is used as placeholder for release trains that hit EoL
badVersions:
- Dysprosium-SR25
Expand Down

0 comments on commit 85ff309

Please sign in to comment.