You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ki...@apache.org on 2013/08/09 16:12:11 UTC

svn commit: r1512314 - /hadoop/common/trunk/hadoop-project/pom.xml

Author: kihwal
Date: Fri Aug  9 14:12:11 2013
New Revision: 1512314

URL: http://svn.apache.org/r1512314
Log:
HADOOP-9672. Upgrade Avro dependency to 1.7.4. Contributed by Sandy Ryza.

Modified:
    hadoop/common/trunk/hadoop-project/pom.xml

Modified: hadoop/common/trunk/hadoop-project/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-project/pom.xml?rev=1512314&r1=1512313&r2=1512314&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-project/pom.xml (original)
+++ hadoop/common/trunk/hadoop-project/pom.xml Fri Aug  9 14:12:11 2013
@@ -593,7 +593,7 @@
       <dependency>
         <groupId>org.apache.avro</groupId>
         <artifactId>avro</artifactId>
-        <version>1.5.3</version>
+        <version>1.7.4</version>
       </dependency>
       <dependency>
         <groupId>net.sf.kosmosfs</groupId>