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:28:34 UTC

[geode-examples] branch support/1.11 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.11
in repository https://gitbox.apache.org/repos/asf/geode-examples.git


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

commit 974b60849d471c2be766cab0cacb60f5831bb397
Author: Owen Nichols <on...@pivotal.io>
AuthorDate: Sun Mar 29 13:27:16 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 e5e417e..8b40599 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -19,8 +19,8 @@ geodeVersion = 1.11.0
 
 # release properties, set these on the command line to validate against
 # a release candidate
-geodeRepositoryUrl = https://repository.apache.org/content/repositories/orgapachegeode-1063
-geodeReleaseUrl = https://dist.apache.org/repos/dist/dev/geode/1.11.0.RC3
+geodeRepositoryUrl =
+geodeReleaseUrl =
 
 # dependency versions
 assertjVersion = 3.6.2