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 2020/03/03 21:12:17 UTC

[zookeeper] branch release-3.6.0 updated (6807f0d -> d8924c8)

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

eolivelli pushed a change to branch release-3.6.0
in repository https://gitbox.apache.org/repos/asf/zookeeper.git.


    from 6807f0d  Update release notes
     add b4c89dc  Prepared 3.6.0
     new d8924c8  Prepared 3.6.1-SNAPSHOT

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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-metrics-providers/pom.xml                              | 2 +-
 zookeeper-metrics-providers/zookeeper-prometheus-metrics/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 +-
 19 files changed, 19 insertions(+), 19 deletions(-)


[zookeeper] 01/01: Prepared 3.6.1-SNAPSHOT

Posted by eo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

eolivelli pushed a commit to branch release-3.6.0
in repository https://gitbox.apache.org/repos/asf/zookeeper.git

commit d8924c80c7c7b2cf48987b89d2f9ee98eaa594a9
Author: Enrico Olivelli <eo...@apache.org>
AuthorDate: Tue Feb 25 15:20:08 2020 +0100

    Prepared 3.6.1-SNAPSHOT
---
 pom.xml                                                          | 4 ++--
 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-metrics-providers/pom.xml                              | 2 +-
 zookeeper-metrics-providers/zookeeper-prometheus-metrics/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 +-
 19 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/pom.xml b/pom.xml
index 530a26c..37ecad4 100755
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
   <artifactId>parent</artifactId>
   <packaging>pom</packaging>
   <!-- to change version: mvn -\-batch-mode release:update-versions -DdevelopmentVersion=3.6.0-SNAPSHOT -->
-  <version>3.6.0</version>
+  <version>3.6.1-SNAPSHOT</version>
   <name>Apache ZooKeeper</name>
   <description>
     ZooKeeper is a centralized service for maintaining configuration information, naming,
@@ -70,7 +70,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/zookeeper.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/zookeeper.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf/zookeeper.git</url>
-    <tag>release-3.6.0-4</tag>
+    <tag>branch-3.6</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
diff --git a/zookeeper-assembly/pom.xml b/zookeeper-assembly/pom.xml
index 00786c9..d9acf7a 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.6.0</version>
+    <version>3.6.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/zookeeper-client/pom.xml b/zookeeper-client/pom.xml
index 2a0f773..1ff2af8 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.6.0</version>
+    <version>3.6.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/zookeeper-client/zookeeper-client-c/CMakeLists.txt b/zookeeper-client/zookeeper-client-c/CMakeLists.txt
index 06bbf98..12773fc 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.6.0)
+project(zookeeper VERSION 3.6.1)
 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 96ddaec..718e512 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.6.0,[user@zookeeper.apache.org],[zookeeper])
+AC_INIT([zookeeper C client],3.6.1,[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 b981b3b..3fc0930 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.6.0</version>
+    <version>3.6.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/zookeeper-contrib/pom.xml b/zookeeper-contrib/pom.xml
index b82f5f2..7cb947b 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.6.0</version>
+    <version>3.6.1-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 4589097..5eaca1c 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.6.0</version>
+    <version>3.6.1-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 03a05fb..3339a00 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.6.0</version>
+    <version>3.6.1-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 7e0cf18..da9e148 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.6.0</version>
+    <version>3.6.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.zookeeper</groupId>
diff --git a/zookeeper-docs/pom.xml b/zookeeper-docs/pom.xml
index 1bff958..35cb146 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.6.0</version>
+    <version>3.6.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/zookeeper-jute/pom.xml b/zookeeper-jute/pom.xml
index 9bba05f..bf570f4 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.6.0</version>
+    <version>3.6.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/zookeeper-metrics-providers/pom.xml b/zookeeper-metrics-providers/pom.xml
index 68dfc6d..f458614 100755
--- a/zookeeper-metrics-providers/pom.xml
+++ b/zookeeper-metrics-providers/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>parent</artifactId>
-    <version>3.6.0</version>
+    <version>3.6.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/zookeeper-metrics-providers/zookeeper-prometheus-metrics/pom.xml b/zookeeper-metrics-providers/zookeeper-prometheus-metrics/pom.xml
index c34f3b1..65950ff 100755
--- a/zookeeper-metrics-providers/zookeeper-prometheus-metrics/pom.xml
+++ b/zookeeper-metrics-providers/zookeeper-prometheus-metrics/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>zookeeper-metrics-providers</artifactId>
-    <version>3.6.0</version>
+    <version>3.6.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/zookeeper-recipes/pom.xml b/zookeeper-recipes/pom.xml
index 9087e1d..23fe3c4 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.6.0</version>
+    <version>3.6.1-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 a55cbd1..eb7a00b 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.6.0</version>
+    <version>3.6.1-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 42e92f2..f4bdc24 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.6.0</version>
+    <version>3.6.1-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 5c22c09..b4705d7 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.6.0</version>
+    <version>3.6.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.zookeeper</groupId>
diff --git a/zookeeper-server/pom.xml b/zookeeper-server/pom.xml
index 5d739d0..89b9087 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.6.0</version>
+    <version>3.6.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>