This is an automated email from the ASF dual-hosted git repository. jinwoo pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode-examples.git
commit 2a1186e11eac6c212942a087b919848d2f74995a Author: Jinwoo Hwang <[email protected]> AuthorDate: Sun Nov 30 18:42:53 2025 -0500 GEODE-10467: Update examples version Now that support/2.0 has been created, pair develop examples with 2.1.0 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index cd2994f..cfedcec 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,8 +17,8 @@ # Develop to use latest 1.15.1 artifacts until CI is rebuilt # GEODE-10436 -version = 1.15.1-build.0 -geodeVersion = 1.15.+ +version = 2.1.0-build.0 +geodeVersion = 2.1.+ # release properties, set these on the command line to validate against # a release candidate
