Release Train 2024.0.0 and Applications 5.0.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user