You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by af...@apache.org on 2018/04/25 03:17:08 UTC

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

Repository: zookeeper
Updated Branches:
  refs/heads/branch-3.4 a188308cf -> eacb4e4f3


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


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

Branch: refs/heads/branch-3.4
Commit: eacb4e4f34189178bb83df614be928bf27d410d1
Parents: a188308
Author: Abraham Fine <af...@apache.org>
Authored: Tue Apr 24 20:16:29 2018 -0700
Committer: Abraham Fine <af...@apache.org>
Committed: Tue Apr 24 20:16:29 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/zookeeper/blob/eacb4e4f/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index ec667c1..e441adb 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.12" />
+    <property name="version" value="3.4.13-SNAPSHOT" />
     <property name="final.name" value="${name}-${version}"/>
     <property name="revision.dir" value="${basedir}/.revision" />
     <property name="revision.properties" value="revision.properties" />