Updated Branches: refs/heads/trunk c1b87043b -> b3101a17a
target 2.0 to run on java7 and above Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b3101a17 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/b3101a17 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/b3101a17 Branch: refs/heads/trunk Commit: b3101a17aeeae310579ae3446a94917895754691 Parents: c1b8704 Author: Yuki Morishita <[email protected]> Authored: Wed May 29 10:27:37 2013 -0500 Committer: Yuki Morishita <[email protected]> Committed: Wed May 29 11:41:08 2013 -0500 ---------------------------------------------------------------------- build.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/b3101a17/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index e8b536c..5a2feff 100644 --- a/build.xml +++ b/build.xml @@ -60,8 +60,8 @@ <property name="test.long.src" value="${test.dir}/long"/> <property name="dist.dir" value="${build.dir}/dist"/> - <property name="source.version" value="1.6"/> - <property name="target.version" value="1.6"/> + <property name="source.version" value="1.7"/> + <property name="target.version" value="1.7"/> <condition property="version" value="${base.version}"> <isset property="release"/>
