You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by di...@apache.org on 2020/11/12 22:12:15 UTC

[geode-examples] 02/02: temporarily point to staging repo for CI purposes

This is an automated email from the ASF dual-hosted git repository.

dixie pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode-examples.git

commit 25d032b4c6bcf58dea1aa90a985f0757c950e332
Author: Dick Cavender <di...@apache.org>
AuthorDate: Thu Nov 12 14:12:02 2020 -0800

    temporarily point to staging repo for CI purposes
---
 gradle.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index a4e5404..5304c33 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -19,8 +19,8 @@ geodeVersion = 1.13.1
 
 # release properties, set these on the command line to validate against
 # a release candidate
-geodeRepositoryUrl =
-geodeReleaseUrl =
+geodeRepositoryUrl = https://repository.apache.org/content/repositories/orgapachegeode-1070
+geodeReleaseUrl = https://dist.apache.org/repos/dist/dev/geode/1.13.1.RC1
 
 # dependency versions not found in geode-all-bom
 micrometerVersion = 1.2.1