You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by eo...@apache.org on 2019/09/09 17:18:04 UTC

[zookeeper] branch branch-3.5 updated: Prepare for the next release: update the version to 3.5.7-SNAPSHOT

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

eolivelli 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 7b02510  Prepare for the next release: update the version to 3.5.7-SNAPSHOT
7b02510 is described below

commit 7b025103952f3c0c652ff00af302448f05b91f8e
Author: Enrico Olivelli <eo...@apache.org>
AuthorDate: Mon Sep 9 19:17:47 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index c08fc5f..f71b026 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.6-SNAPSHOT</version>
+  <version>3.5.7-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 ceacf8e..f7837b1 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.6-SNAPSHOT</version>
+    <version>3.5.7-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/zookeeper-client/pom.xml b/zookeeper-client/pom.xml
index cb9f149..95ff4ad 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.6-SNAPSHOT</version>
+    <version>3.5.7-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/zookeeper-client/zookeeper-client-c/CMakeLists.txt b/zookeeper-client/zookeeper-client-c/CMakeLists.txt
index 4d95d1f..e53ef6f 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.6)
+project(zookeeper VERSION 3.5.7)
 set(email user@zookeeper.apache.org)
 set(description "zookeeper C client")
 
diff --git a/zookeeper-client/zookeeper-client-c/configure.ac b/zookeeper-client/zookeeper-client-c/configure.ac
index f12bcb6..63e186f 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.6,[user@zookeeper.apache.org],[zookeeper])
+AC_INIT([zookeeper C client],3.5.7,[user@zookeeper.apache.org],[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/pom.xml b/zookeeper-client/zookeeper-client-c/pom.xml
index b6952a5..2384390 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.6-SNAPSHOT</version>
+    <version>3.5.7-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/zookeeper-contrib/pom.xml b/zookeeper-contrib/pom.xml
index 5079038..eb474f9 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.6-SNAPSHOT</version>
+    <version>3.5.7-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 eb45902..e1f6d93 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.6-SNAPSHOT</version>
+    <version>3.5.7-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 4a49c98..cf32a86 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.6-SNAPSHOT</version>
+    <version>3.5.7-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 d6813a2..c7263f4 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.6-SNAPSHOT</version>
+    <version>3.5.7-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.zookeeper</groupId>
diff --git a/zookeeper-docs/pom.xml b/zookeeper-docs/pom.xml
index 4061dba..85a73f6 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.6-SNAPSHOT</version>
+        <version>3.5.7-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/zookeeper-jute/pom.xml b/zookeeper-jute/pom.xml
index 9e78ef2..a48c852 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.6-SNAPSHOT</version>
+    <version>3.5.7-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/zookeeper-recipes/pom.xml b/zookeeper-recipes/pom.xml
index 1d15018..0c72cb8 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.6-SNAPSHOT</version>
+    <version>3.5.7-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 a4976f7..1c22a57 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.6-SNAPSHOT</version>
+    <version>3.5.7-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 e9a6079..e8ffb81 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.6-SNAPSHOT</version>
+    <version>3.5.7-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 e8df715..cb4bd32 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.6-SNAPSHOT</version>
+    <version>3.5.7-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.zookeeper</groupId>
diff --git a/zookeeper-server/pom.xml b/zookeeper-server/pom.xml
index 0f41bd1..e80a2b3 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.6-SNAPSHOT</version>
+    <version>3.5.7-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>