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-examples.git
commit 8d8060deb44c0e3e2c3104f029afccb345f621b0 Author: Jinwoo Hwang <[email protected]> AuthorDate: Mon Dec 8 22:53:15 2025 -0500 GEODE-10467: Set temporary staging repo This serves two purposes: it gives the RC pipeline a way to get the nexus staging repo id needed for various tests, and it gives the Jenkins server a valid configuration during the voting period. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 06a71e8..5877139 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,8 +22,8 @@ geodeVersion = 2.0.0 # release properties, set these on the command line to validate against # a release candidate -geodeRepositoryUrl = -geodeReleaseUrl = +geodeRepositoryUrl = https://repository.apache.org/content/repositories/orgapachegeode-1147 +geodeReleaseUrl = https://dist.apache.org/repos/dist/dev/geode/2.0.0.RC1 # dependency versions not found in geode-all-bom micrometerVersion = 1.2.1
