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

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


The following commit(s) were added to refs/heads/support/1.15 by this push:
     new d1296bf4af GEODE-10089: Bump version to 1.15.0
d1296bf4af is described below

commit d1296bf4afe0384bf185a5ee20b9571e32d98b7c
Author: Owen Nichols <[email protected]>
AuthorDate: Mon May 9 00:17:43 2022 -0700

    GEODE-10089: Bump version to 1.15.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 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/docker/cache_dependencies.sh b/ci/docker/cache_dependencies.sh
index 0b72de826c..e22dd5a54d 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/1.15 --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..387d0998a3 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/1.15 --depth 1 https://github.com/apache/geode.git geode
 
   pushd geode
     ./gradlew --no-daemon --console=plain --info resolveDependencies

Reply via email to