Skip to content

Commit

Permalink
[release] Prepare and release 1.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
pderop committed Jul 11, 2023
1 parent 1aa7f82 commit da05ff6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.3.18"
// compile "io.projectreactor.kafka:reactor-kafka:1.3.19-SNAPSHOT"
compile "io.projectreactor.kafka:reactor-kafka:1.3.19"
// compile "io.projectreactor.kafka:reactor-kafka:1.3.20-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.19-SNAPSHOT
version=1.3.19
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.31-SNAPSHOT"
reactorCore = "3.4.31"

# Other shared versions
asciidoctor = "3.3.2"
Expand Down

0 comments on commit da05ff6

Please sign in to comment.