Repository: sqoop Updated Branches: refs/heads/branch-1.4.7 8929e61fb -> f6f59892c
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/f6f59892 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/f6f59892 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/f6f59892 Branch: refs/heads/branch-1.4.7 Commit: f6f59892c7a67825df1c84416b2fb24ec9b23204 Parents: 8929e61 Author: Attila Szabo <[email protected]> Authored: Fri Jun 16 07:59:52 2017 +0200 Committer: Attila Szabo <[email protected]> Committed: Fri Jun 16 07:59:52 2017 +0200 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/f6f59892/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index af43c47..110cfa5 100644 --- a/build.xml +++ b/build.xml @@ -40,7 +40,7 @@ <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.4.7" /> <!-- Ivy library properties --> <property name="ivy.dir" location="${basedir}/ivy" />
