Repository: gora Updated Branches: refs/heads/master b53627198 -> 239b7967b
GORA-466 avro version upgrade to 1.8.1 Project: http://git-wip-us.apache.org/repos/asf/gora/repo Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/239b7967 Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/239b7967 Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/239b7967 Branch: refs/heads/master Commit: 239b7967b32128df30f67ed862cbdbdceb861dfa Parents: b536271 Author: cihad guzel <[email protected]> Authored: Mon Aug 29 01:10:06 2016 +0300 Committer: cihad guzel <[email protected]> Committed: Mon Aug 29 01:10:06 2016 +0300 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/gora/blob/239b7967/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 51dc5b9..c39c7ce 100644 --- a/pom.xml +++ b/pom.xml @@ -680,7 +680,7 @@ <!-- Dependencies --> <osgi.version>4.2.0</osgi.version> <!-- Avro Dependencies --> - <avro.version>1.7.6</avro.version> + <avro.version>1.8.1</avro.version> <!-- <jackson.version>1.6.9</jackson.version> --> <!-- Hadoop Dependencies --> <hadoop-2.version>2.5.2</hadoop-2.version>
