Repository: sqoop Updated Branches: refs/heads/trunk 779eb01de -> 84020d18a
SQOOP-3269: Update last prev.git.hash property in build.xml (Attila Szabo) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/84020d18 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/84020d18 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/84020d18 Branch: refs/heads/trunk Commit: 84020d18a11a716644e72aad303bc0705f6a9ad9 Parents: 779eb01 Author: Attila Szabo <[email protected]> Authored: Tue Dec 19 21:48:25 2017 +0100 Committer: Attila Szabo <[email protected]> Committed: Tue Dec 19 21:48:25 2017 +0100 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/84020d18/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 5836a75..2094bae 100644 --- a/build.xml +++ b/build.xml @@ -50,7 +50,7 @@ <property name="oldversion" value="1.4.7" /> <!-- The point when we branched for the previous release. --> <property name="prev.git.hash" - value="81624ddf3c8ca5834ab015ebafc8b8649ac36ab7" /> + value="b0f391e75154be86f95378ab141f6dd1b3b59475" /> <property name="artifact.name" value="${name}-${version}" /> <property name="dest.jar" value="${artifact.name}.jar" />
