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 2022/02/28 22:01:24 UTC

[geode-examples] branch support/1.15 updated (0ba9282 -> d7974b3)

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

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


    from 0ba9282  GEODE-9907: Add larger timeout to JedisCluster in Redis example (#113)
     add d494b12  GEODE-10089: Bump version to 1.15.0
     new d7974b3  GEODE-10089: Set temporary staging repo

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.


Summary of changes:
 gradle.properties | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

[geode-examples] 01/01: GEODE-10089: Set temporary staging repo

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

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

commit d7974b38c7a35f503bba8fa914b3a2d4fbe75f13
Author: Owen Nichols <on...@apache.org>
AuthorDate: Mon Feb 28 14:00:55 2022 -0800

    GEODE-10089: Set temporary staging repo
    
    This serves two purposes: it gives the RC pipeline a way to get the
    nexus staging repo id needed for various tests, and it gives the
    Jenkins server a valid configuration during the voting period.
---
 gradle.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 789d5a1..9d54771 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -19,8 +19,8 @@ geodeVersion = 1.15.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-1129
+geodeReleaseUrl = https://dist.apache.org/repos/dist/dev/geode/1.15.0.RC0
 
 # dependency versions not found in geode-all-bom
 micrometerVersion = 1.2.1