Release Train 2024.0.0 and Applications 5.0.0

This commit is contained in:
Corneil du Plessis
2024-06-03 11:00:52 +02:00
parent aa71991714
commit 18de8411dc
2 changed files with 5 additions and 5 deletions

View File

@@ -32,4 +32,4 @@ options. These tests use Spring but not boot currently.
The most important setting is the image versions to test.
To override it, set the System property, e.g.,
./mvnw clean test -Dspring.cloud.stream.applications.version=5.0.0-RC1
./mvnw clean test -Dspring.cloud.stream.applications.version=5.0.0

View File

@@ -1,8 +1,8 @@
{
"release_version": "5.0.0-SNAPSHOT",
"next_dev_version": "5.0.0-SNAPSHOT",
"release_version": "5.0.0",
"next_dev_version": "5.0.1-SNAPSHOT",
"release_train": {
"release_version": "2024.0.0-SNAPSHOT",
"next_dev_version": "2024.0.0-SNAPSHOT"
"release_version": "2024.0.0",
"next_dev_version": "2024.0.1-SNAPSHOT"
}
}