You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ec...@apache.org on 2020/03/26 17:05:23 UTC

[geode-examples] branch release/1.12.0.old created (now bd18a64)

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

echobravo pushed a change to branch release/1.12.0.old
in repository https://gitbox.apache.org/repos/asf/geode-examples.git.


      at bd18a64  temporarily point to staging repo for CI purposes

This branch includes the following new commits:

     new bd18a64  temporarily point to staging repo for CI purposes

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ec...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

echobravo pushed a commit to branch release/1.12.0.old
in repository https://gitbox.apache.org/repos/asf/geode-examples.git

commit bd18a64edf6f000d55dba8b9aac9bbe1e2f1c49a
Author: Ernie Burghardt <eb...@pivotal.io>
AuthorDate: Wed Mar 25 13:55:08 2020 -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 e86c0ae..eb51e08 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -19,8 +19,8 @@ geodeVersion = 1.12.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-1065
+geodeReleaseUrl = https://dist.apache.org/repos/dist/dev/geode/1.12.0.RC1
 
 # dependency versions
 assertjVersion = 3.6.2