You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ha...@apache.org on 2018/06/22 05:00:32 UTC

zookeeper git commit: Prepare for the next release: update the version to 3.4.14-SNAPSHOT

Repository: zookeeper
Updated Branches:
  refs/heads/branch-3.4 2d71af4db -> 4a8cceb93


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


Project: http://git-wip-us.apache.org/repos/asf/zookeeper/repo
Commit: http://git-wip-us.apache.org/repos/asf/zookeeper/commit/4a8cceb9
Tree: http://git-wip-us.apache.org/repos/asf/zookeeper/tree/4a8cceb9
Diff: http://git-wip-us.apache.org/repos/asf/zookeeper/diff/4a8cceb9

Branch: refs/heads/branch-3.4
Commit: 4a8cceb936aeb6b7b959ef5d60c30cc438451f24
Parents: 2d71af4
Author: Michael Han <ha...@apache.org>
Authored: Thu Jun 21 22:00:24 2018 -0700
Committer: Michael Han <ha...@apache.org>
Committed: Thu Jun 21 22:00:24 2018 -0700

----------------------------------------------------------------------
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zookeeper/blob/4a8cceb9/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index f40db15..8ffa2f3 100644
--- a/build.xml
+++ b/build.xml
@@ -73,7 +73,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle">
 
     <property environment="env"/>
     
-    <property name="version" value="3.4.13" />
+    <property name="version" value="3.4.14-SNAPSHOT" />
     <property name="final.name" value="${name}-${version}"/>
     <property name="revision.dir" value="${basedir}/.revision" />
     <property name="revision.properties" value="revision.properties" />