You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2013/10/19 01:52:04 UTC

[3/6] git commit: ACCUMULO-1783 Lift hadoop and pig dependencies to most recent stable

ACCUMULO-1783 Lift hadoop and pig dependencies to most recent stable


Project: http://git-wip-us.apache.org/repos/asf/accumulo-pig/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo-pig/commit/3ff7ba16
Tree: http://git-wip-us.apache.org/repos/asf/accumulo-pig/tree/3ff7ba16
Diff: http://git-wip-us.apache.org/repos/asf/accumulo-pig/diff/3ff7ba16

Branch: refs/heads/1.4
Commit: 3ff7ba16864716ce9aa0aad953fa9a9fbe437c7f
Parents: 0965e28
Author: Josh Elser <el...@apache.org>
Authored: Thu Oct 17 15:36:44 2013 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Thu Oct 17 15:36:44 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo-pig/blob/3ff7ba16/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9b910a8..14c16eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <dependency>
       <groupId>org.apache.pig</groupId>
       <artifactId>pig</artifactId>
-      <version>0.9.2</version>
+      <version>0.12.0</version>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>
@@ -34,7 +34,7 @@
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-core</artifactId>
-      <version>0.20.2</version>
+      <version>1.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.accumulo</groupId>