This is an automated email from the ASF dual-hosted git repository. dixie pushed a commit to branch support/1.14 in repository https://gitbox.apache.org/repos/asf/geode-examples.git
commit 09e0bc9cf03cce25ef4405de30176750b6982704 Author: Dick Cavender <[email protected]> AuthorDate: Fri Mar 4 16:48:47 2022 -0800 GEODE-10101: 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 2d61138..f4c3fbc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,8 +19,8 @@ geodeVersion = 1.14.4 # release properties, set these on the command line to validate against # a release candidate -geodeRepositoryUrl = -geodeReleaseUrl = +geodeRepositoryUrl = https://repository.apache.org/content/repositories/orgapachegeode-1137 +geodeReleaseUrl = https://dist.apache.org/repos/dist/dev/geode/1.14.4.RC1 # dependency versions not found in geode-all-bom micrometerVersion = 1.2.1
