Skip to content

Commit 18de841

Browse files
author
Corneil du Plessis
committed
Release Train 2024.0.0 and Applications 5.0.0
1 parent aa71991 commit 18de841

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

applications/stream-applications-integration-tests/README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ options. These tests use Spring but not boot currently.
3232
The most important setting is the image versions to test.
3333
To override it, set the System property, e.g.,
3434

35-
./mvnw clean test -Dspring.cloud.stream.applications.version=5.0.0-RC1
35+
./mvnw clean test -Dspring.cloud.stream.applications.version=5.0.0

versions.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"release_version": "5.0.0-SNAPSHOT",
3-
"next_dev_version": "5.0.0-SNAPSHOT",
2+
"release_version": "5.0.0",
3+
"next_dev_version": "5.0.1-SNAPSHOT",
44
"release_train": {
5-
"release_version": "2024.0.0-SNAPSHOT",
6-
"next_dev_version": "2024.0.0-SNAPSHOT"
5+
"release_version": "2024.0.0",
6+
"next_dev_version": "2024.0.1-SNAPSHOT"
77
}
88
}

0 commit comments

Comments
 (0)