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

nkalmar 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 b812bd4  Prepare for the next release: update the version to 
3.5.8-SNAPSHOT
b812bd4 is described below

commit b812bd43ff3fdfd47bc1251f9e158e28e710e056
Author: Norbert Kalmar <[email protected]>
AuthorDate: Wed Feb 5 11:21:41 2020 +0100

    Prepare for the next release: update the version to 3.5.8-SNAPSHOT
---
 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            | 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 +-
 18 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6e28cbc..237ec16 100755
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   <groupId>org.apache.zookeeper</groupId>
   <artifactId>parent</artifactId>
   <packaging>pom</packaging>
-  <version>3.5.7-SNAPSHOT</version>
+  <version>3.5.8-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 f7837b1..f7aef9a 100755
--- a/zookeeper-assembly/pom.xml
+++ b/zookeeper-assembly/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>parent</artifactId>
-    <version>3.5.7-SNAPSHOT</version>
+    <version>3.5.8-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/zookeeper-client/pom.xml b/zookeeper-client/pom.xml
index 95ff4ad..823b635 100755
--- a/zookeeper-client/pom.xml
+++ b/zookeeper-client/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>parent</artifactId>
-    <version>3.5.7-SNAPSHOT</version>
+    <version>3.5.8-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/zookeeper-client/zookeeper-client-c/CMakeLists.txt 
b/zookeeper-client/zookeeper-client-c/CMakeLists.txt
index e53ef6f..9de2ceb 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.7)
+project(zookeeper VERSION 3.5.8)
 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 63e186f..1662a73 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.7,[[email protected]],[zookeeper])
+AC_INIT([zookeeper C client],3.5.8,[[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 858e2bd..0bb1ab2 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 6
+#define ZOO_PATCH_VERSION 8
 
 #ifdef __cplusplus
 }
diff --git a/zookeeper-client/zookeeper-client-c/pom.xml 
b/zookeeper-client/zookeeper-client-c/pom.xml
index 2384390..40e6bb0 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.7-SNAPSHOT</version>
+    <version>3.5.8-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/zookeeper-contrib/pom.xml b/zookeeper-contrib/pom.xml
index eb474f9..b188416 100755
--- a/zookeeper-contrib/pom.xml
+++ b/zookeeper-contrib/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>parent</artifactId>
-    <version>3.5.7-SNAPSHOT</version>
+    <version>3.5.8-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 e1f6d93..5a40b2d 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.7-SNAPSHOT</version>
+    <version>3.5.8-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.zookeeper</groupId>
diff --git a/zookeeper-contrib/zookeeper-contrib-rest/pom.xml 
b/zookeeper-contrib/zookeeper-contrib-rest/pom.xml
index cf32a86..264a051 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.7-SNAPSHOT</version>
+    <version>3.5.8-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.zookeeper</groupId>
diff --git a/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml 
b/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml
index c7263f4..76982dd 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.7-SNAPSHOT</version>
+    <version>3.5.8-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.zookeeper</groupId>
diff --git a/zookeeper-docs/pom.xml b/zookeeper-docs/pom.xml
index 85a73f6..9399deb 100644
--- a/zookeeper-docs/pom.xml
+++ b/zookeeper-docs/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.zookeeper</groupId>
         <artifactId>parent</artifactId>
-        <version>3.5.7-SNAPSHOT</version>
+        <version>3.5.8-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/zookeeper-jute/pom.xml b/zookeeper-jute/pom.xml
index a48c852..a1937a9 100755
--- a/zookeeper-jute/pom.xml
+++ b/zookeeper-jute/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>parent</artifactId>
-    <version>3.5.7-SNAPSHOT</version>
+    <version>3.5.8-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/zookeeper-recipes/pom.xml b/zookeeper-recipes/pom.xml
index 0c72cb8..76a060d 100755
--- a/zookeeper-recipes/pom.xml
+++ b/zookeeper-recipes/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>parent</artifactId>
-    <version>3.5.7-SNAPSHOT</version>
+    <version>3.5.8-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 1c22a57..9f61e51 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.7-SNAPSHOT</version>
+    <version>3.5.8-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.zookeeper</groupId>
diff --git a/zookeeper-recipes/zookeeper-recipes-lock/pom.xml 
b/zookeeper-recipes/zookeeper-recipes-lock/pom.xml
index e8ffb81..fe5145c 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.7-SNAPSHOT</version>
+    <version>3.5.8-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.zookeeper</groupId>
diff --git a/zookeeper-recipes/zookeeper-recipes-queue/pom.xml 
b/zookeeper-recipes/zookeeper-recipes-queue/pom.xml
index cb4bd32..9bf2edd 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.7-SNAPSHOT</version>
+    <version>3.5.8-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.zookeeper</groupId>
diff --git a/zookeeper-server/pom.xml b/zookeeper-server/pom.xml
index 6026c30..63e9737 100755
--- a/zookeeper-server/pom.xml
+++ b/zookeeper-server/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>parent</artifactId>
-    <version>3.5.7-SNAPSHOT</version>
+    <version>3.5.8-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

Reply via email to