Skip to content

Commit a64d575

Browse files
committed
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
1 parent 3ffaa3c commit a64d575

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

ci/docker/cache_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set -e
2020
WORK_DIR=$(mktemp -d)
2121

2222
pushd ${WORK_DIR}
23-
git clone -b develop --depth 1 https://github.com/apache/geode.git geode
23+
git clone -b support/2.0 --depth 1 https://github.com/apache/geode.git geode
2424

2525
pushd geode
2626
./gradlew --no-daemon --console=plain --info resolveDependencies

ci/images/google-geode-builder/scripts/cache_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [ -z ${JAVA_HOME} ]; then
2828
fi
2929

3030
pushd ${WORK_DIR}
31-
git clone -b develop --depth 1 https://github.com/apache/geode.git geode
31+
git clone -b support/2.0 --depth 1 https://github.com/apache/geode.git geode
3232

3333
pushd geode
3434
./gradlew --no-daemon --console=plain --info resolveDependencies

geode-book/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ template_variables:
2828
product_name_long: Apache Geode
2929
product_name: Geode
3030
product_name_lowercase: geode
31-
product_version: '1.15'
31+
product_version: '2.0'
3232
product_version_nodot: '115'
3333
product_version_old_minor: '1.14'
3434
product_version_geode: '1.15'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# <blank> - release
2727
#
2828
# The full version string consists of 'versionNumber + releaseQualifier + releaseType'
29-
version = 1.16.0-build.0
29+
version = 2.0.0-build.0
3030

3131
# Default Maven targets
3232
mavenSnapshotUrl = gcs://maven.apachegeode-ci.info/snapshots

0 commit comments

Comments
 (0)