Browse Source

Prepare for the next release: update the version to 3.5.11-SNAPSHOT

Mate Szalay-Beko 3 years ago
parent
commit
3e937c073d

+ 1 - 1
pom.xml

@@ -30,7 +30,7 @@
   <groupId>org.apache.zookeeper</groupId>
   <artifactId>parent</artifactId>
   <packaging>pom</packaging>
-  <version>3.5.10-SNAPSHOT</version>
+  <version>3.5.11-SNAPSHOT</version>
   <name>Apache ZooKeeper</name>
   <description>
     ZooKeeper is a centralized service for maintaining configuration information, naming,

+ 1 - 1
zookeeper-assembly/pom.xml

@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>parent</artifactId>
-    <version>3.5.10-SNAPSHOT</version>
+    <version>3.5.11-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

+ 1 - 1
zookeeper-client/pom.xml

@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>parent</artifactId>
-    <version>3.5.10-SNAPSHOT</version>
+    <version>3.5.11-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

+ 1 - 1
zookeeper-client/zookeeper-client-c/CMakeLists.txt

@@ -16,7 +16,7 @@
 
 cmake_minimum_required(VERSION 3.5)
 
-project(zookeeper VERSION 3.5.10)
+project(zookeeper VERSION 3.5.11)
 set(email user@zookeeper.apache.org)
 set(description "zookeeper C client")
 

+ 1 - 1
zookeeper-client/zookeeper-client-c/configure.ac

@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.59)
 
-AC_INIT([zookeeper C client],3.5.10,[user@zookeeper.apache.org],[zookeeper])
+AC_INIT([zookeeper C client],3.5.11,[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

+ 1 - 1
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 9
+#define ZOO_PATCH_VERSION 11
 
 #ifdef __cplusplus
 }

+ 1 - 1
zookeeper-client/zookeeper-client-c/pom.xml

@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>zookeeper-client</artifactId>
-    <version>3.5.10-SNAPSHOT</version>
+    <version>3.5.11-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

+ 1 - 1
zookeeper-contrib/pom.xml

@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>parent</artifactId>
-    <version>3.5.10-SNAPSHOT</version>
+    <version>3.5.11-SNAPSHOT</version>
   </parent>
 
   <artifactId>zookeeper-contrib</artifactId>

+ 1 - 1
zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml

@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>zookeeper-contrib</artifactId>
-    <version>3.5.10-SNAPSHOT</version>
+    <version>3.5.11-SNAPSHOT</version>
   </parent>
 
   <artifactId>zookeeper-contrib-loggraph</artifactId>

+ 1 - 1
zookeeper-contrib/zookeeper-contrib-rest/pom.xml

@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>zookeeper-contrib</artifactId>
-    <version>3.5.10-SNAPSHOT</version>
+    <version>3.5.11-SNAPSHOT</version>
   </parent>
 
   <artifactId>zookeeper-contrib-rest</artifactId>

+ 1 - 1
zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml

@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>zookeeper-contrib</artifactId>
-    <version>3.5.10-SNAPSHOT</version>
+    <version>3.5.11-SNAPSHOT</version>
   </parent>
 
   <artifactId>zookeeper-contrib-zooinspector</artifactId>

+ 1 - 1
zookeeper-docs/pom.xml

@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.zookeeper</groupId>
         <artifactId>parent</artifactId>
-        <version>3.5.10-SNAPSHOT</version>
+        <version>3.5.11-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

+ 1 - 1
zookeeper-jute/pom.xml

@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>parent</artifactId>
-    <version>3.5.10-SNAPSHOT</version>
+    <version>3.5.11-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

+ 1 - 1
zookeeper-recipes/pom.xml

@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>parent</artifactId>
-    <version>3.5.10-SNAPSHOT</version>
+    <version>3.5.11-SNAPSHOT</version>
   </parent>
 
   <artifactId>zookeeper-recipes</artifactId>

+ 1 - 1
zookeeper-recipes/zookeeper-recipes-election/pom.xml

@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>zookeeper-recipes</artifactId>
-    <version>3.5.10-SNAPSHOT</version>
+    <version>3.5.11-SNAPSHOT</version>
   </parent>
 
   <artifactId>zookeeper-recipes-election</artifactId>

+ 1 - 1
zookeeper-recipes/zookeeper-recipes-lock/pom.xml

@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>zookeeper-recipes</artifactId>
-    <version>3.5.10-SNAPSHOT</version>
+    <version>3.5.11-SNAPSHOT</version>
   </parent>
 
   <artifactId>zookeeper-recipes-lock</artifactId>

+ 1 - 1
zookeeper-recipes/zookeeper-recipes-queue/pom.xml

@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>zookeeper-recipes</artifactId>
-    <version>3.5.10-SNAPSHOT</version>
+    <version>3.5.11-SNAPSHOT</version>
   </parent>
 
   <artifactId>zookeeper-recipes-queue</artifactId>

+ 1 - 1
zookeeper-server/pom.xml

@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.zookeeper</groupId>
     <artifactId>parent</artifactId>
-    <version>3.5.10-SNAPSHOT</version>
+    <version>3.5.11-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>