This is an automated email from the ASF dual-hosted git repository.
andor pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/branch-3.5 by this push:
new 8f608fa Prepare for the next release: update the version to
3.5.6-SNAPSHOT
8f608fa is described below
commit 8f608fa807b97fc71f5090351061483bff64b010
Author: Andor Molnar <[email protected]>
AuthorDate: Tue Apr 2 06:39:59 2019 -0700
Prepare for the next release: update the version to 3.5.6-SNAPSHOT
---
NOTICE.txt | 2 +-
build.xml | 2 +-
pom.xml | 2 +-
zookeeper-assembly/pom.xml | 2 +-
zookeeper-client/pom.xml | 2 +-
zookeeper-client/zookeeper-client-c/CMakeLists.txt | 2 +-
zookeeper-client/zookeeper-client-c/configure.ac | 2 +-
zookeeper-client/zookeeper-client-c/include/zookeeper_version.h | 2 +-
zookeeper-client/zookeeper-client-c/pom.xml | 2 +-
zookeeper-contrib/pom.xml | 2 +-
zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml | 6 +++---
zookeeper-contrib/zookeeper-contrib-rest/pom.xml | 6 +++---
zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml | 4 ++--
zookeeper-docs/pom.xml | 4 ++--
zookeeper-jute/pom.xml | 2 +-
zookeeper-recipes/pom.xml | 2 +-
zookeeper-recipes/zookeeper-recipes-election/pom.xml | 6 +++---
zookeeper-recipes/zookeeper-recipes-lock/pom.xml | 6 +++---
zookeeper-recipes/zookeeper-recipes-queue/pom.xml | 6 +++---
zookeeper-server/pom.xml | 4 ++--
20 files changed, 33 insertions(+), 33 deletions(-)
diff --git a/NOTICE.txt b/NOTICE.txt
index 4fde4cc..ff3661d 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
Apache ZooKeeper
-Copyright 2009-2018 The Apache Software Foundation
+Copyright 2009-2019 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/build.xml b/build.xml
index 205e2b2..83127f3 100644
--- a/build.xml
+++ b/build.xml
@@ -77,7 +77,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
<property name="version-major" value="3" />
<property name="version-minor" value="5" />
- <property name="version-patch" value="5" />
+ <property name="version-patch" value="6" />
<property name="version-base"
value="${version-major}.${version-minor}.${version-patch}" />
<property name="version-suffix" value="SNAPSHOT" />
<property name="version" value="${version-base}-${version-suffix}" />
diff --git a/pom.xml b/pom.xml
index 997b628..38cc8d7 100755
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<packaging>pom</packaging>
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.6-SNAPSHOT</version>
<name>Apache ZooKeeper</name>
<description>
ZooKeeper is a centralized service for maintaining configuration
information, naming,
diff --git a/zookeeper-assembly/pom.xml b/zookeeper-assembly/pom.xml
index 81cf419..6149060 100755
--- a/zookeeper-assembly/pom.xml
+++ b/zookeeper-assembly/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.6-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/zookeeper-client/pom.xml b/zookeeper-client/pom.xml
index f389319..8b814d0 100755
--- a/zookeeper-client/pom.xml
+++ b/zookeeper-client/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.6-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/zookeeper-client/zookeeper-client-c/CMakeLists.txt
b/zookeeper-client/zookeeper-client-c/CMakeLists.txt
index 24a5a1b..4d95d1f 100644
--- a/zookeeper-client/zookeeper-client-c/CMakeLists.txt
+++ b/zookeeper-client/zookeeper-client-c/CMakeLists.txt
@@ -16,7 +16,7 @@
cmake_minimum_required(VERSION 3.5)
-project(zookeeper VERSION 3.5.5)
+project(zookeeper VERSION 3.5.6)
set(email [email protected])
set(description "zookeeper C client")
diff --git a/zookeeper-client/zookeeper-client-c/configure.ac
b/zookeeper-client/zookeeper-client-c/configure.ac
index 511c249..f12bcb6 100644
--- a/zookeeper-client/zookeeper-client-c/configure.ac
+++ b/zookeeper-client/zookeeper-client-c/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ(2.59)
-AC_INIT([zookeeper C client],3.5.5,[[email protected]],[zookeeper])
+AC_INIT([zookeeper C client],3.5.6,[[email protected]],[zookeeper])
AC_CONFIG_SRCDIR([src/zookeeper.c])
# Save initial CFLAGS and CXXFLAGS values before AC_PROG_CC and AC_PROG_CXX
diff --git a/zookeeper-client/zookeeper-client-c/include/zookeeper_version.h
b/zookeeper-client/zookeeper-client-c/include/zookeeper_version.h
index 9ee7976..858e2bd 100644
--- a/zookeeper-client/zookeeper-client-c/include/zookeeper_version.h
+++ b/zookeeper-client/zookeeper-client-c/include/zookeeper_version.h
@@ -24,7 +24,7 @@ extern "C" {
#define ZOO_MAJOR_VERSION 3
#define ZOO_MINOR_VERSION 5
-#define ZOO_PATCH_VERSION 5
+#define ZOO_PATCH_VERSION 6
#ifdef __cplusplus
}
diff --git a/zookeeper-client/zookeeper-client-c/pom.xml
b/zookeeper-client/zookeeper-client-c/pom.xml
index c8c7326..2cfb3a1 100755
--- a/zookeeper-client/zookeeper-client-c/pom.xml
+++ b/zookeeper-client/zookeeper-client-c/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-client</artifactId>
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.6-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/zookeeper-contrib/pom.xml b/zookeeper-contrib/pom.xml
index aba6b63..8a3710f 100755
--- a/zookeeper-contrib/pom.xml
+++ b/zookeeper-contrib/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.6-SNAPSHOT</version>
</parent>
<groupId>org.apache.zookeeper</groupId>
diff --git a/zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml
b/zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml
index 0f72a92..32d1b51 100755
--- a/zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml
+++ b/zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-contrib</artifactId>
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.6-SNAPSHOT</version>
</parent>
<groupId>org.apache.zookeeper</groupId>
@@ -38,12 +38,12 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-jute</artifactId>
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-server</artifactId>
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
diff --git a/zookeeper-contrib/zookeeper-contrib-rest/pom.xml
b/zookeeper-contrib/zookeeper-contrib-rest/pom.xml
index 83aeffb..95fc4ea 100755
--- a/zookeeper-contrib/zookeeper-contrib-rest/pom.xml
+++ b/zookeeper-contrib/zookeeper-contrib-rest/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-contrib</artifactId>
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.6-SNAPSHOT</version>
</parent>
<groupId>org.apache.zookeeper</groupId>
@@ -56,12 +56,12 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-server</artifactId>
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-server</artifactId>
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.6-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
diff --git a/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml
b/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml
index 4ff7466..25addee 100755
--- a/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml
+++ b/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-contrib</artifactId>
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.6-SNAPSHOT</version>
</parent>
<groupId>org.apache.zookeeper</groupId>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-server</artifactId>
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
diff --git a/zookeeper-docs/pom.xml b/zookeeper-docs/pom.xml
index b4a4884..0a10818 100644
--- a/zookeeper-docs/pom.xml
+++ b/zookeeper-docs/pom.xml
@@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.6-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-docs</artifactId>
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.6-SNAPSHOT</version>
<name>Apache ZooKeeper - Documentation</name>
<description>Documentation</description>
diff --git a/zookeeper-jute/pom.xml b/zookeeper-jute/pom.xml
index e269fc9..c871937 100755
--- a/zookeeper-jute/pom.xml
+++ b/zookeeper-jute/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.6-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/zookeeper-recipes/pom.xml b/zookeeper-recipes/pom.xml
index 1662f26..56a8759 100755
--- a/zookeeper-recipes/pom.xml
+++ b/zookeeper-recipes/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.6-SNAPSHOT</version>
</parent>
<groupId>org.apache.zookeeper</groupId>
diff --git a/zookeeper-recipes/zookeeper-recipes-election/pom.xml
b/zookeeper-recipes/zookeeper-recipes-election/pom.xml
index 5f7171c..eeaf15b 100755
--- a/zookeeper-recipes/zookeeper-recipes-election/pom.xml
+++ b/zookeeper-recipes/zookeeper-recipes-election/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-recipes</artifactId>
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.6-SNAPSHOT</version>
</parent>
<groupId>org.apache.zookeeper</groupId>
@@ -38,12 +38,12 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-server</artifactId>
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-server</artifactId>
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.6-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
diff --git a/zookeeper-recipes/zookeeper-recipes-lock/pom.xml
b/zookeeper-recipes/zookeeper-recipes-lock/pom.xml
index 2825dce..283355d 100755
--- a/zookeeper-recipes/zookeeper-recipes-lock/pom.xml
+++ b/zookeeper-recipes/zookeeper-recipes-lock/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-recipes</artifactId>
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.6-SNAPSHOT</version>
</parent>
<groupId>org.apache.zookeeper</groupId>
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-server</artifactId>
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.spotbugs</groupId>
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-server</artifactId>
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.6-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
diff --git a/zookeeper-recipes/zookeeper-recipes-queue/pom.xml
b/zookeeper-recipes/zookeeper-recipes-queue/pom.xml
index 99abb4d..71300fb 100755
--- a/zookeeper-recipes/zookeeper-recipes-queue/pom.xml
+++ b/zookeeper-recipes/zookeeper-recipes-queue/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-recipes</artifactId>
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.6-SNAPSHOT</version>
</parent>
<groupId>org.apache.zookeeper</groupId>
@@ -43,12 +43,12 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-server</artifactId>
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-server</artifactId>
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.6-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
diff --git a/zookeeper-server/pom.xml b/zookeeper-server/pom.xml
index 575aa5a..be38e0b 100755
--- a/zookeeper-server/pom.xml
+++ b/zookeeper-server/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.6-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
@@ -53,7 +53,7 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-jute</artifactId>
- <version>3.5.5-SNAPSHOT</version>
+ <version>3.5.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>