Repository: zookeeper Updated Branches: refs/heads/branch-3.4 b0aaa7de5 -> 0f83f5164
Update the version to 3.4.11-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/zookeeper/repo Commit: http://git-wip-us.apache.org/repos/asf/zookeeper/commit/0f83f516 Tree: http://git-wip-us.apache.org/repos/asf/zookeeper/tree/0f83f516 Diff: http://git-wip-us.apache.org/repos/asf/zookeeper/diff/0f83f516 Branch: refs/heads/branch-3.4 Commit: 0f83f51644c17aee216031f3848866e182cabb67 Parents: b0aaa7d Author: Rakesh Radhakrishnan <[email protected]> Authored: Thu Mar 30 10:13:51 2017 +0530 Committer: Rakesh Radhakrishnan <[email protected]> Committed: Thu Mar 30 10:13:51 2017 +0530 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zookeeper/blob/0f83f516/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index e584294..d34ca80 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.10" /> + <property name="version" value="3.4.11-SNAPSHOT" /> <property name="final.name" value="${name}-${version}"/> <property name="revision.dir" value="${basedir}/.revision" /> <property name="revision.properties" value="revision.properties" />
