This is an automated email from the ASF dual-hosted git repository. mhanson pushed a commit to branch release/1.11.0 in repository https://gitbox.apache.org/repos/asf/geode-examples.git
View the commit online: https://github.com/apache/geode-examples/commit/f022403ff3ecacb79ec30d52841b684c117bf26e The following commit(s) were added to refs/heads/release/1.11.0 by this push: new f022403 temporarily point to staging repo for CI purposes f022403 is described below commit f022403ff3ecacb79ec30d52841b684c117bf26e Author: Mark Hanson <[email protected]> AuthorDate: Wed Nov 20 10:03:41 2019 -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 8b40599..927141c 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 = -geodeReleaseUrl = +geodeRepositoryUrl = https://repository.apache.org/content/repositories/orgapachegeode-1061 +geodeReleaseUrl = https://dist.apache.org/repos/dist/dev/geode/1.11.0.RC1 # dependency versions assertjVersion = 3.6.2
