diff --git a/applications/stream-applications-integration-tests/README.adoc b/applications/stream-applications-integration-tests/README.adoc index af5137a4..4c40ead6 100644 --- a/applications/stream-applications-integration-tests/README.adoc +++ b/applications/stream-applications-integration-tests/README.adoc @@ -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 diff --git a/versions.json b/versions.json index 407559ec..157bd150 100644 --- a/versions.json +++ b/versions.json @@ -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" } }