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:15:31 UTC

svn commit: r1512315 - /hadoop/common/branches/branch-2/hadoop-project/pom.xml

Author: kihwal
Date: Fri Aug  9 14:15:30 2013
New Revision: 1512315

URL: http://svn.apache.org/r1512315
Log:
svn merge -c 1512314 from trunk to branch-2 to fix HADOOP-9672.

Modified:
    hadoop/common/branches/branch-2/hadoop-project/pom.xml

Modified: hadoop/common/branches/branch-2/hadoop-project/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-project/pom.xml?rev=1512315&r1=1512314&r2=1512315&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-project/pom.xml (original)
+++ hadoop/common/branches/branch-2/hadoop-project/pom.xml Fri Aug  9 14:15:30 2013
@@ -592,7 +592,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>