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


The following commit(s) were added to refs/heads/support/2.0 by this push:
     new 68939d2  GEODE-10467: Set temporary staging repo
68939d2 is described below

commit 68939d2626748300d85d8427cdccd92d3cc1296b
Author: Jinwoo Hwang <[email protected]>
AuthorDate: Mon Dec 8 22:54:23 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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index 551d5db..780c811 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -23,7 +23,7 @@ geodeVersion = 2.0.+
 # release properties, set these on the command line to validate against
 # a release candidate
 geodeRepositoryUrl = 
https://repository.apache.org/content/repositories/orgapachegeode-1147
-geodeReleaseUrl = https://dist.apache.org/repos/dist/dev/geode/2.0.0.RC1
+geodeReleaseUrl = https://dist.apache.org/repos/dist/dev/geode/2.0.0.RC2
 
 # dependency versions not found in geode-all-bom
 micrometerVersion = 1.2.1

Reply via email to