Repository: sqoop Updated Branches: refs/heads/trunk d25eb2e19 -> 9dafccda0
SQOOP-2810: Upgrade to non-snapshot dependency on Avro 1.8.0 as soon as it gets released (Jarek Jarcec Cecho via Venkat Ranganathan) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/9dafccda Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/9dafccda Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/9dafccda Branch: refs/heads/trunk Commit: 9dafccda0d69a7ca831a4f279f08a55b48a8302d Parents: d25eb2e Author: Venkat Ranganathan <[email protected]> Authored: Sun Jan 31 20:14:25 2016 -0800 Committer: Venkat Ranganathan <[email protected]> Committed: Sun Jan 31 20:14:25 2016 -0800 ---------------------------------------------------------------------- ivy/libraries.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/9dafccda/ivy/libraries.properties ---------------------------------------------------------------------- diff --git a/ivy/libraries.properties b/ivy/libraries.properties index d8f1dfc..847b6e1 100644 --- a/ivy/libraries.properties +++ b/ivy/libraries.properties @@ -18,7 +18,7 @@ # This properties file lists the versions of the various artifacts we use. # It drives ivy and the generation of a maven POM -avro.version=1.8.0-SNAPSHOT +avro.version=1.8.0 kite-data.version=1.0.0
