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 e767b570fd48f958e59222b7e519bd4d1024e58e Author: JinwooHwang <[email protected]> AuthorDate: Tue Mar 17 08:07:41 2026 -0400 GEODE-10569: Bump version to 1.15.3 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index a787eb7..77b037e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,8 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # -version = 1.15.2-build.0 -geodeVersion = 1.15.+ +version = 1.15.3-build.0 +geodeVersion = 1.15.3 # release properties, set these on the command line to validate against # a release candidate
