You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ph...@apache.org on 2017/11/08 18:20:46 UTC

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

Repository: zookeeper
Updated Branches:
  refs/heads/branch-3.4 37e277162 -> 91e643417


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


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

Branch: refs/heads/branch-3.4
Commit: 91e643417ad06aa7801556a742e6df1694a118d7
Parents: 37e2771
Author: Patrick Hunt <ph...@gmail.com>
Authored: Wed Nov 8 10:20:19 2017 -0800
Committer: Patrick Hunt <ph...@gmail.com>
Committed: Wed Nov 8 10:20:19 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/zookeeper/blob/91e64341/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 7384aa8..6ce8013 100644
--- a/build.xml
+++ b/build.xml
@@ -31,7 +31,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle">
 
     <property environment="env"/>
     
-    <property name="version" value="3.4.11" />
+    <property name="version" value="3.4.12-SNAPSHOT" />
     <property name="final.name" value="${name}-${version}"/>
     <property name="revision.dir" value="${basedir}/.revision" />
     <property name="revision.properties" value="revision.properties" />