Skip to content

Commit

Permalink
Start producing 1.4 snapshots with 1.4.0-SNAPSHOT (#387)
Browse files Browse the repository at this point in the history
Co-authored-by: Violeta Georgieva <[email protected]>
  • Loading branch information
chemicL and violetagg authored Mar 20, 2024
1 parent 51d727c commit 8326cc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ With Gradle from repo.spring.io:
}
dependencies {
// compile "io.projectreactor.kafka:reactor-kafka:1.4.0-SNAPSHOT"
compile "io.projectreactor.kafka:reactor-kafka:1.3.23"
// compile "io.projectreactor.kafka:reactor-kafka:1.3.24-SNAPSHOT"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.3.24-SNAPSHOT
version=1.4.0-SNAPSHOT
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
reactorCore = "3.4.36-SNAPSHOT"
reactorCore = "3.7.0-SNAPSHOT"

# Other shared versions
asciidoctor = "3.3.2"
Expand Down

0 comments on commit 8326cc0

Please sign in to comment.