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 2020/03/29 20:29:47 UTC

[geode-examples] branch support/1.10 updated: Revert "temporarily point to staging repo for CI purposes"

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

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


The following commit(s) were added to refs/heads/support/1.10 by this push:
     new de90ef4  Revert "temporarily point to staging repo for CI purposes"
de90ef4 is described below

commit de90ef484abc78c9017721d0d93ce2a12b8750bf
Author: Owen Nichols <on...@pivotal.io>
AuthorDate: Sun Mar 29 13:29:30 2020 -0700

    Revert "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 f47e873..57e42fb 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -19,8 +19,8 @@ geodeVersion = 1.10.0
 
 # release properties, set these on the command line to validate against
 # a release candidate
-geodeRepositoryUrl = https://repository.apache.org/content/repositories/orgapachegeode-1058
-geodeReleaseUrl = https://dist.apache.org/repos/dist/dev/geode/1.10.0.RC1
+geodeRepositoryUrl =
+geodeReleaseUrl =
 
 # dependency versions
 assertjVersion = 3.6.2