Skip to content

Commit

Permalink
[release] Next development version 3.6.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
pderop committed Nov 14, 2023
1 parent a1ba81c commit 1d4f042
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=3.6.0
version=3.6.1-SNAPSHOT
bomVersion=2023.0.0
metricsMicrometerVersion=1.1.0
metricsMicrometerVersion=1.1.1-SNAPSHOT
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

[versions]
# Baselines, should be updated on every release
baseline-core-api = "3.5.11"
baselinePerfCore = "3.5.11"
baseline-core-api = "3.6.0"
baselinePerfCore = "3.6.0"
baselinePerfExtra = "3.5.1"

# Other shared versions
Expand Down
3 changes: 0 additions & 3 deletions reactor-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,6 @@ task japicmp(type: JapicmpTask) {
classExcludes = [
]
methodExcludes = [
"reactor.core.publisher.Operators#toFluxOrMono(org.reactivestreams.Publisher)",
"reactor.core.publisher.Operators#toFluxOrMono(org.reactivestreams.Publisher[])",
"reactor.core.publisher.ParallelFlux#from(reactor.core.publisher.ParallelFlux)"
]
}

Expand Down

0 comments on commit 1d4f042

Please sign in to comment.