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/02/05 19:03:16 UTC

[zookeeper] annotated tag release-3.6.0-2 created (now 6a0499b)

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

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


      at 6a0499b  (tag)
 tagging 64460e55b953ba052c578c79350fe9d1efe05a6a (commit)
 replaces release-3.6.0-1
      by Enrico Olivelli
      on Wed Feb 5 20:03:11 2020 +0100

- Log -----------------------------------------------------------------
[maven-release-plugin] copy for tag release-3.6.0-2
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 64460e5  Prepared 3.6.0

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.



[zookeeper] 01/01: Prepared 3.6.0

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

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

commit 64460e55b953ba052c578c79350fe9d1efe05a6a
Author: Enrico Olivelli <eo...@apache.org>
AuthorDate: Wed Feb 5 20:03:11 2020 +0100

    Prepared 3.6.0
---
 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 d684193..ed0a84a 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.1-SNAPSHOT</version>
+  <version>3.6.0</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>branch-3.6</tag>
+    <tag>release-3.6.0-2</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
diff --git a/zookeeper-assembly/pom.xml b/zookeeper-assembly/pom.xml
index d9acf7a..00786c9 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.1-SNAPSHOT</version>
+    <version>3.6.0</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/zookeeper-client/pom.xml b/zookeeper-client/pom.xml
index 1ff2af8..2a0f773 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.1-SNAPSHOT</version>
+    <version>3.6.0</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/zookeeper-client/zookeeper-client-c/CMakeLists.txt b/zookeeper-client/zookeeper-client-c/CMakeLists.txt
index 12773fc..06bbf98 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.1)
+project(zookeeper VERSION 3.6.0)
 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 718e512..96ddaec 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.1,[user@zookeeper.apache.org],[zookeeper])
+AC_INIT([zookeeper C client],3.6.0,[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 3fc0930..b981b3b 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.1-SNAPSHOT</version>
+    <version>3.6.0</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/zookeeper-contrib/pom.xml b/zookeeper-contrib/pom.xml
index 7cb947b..b82f5f2 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.1-SNAPSHOT</version>
+    <version>3.6.0</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 5eaca1c..4589097 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.1-SNAPSHOT</version>
+    <version>3.6.0</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 3339a00..03a05fb 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.1-SNAPSHOT</version>
+    <version>3.6.0</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 da9e148..7e0cf18 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.1-SNAPSHOT</version>
+    <version>3.6.0</version>
   </parent>
 
   <groupId>org.apache.zookeeper</groupId>
diff --git a/zookeeper-docs/pom.xml b/zookeeper-docs/pom.xml
index 35cb146..1bff958 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.1-SNAPSHOT</version>
+    <version>3.6.0</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/zookeeper-jute/pom.xml b/zookeeper-jute/pom.xml
index bf570f4..9bba05f 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.1-SNAPSHOT</version>
+    <version>3.6.0</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/zookeeper-metrics-providers/pom.xml b/zookeeper-metrics-providers/pom.xml
index f458614..68dfc6d 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.1-SNAPSHOT</version>
+    <version>3.6.0</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 65950ff..c34f3b1 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.1-SNAPSHOT</version>
+    <version>3.6.0</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/zookeeper-recipes/pom.xml b/zookeeper-recipes/pom.xml
index 23fe3c4..9087e1d 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.1-SNAPSHOT</version>
+    <version>3.6.0</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 eb7a00b..a55cbd1 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.1-SNAPSHOT</version>
+    <version>3.6.0</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 f4bdc24..42e92f2 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.1-SNAPSHOT</version>
+    <version>3.6.0</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 b4705d7..5c22c09 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.1-SNAPSHOT</version>
+    <version>3.6.0</version>
   </parent>
 
   <groupId>org.apache.zookeeper</groupId>
diff --git a/zookeeper-server/pom.xml b/zookeeper-server/pom.xml
index 89b9087..5d739d0 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.1-SNAPSHOT</version>
+    <version>3.6.0</version>
     <relativePath>..</relativePath>
   </parent>