You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by ju...@apache.org on 2017/04/06 22:58:52 UTC

reef git commit: [REEF-1766] Updated Avro from 1.7.7 to 1.8.1 for entire REEF.

Repository: reef
Updated Branches:
  refs/heads/master 41de6d4dc -> 9c3fd46cc


[REEF-1766] Updated Avro from 1.7.7 to 1.8.1 for entire REEF.

JIRA: [REEF-1766](https://issues.apache.org/jira/browse/REEF-1768)
This closes  #1285


Project: http://git-wip-us.apache.org/repos/asf/reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/9c3fd46c
Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/9c3fd46c
Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/9c3fd46c

Branch: refs/heads/master
Commit: 9c3fd46cc799bc443251cad2bef454bcda036d57
Parents: 41de6d4
Author: Shouheng Yi <sh...@microsoft.com>
Authored: Thu Apr 6 10:37:48 2017 -0700
Committer: Julia Wang <ju...@apache.org>
Committed: Thu Apr 6 15:57:00 2017 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/reef/blob/9c3fd46c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b17e7ae..ed39250 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@ under the License.
         <bundle.snappy>false</bundle.snappy>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <hadoop.version>2.6.0</hadoop.version>
-        <avro.version>1.7.7</avro.version>
+        <avro.version>1.8.1</avro.version>
         <jetty.version>6.1.26</jetty.version>
         <jackson.version>1.9.13</jackson.version>
         <protobuf.version>2.5.0</protobuf.version>