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/23 18:28:16 UTC

[geode-examples] branch release/1.9.1 updated (3d88732 -> fc97f58)

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

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


 discard 3d88732  restore -SNAPSHOT that was inadvertently removed
     new fc97f58  temporary commit to allow CI access to the Release Candidate staging maven

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3d88732)
            \
             N -- N -- N   refs/heads/release/1.9.1 (fc97f58)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


[geode-examples] 01/01: temporary commit to allow CI access to the Release Candidate staging maven

Posted by on...@apache.org.
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

commit fc97f585ab17664b71b612abedc598cb31838f3e
Author: Owen Nichols <on...@pivotal.io>
AuthorDate: Fri Aug 23 11:27:09 2019 -0700

    temporary commit to allow CI access to the Release Candidate staging maven
---
 gradle.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index d26364a..e75c1c9 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 =
-geodeReleaseUrl =
+geodeRepositoryUrl = https://repository.apache.org/content/repositories/orgapachegeode-1055
+geodeReleaseUrl = https://dist.apache.org/repos/dist/dev/geode/1.9.1.RC1
 
 # dependency versions
 assertjVersion = 3.6.2