From commits-return-26912-archive-asf-public=cust-asf.ponee.io@geode.apache.org Wed May 2 20:13:29 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id A1B7E18065D for ; Wed, 2 May 2018 20:13:28 +0200 (CEST) Received: (qmail 3132 invoked by uid 500); 2 May 2018 18:13:27 -0000 Mailing-List: contact commits-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list commits@geode.apache.org Received: (qmail 3115 invoked by uid 99); 2 May 2018 18:13:27 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2018 18:13:27 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id ED291812BC; Wed, 2 May 2018 18:13:26 +0000 (UTC) Date: Wed, 02 May 2018 18:13:27 +0000 To: "commits@geode.apache.org" Subject: [geode-examples] 01/01: Merge branch 'release/1.6.0' MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: mikestolz@apache.org In-Reply-To: <152528480678.4450.16504534778229925596@gitbox.apache.org> References: <152528480678.4450.16504534778229925596@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: geode-examples X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 4fd19baacbb64950bb9ad34664059aee44d8c661 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180502181326.ED291812BC@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. mikestolz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/geode-examples.git commit 4fd19baacbb64950bb9ad34664059aee44d8c661 Merge: fdd79ec 45d174a Author: Mike Stolz AuthorDate: Wed May 2 14:13:08 2018 -0400 Merge branch 'release/1.6.0' KEYS | 59 +++++++++++ README.md | 3 +- build.gradle | 10 +- gradle.properties | 4 +- gradle/release.gradle | 1 - settings.gradle | 1 + transaction/README.md | 60 +++++++++++ .../scripts/start.gfsh | 19 ++-- gradle.properties => transaction/scripts/stop.gfsh | 16 +-- .../apache/geode_examples/transaction/Example.java | 111 +++++++++++++++++++++ .../geode_examples/transaction/Incrementer.java | 70 +++++++++++++ 11 files changed, 319 insertions(+), 35 deletions(-) -- To stop receiving notification emails like this one, please contact mikestolz@apache.org.