You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crunch.apache.org by jw...@apache.org on 2012/08/30 10:15:18 UTC

[7/7] git commit: Use Avro 1.5.4 as the default Avro version for the 0.3.0 release

Use Avro 1.5.4 as the default Avro version for the 0.3.0 release


Project: http://git-wip-us.apache.org/repos/asf/incubator-crunch/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-crunch/commit/03222f88
Tree: http://git-wip-us.apache.org/repos/asf/incubator-crunch/tree/03222f88
Diff: http://git-wip-us.apache.org/repos/asf/incubator-crunch/diff/03222f88

Branch: refs/heads/apache-crunch-0.3.0-incubating
Commit: 03222f889071fef191facadcda34635717a05699
Parents: 267707c
Author: Josh Wills <jw...@cloudera.com>
Authored: Wed Aug 29 18:45:08 2012 -0700
Committer: Josh Wills <jw...@cloudera.com>
Committed: Wed Aug 29 18:45:08 2012 -0700

----------------------------------------------------------------------
 pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/03222f88/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 720a8d1..3dfd1c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@ under the License.
     <commons-codec.version>1.4</commons-codec.version>
     <commons-httpclient.version>3.0.1</commons-httpclient.version>
     <commons-logging.version>1.1.1</commons-logging.version>
-    <avro.version>1.7.0</avro.version>
+    <avro.version>1.5.4</avro.version>
     <jackson.version>1.8.8</jackson.version>
     <protobuf-java.version>2.3.0</protobuf-java.version>
     <libthrift.version>0.8.0</libthrift.version>