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 2019/08/29 23:54:22 UTC

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


The following commit(s) were added to refs/heads/release/1.9.1 by this push:
     new c4cab8c  temporarily point to staging repo for CI purposes
c4cab8c is described below

commit c4cab8ccaa008b44db1bfed3977d703a0d8f5f03
Author: Owen Nichols <on...@pivotal.io>
AuthorDate: Thu Aug 29 16:53:06 2019 -0700

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