This is an automated email from the ASF dual-hosted git repository.

jinwoo pushed a commit to branch support/2.0
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/2.0 by this push:
     new a64d5758cb GEODE-10467: Bump version to 2.0.0
a64d5758cb is described below

commit a64d5758cbd8c5779c13d8f44decf30dd499b5d4
Author: Jinwoo Hwang <[email protected]>
AuthorDate: Sun Nov 30 18:42:56 2025 -0500

    GEODE-10467: Bump version to 2.0.0
    
    As part of the Geode Release Process, the build number must
    be rolled forward so work can begin on the next release
---
 ci/docker/cache_dependencies.sh                              | 2 +-
 ci/images/google-geode-builder/scripts/cache_dependencies.sh | 2 +-
 geode-book/config.yml                                        | 2 +-
 gradle.properties                                            | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ci/docker/cache_dependencies.sh b/ci/docker/cache_dependencies.sh
index 0b72de826c..4088a58980 100644
--- a/ci/docker/cache_dependencies.sh
+++ b/ci/docker/cache_dependencies.sh
@@ -20,7 +20,7 @@ set -e
 WORK_DIR=$(mktemp -d)
 
 pushd ${WORK_DIR}
-  git clone -b develop --depth 1 https://github.com/apache/geode.git geode
+  git clone -b support/2.0 --depth 1 https://github.com/apache/geode.git geode
 
   pushd geode
     ./gradlew --no-daemon --console=plain --info resolveDependencies
diff --git a/ci/images/google-geode-builder/scripts/cache_dependencies.sh 
b/ci/images/google-geode-builder/scripts/cache_dependencies.sh
index ef56172a9b..e41f225230 100644
--- a/ci/images/google-geode-builder/scripts/cache_dependencies.sh
+++ b/ci/images/google-geode-builder/scripts/cache_dependencies.sh
@@ -28,7 +28,7 @@ if [ -z ${JAVA_HOME} ]; then
 fi
 
 pushd ${WORK_DIR}
-  git clone -b develop --depth 1 https://github.com/apache/geode.git geode
+  git clone -b support/2.0 --depth 1 https://github.com/apache/geode.git geode
 
   pushd geode
     ./gradlew --no-daemon --console=plain --info resolveDependencies
diff --git a/geode-book/config.yml b/geode-book/config.yml
index c156d7e965..e22411f503 100644
--- a/geode-book/config.yml
+++ b/geode-book/config.yml
@@ -28,7 +28,7 @@ template_variables:
   product_name_long: Apache Geode
   product_name: Geode
   product_name_lowercase: geode
-  product_version: '1.15'
+  product_version: '2.0'
   product_version_nodot: '115'
   product_version_old_minor: '1.14'
   product_version_geode: '1.15'
diff --git a/gradle.properties b/gradle.properties
index 72695f0437..6bfc6b19a2 100755
--- a/gradle.properties
+++ b/gradle.properties
@@ -26,7 +26,7 @@
 #   <blank>   - release
 #
 # The full version string consists of 'versionNumber + releaseQualifier + 
releaseType'
-version = 1.16.0-build.0
+version = 2.0.0-build.0
 
 # Default Maven targets
 mavenSnapshotUrl = gcs://maven.apachegeode-ci.info/snapshots

Reply via email to