This is an automated email from the ASF dual-hosted git repository. jinwoo pushed a commit to branch support/1.15 in repository https://gitbox.apache.org/repos/asf/geode-examples.git
commit 17c64496f559c9df74b2fc4fcbb52c7d028437c3 Author: Jinwoo Hwang <[email protected]> AuthorDate: Wed Sep 17 08:29:22 2025 -0400 GEODE-10461: Bump version to 1.15.2 As part of the Geode Release Process, the geode-examples build number must be rolled forward as work begins on the next release --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 5037e00..1fa5dc4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ # limitations under the License. # version = 1.15.2-build.0 -geodeVersion = 1.15.+ +geodeVersion = 1.15.2 # release properties, set these on the command line to validate against # a release candidate
