Skip to content

Commit 003560c

Browse files
committed
Prepared 3.8.6-SNAPSHOT
1 parent 19f1842 commit 003560c

File tree

24 files changed

+25
-25
lines changed

24 files changed

+25
-25
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<artifactId>parent</artifactId>
3232
<packaging>pom</packaging>
3333
<!-- to change version: mvn -B release:update-versions -DdevelopmentVersion=3.6.0-SNAPSHOT -->
34-
<version>3.8.5</version>
34+
<version>3.8.6-SNAPSHOT</version>
3535
<name>Apache ZooKeeper</name>
3636
<description>
3737
ZooKeeper is a centralized service for maintaining configuration information, naming,
@@ -71,7 +71,7 @@
7171
<connection>scm:git:https://gitbox.apache.org/repos/asf/zookeeper.git</connection>
7272
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/zookeeper.git</developerConnection>
7373
<url>https://gitbox.apache.org/repos/asf/zookeeper.git</url>
74-
<tag>release-3.8.5-0</tag>
74+
<tag>branch-3.8</tag>
7575
</scm>
7676
<issueManagement>
7777
<system>JIRA</system>

zookeeper-assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.zookeeper</groupId>
2525
<artifactId>parent</artifactId>
26-
<version>3.8.5</version>
26+
<version>3.8.6-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>zookeeper-assembly</artifactId>

zookeeper-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.zookeeper</groupId>
2525
<artifactId>parent</artifactId>
26-
<version>3.8.5</version>
26+
<version>3.8.6-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>zookeeper-client</artifactId>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
cmake_minimum_required(VERSION 3.5)
1818

19-
project(zookeeper VERSION 3.8.5)
19+
project(zookeeper VERSION 3.8.6)
2020
2121
set(description "zookeeper C client")
2222

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
AC_PREREQ(2.59)
55

6-
AC_INIT([zookeeper C client],3.8.5,[[email protected]],[zookeeper])
6+
AC_INIT([zookeeper C client],3.8.6,[[email protected]],[zookeeper])
77
AC_CONFIG_SRCDIR([src/zookeeper.c])
88

99
# Save initial CFLAGS and CXXFLAGS values before AC_PROG_CC and AC_PROG_CXX

zookeeper-client/zookeeper-client-c/include/zookeeper_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
extern "C" {
2323
#endif
2424

25-
#define ZOO_VERSION "3.8.5"
25+
#define ZOO_VERSION "3.8.6"
2626

2727
#ifdef __cplusplus
2828
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.zookeeper</groupId>
2525
<artifactId>zookeeper-client</artifactId>
26-
<version>3.8.5</version>
26+
<version>3.8.6-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>zookeeper-client-c</artifactId>

zookeeper-compatibility-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.zookeeper</groupId>
2424
<artifactId>parent</artifactId>
25-
<version>3.8.5</version>
25+
<version>3.8.6-SNAPSHOT</version>
2626
</parent>
2727
<packaging>pom</packaging>
2828
<modelVersion>4.0.0</modelVersion>

zookeeper-compatibility-tests/zookeeper-compatibility-tests-curator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.zookeeper</groupId>
2424
<artifactId>zookeeper-compatibility-tests</artifactId>
25-
<version>3.8.5</version>
25+
<version>3.8.6-SNAPSHOT</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

zookeeper-contrib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.zookeeper</groupId>
2626
<artifactId>parent</artifactId>
27-
<version>3.8.5</version>
27+
<version>3.8.6-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>zookeeper-contrib</artifactId>

0 commit comments

Comments
 (0)