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/11 20:49:33 UTC

[zookeeper] branch branch-3.5.6 updated: Preparing for release 3.5.6

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

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


The following commit(s) were added to refs/heads/branch-3.5.6 by this push:
     new 1b8e3b7  Preparing for release 3.5.6
1b8e3b7 is described below

commit 1b8e3b720579b54339f53da99ee702ec629ef446
Author: Enrico Olivelli <eo...@apache.org>
AuthorDate: Wed Sep 11 22:49:20 2019 +0200

    Preparing for release 3.5.6
---
 build.xml                                                | 2 +-
 pom.xml                                                  | 2 +-
 zookeeper-assembly/pom.xml                               | 2 +-
 zookeeper-client/pom.xml                                 | 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 +-
 16 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/build.xml b/build.xml
index e0ff323..a2d05d9 100644
--- a/build.xml
+++ b/build.xml
@@ -79,7 +79,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
     <property name="version-minor" 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-suffix" value="" />
     <property name="version" value="${version-base}-${version-suffix}" />
 
     <property name="final.name" value="${name}-${version}"/>
diff --git a/pom.xml b/pom.xml
index c08fc5f..4822433 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.6</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..ce63398 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.6</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/zookeeper-client/pom.xml b/zookeeper-client/pom.xml
index cb9f149..caaf8d7 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.6</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/zookeeper-client/zookeeper-client-c/pom.xml b/zookeeper-client/zookeeper-client-c/pom.xml
index b6952a5..55e95dc 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.6</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/zookeeper-contrib/pom.xml b/zookeeper-contrib/pom.xml
index 5079038..81d016c 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.6</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..867011f 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.6</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..e0ff8ad 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.6</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..9d7c278 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.6</version>
   </parent>
 
   <groupId>org.apache.zookeeper</groupId>
diff --git a/zookeeper-docs/pom.xml b/zookeeper-docs/pom.xml
index 4061dba..ef126a3 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.6</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/zookeeper-jute/pom.xml b/zookeeper-jute/pom.xml
index 9e78ef2..101ad7f 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.6</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/zookeeper-recipes/pom.xml b/zookeeper-recipes/pom.xml
index 1d15018..7a9a804 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.6</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..80eca88 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.6</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..b029c30 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.6</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..29812e0 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.6</version>
   </parent>
 
   <groupId>org.apache.zookeeper</groupId>
diff --git a/zookeeper-server/pom.xml b/zookeeper-server/pom.xml
index 0f41bd1..1379458 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.6</version>
     <relativePath>..</relativePath>
   </parent>