SQOOP-3203: Update build file and docs with new version (Attila Szabo)
Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/89684ad8 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/89684ad8 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/89684ad8 Branch: refs/heads/trunk Commit: 89684ad84a32f61b0a70408450d15c8193490014 Parents: 5c27aff Author: Attila Szabo <[email protected]> Authored: Fri Jun 16 09:01:52 2017 +0200 Committer: Attila Szabo <[email protected]> Committed: Fri Jun 16 09:01:52 2017 +0200 ---------------------------------------------------------------------- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/89684ad8/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index af43c47..2903b7d 100644 --- a/build.xml +++ b/build.xml @@ -40,14 +40,14 @@ <property environment="env"/> <property name="name" value="sqoop" /> <property name="Name" value="Sqoop" /> - <property name="version" value="1.4.7-SNAPSHOT" /> + <property name="version" value="1.5.0-SNAPSHOT" /> <!-- Ivy library properties --> <property name="ivy.dir" location="${basedir}/ivy" /> <loadproperties srcfile="${ivy.dir}/libraries.properties"/> <!-- The last version released. --> - <property name="oldversion" value="1.4.6" /> + <property name="oldversion" value="1.4.7" /> <!-- The point when we branched for the previous release. --> <property name="prev.git.hash" value="81624ddf3c8ca5834ab015ebafc8b8649ac36ab7" />
