From commits-return-7954-apmail-zookeeper-commits-archive=zookeeper.apache.org@zookeeper.apache.org Wed Sep 11 20:49:35 2019 Return-Path: X-Original-To: apmail-zookeeper-commits-archive@www.apache.org Delivered-To: apmail-zookeeper-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id 545561982F for ; Wed, 11 Sep 2019 20:49:35 +0000 (UTC) Received: (qmail 70109 invoked by uid 500); 11 Sep 2019 20:49:34 -0000 Delivered-To: apmail-zookeeper-commits-archive@zookeeper.apache.org Received: (qmail 70087 invoked by uid 500); 11 Sep 2019 20:49:34 -0000 Mailing-List: contact commits-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list commits@zookeeper.apache.org Received: (qmail 70076 invoked by uid 99); 11 Sep 2019 20:49:34 -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, 11 Sep 2019 20:49:34 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 0F60E814CE; Wed, 11 Sep 2019 20:49:33 +0000 (UTC) Date: Wed, 11 Sep 2019 20:49:33 +0000 To: "commits@zookeeper.apache.org" Subject: [zookeeper] branch branch-3.5.6 updated: Preparing for release 3.5.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156823497371.24039.3351731752164835328@gitbox.apache.org> From: eolivelli@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: zookeeper X-Git-Refname: refs/heads/branch-3.5.6 X-Git-Reftype: branch X-Git-Oldrev: 35dba7ddf01d9107aa88b6774dc3c2ef890500e2 X-Git-Newrev: 1b8e3b720579b54339f53da99ee702ec629ef446 X-Git-Rev: 1b8e3b720579b54339f53da99ee702ec629ef446 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. eolivelli pushed a commit to branch branch-3.5.6 in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/branch-3.5.6 by this push: new 1b8e3b7 Preparing for release 3.5.6 1b8e3b7 is described below commit 1b8e3b720579b54339f53da99ee702ec629ef446 Author: Enrico Olivelli AuthorDate: Wed Sep 11 22:49:20 2019 +0200 Preparing for release 3.5.6 --- build.xml | 2 +- pom.xml | 2 +- zookeeper-assembly/pom.xml | 2 +- zookeeper-client/pom.xml | 2 +- zookeeper-client/zookeeper-client-c/pom.xml | 2 +- zookeeper-contrib/pom.xml | 2 +- zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml | 2 +- zookeeper-contrib/zookeeper-contrib-rest/pom.xml | 2 +- zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml | 2 +- zookeeper-docs/pom.xml | 2 +- zookeeper-jute/pom.xml | 2 +- zookeeper-recipes/pom.xml | 2 +- zookeeper-recipes/zookeeper-recipes-election/pom.xml | 2 +- zookeeper-recipes/zookeeper-recipes-lock/pom.xml | 2 +- zookeeper-recipes/zookeeper-recipes-queue/pom.xml | 2 +- zookeeper-server/pom.xml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/build.xml b/build.xml index e0ff323..a2d05d9 100644 --- a/build.xml +++ b/build.xml @@ -79,7 +79,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant"> - + diff --git a/pom.xml b/pom.xml index c08fc5f..4822433 100755 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.apache.zookeeper parent pom - 3.5.6-SNAPSHOT + 3.5.6 Apache ZooKeeper ZooKeeper is a centralized service for maintaining configuration information, naming, diff --git a/zookeeper-assembly/pom.xml b/zookeeper-assembly/pom.xml index ceacf8e..ce63398 100755 --- a/zookeeper-assembly/pom.xml +++ b/zookeeper-assembly/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper parent - 3.5.6-SNAPSHOT + 3.5.6 .. diff --git a/zookeeper-client/pom.xml b/zookeeper-client/pom.xml index cb9f149..caaf8d7 100755 --- a/zookeeper-client/pom.xml +++ b/zookeeper-client/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper parent - 3.5.6-SNAPSHOT + 3.5.6 .. diff --git a/zookeeper-client/zookeeper-client-c/pom.xml b/zookeeper-client/zookeeper-client-c/pom.xml index b6952a5..55e95dc 100755 --- a/zookeeper-client/zookeeper-client-c/pom.xml +++ b/zookeeper-client/zookeeper-client-c/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper zookeeper-client - 3.5.6-SNAPSHOT + 3.5.6 .. diff --git a/zookeeper-contrib/pom.xml b/zookeeper-contrib/pom.xml index 5079038..81d016c 100755 --- a/zookeeper-contrib/pom.xml +++ b/zookeeper-contrib/pom.xml @@ -24,7 +24,7 @@ org.apache.zookeeper parent - 3.5.6-SNAPSHOT + 3.5.6 org.apache.zookeeper diff --git a/zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml b/zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml index eb45902..867011f 100755 --- a/zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml +++ b/zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper zookeeper-contrib - 3.5.6-SNAPSHOT + 3.5.6 org.apache.zookeeper diff --git a/zookeeper-contrib/zookeeper-contrib-rest/pom.xml b/zookeeper-contrib/zookeeper-contrib-rest/pom.xml index 4a49c98..e0ff8ad 100755 --- a/zookeeper-contrib/zookeeper-contrib-rest/pom.xml +++ b/zookeeper-contrib/zookeeper-contrib-rest/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper zookeeper-contrib - 3.5.6-SNAPSHOT + 3.5.6 org.apache.zookeeper diff --git a/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml b/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml index d6813a2..9d7c278 100755 --- a/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml +++ b/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper zookeeper-contrib - 3.5.6-SNAPSHOT + 3.5.6 org.apache.zookeeper diff --git a/zookeeper-docs/pom.xml b/zookeeper-docs/pom.xml index 4061dba..ef126a3 100644 --- a/zookeeper-docs/pom.xml +++ b/zookeeper-docs/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper parent - 3.5.6-SNAPSHOT + 3.5.6 .. diff --git a/zookeeper-jute/pom.xml b/zookeeper-jute/pom.xml index 9e78ef2..101ad7f 100755 --- a/zookeeper-jute/pom.xml +++ b/zookeeper-jute/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper parent - 3.5.6-SNAPSHOT + 3.5.6 .. diff --git a/zookeeper-recipes/pom.xml b/zookeeper-recipes/pom.xml index 1d15018..7a9a804 100755 --- a/zookeeper-recipes/pom.xml +++ b/zookeeper-recipes/pom.xml @@ -24,7 +24,7 @@ org.apache.zookeeper parent - 3.5.6-SNAPSHOT + 3.5.6 org.apache.zookeeper diff --git a/zookeeper-recipes/zookeeper-recipes-election/pom.xml b/zookeeper-recipes/zookeeper-recipes-election/pom.xml index a4976f7..80eca88 100755 --- a/zookeeper-recipes/zookeeper-recipes-election/pom.xml +++ b/zookeeper-recipes/zookeeper-recipes-election/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper zookeeper-recipes - 3.5.6-SNAPSHOT + 3.5.6 org.apache.zookeeper diff --git a/zookeeper-recipes/zookeeper-recipes-lock/pom.xml b/zookeeper-recipes/zookeeper-recipes-lock/pom.xml index e9a6079..b029c30 100755 --- a/zookeeper-recipes/zookeeper-recipes-lock/pom.xml +++ b/zookeeper-recipes/zookeeper-recipes-lock/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper zookeeper-recipes - 3.5.6-SNAPSHOT + 3.5.6 org.apache.zookeeper diff --git a/zookeeper-recipes/zookeeper-recipes-queue/pom.xml b/zookeeper-recipes/zookeeper-recipes-queue/pom.xml index e8df715..29812e0 100755 --- a/zookeeper-recipes/zookeeper-recipes-queue/pom.xml +++ b/zookeeper-recipes/zookeeper-recipes-queue/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper zookeeper-recipes - 3.5.6-SNAPSHOT + 3.5.6 org.apache.zookeeper diff --git a/zookeeper-server/pom.xml b/zookeeper-server/pom.xml index 0f41bd1..1379458 100755 --- a/zookeeper-server/pom.xml +++ b/zookeeper-server/pom.xml @@ -23,7 +23,7 @@ org.apache.zookeeper parent - 3.5.6-SNAPSHOT + 3.5.6 ..