You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2022/06/15 23:06:40 UTC

[geode-examples] 02/02: GEODE-10089: Set temporary staging repo

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-examples.git

commit fef93101383522f1cf69508ec52ac6e8e0d24d80
Author: Owen Nichols <on...@apache.org>
AuthorDate: Wed Jun 15 16:06:34 2022 -0700

    GEODE-10089: 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 789d5a1..2bceb57 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -19,8 +19,8 @@ geodeVersion = 1.15.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-1138
+geodeReleaseUrl = https://dist.apache.org/repos/dist/dev/geode/1.15.0.RC1
 
 # dependency versions not found in geode-all-bom
 micrometerVersion = 1.2.1