You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2013/10/10 00:01:51 UTC

git commit: Upgrade pig to 0.11.1

Updated Branches:
  refs/heads/trunk 8b8c07a87 -> 5af0c5c22


Upgrade pig to 0.11.1


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/5af0c5c2
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/5af0c5c2
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/5af0c5c2

Branch: refs/heads/trunk
Commit: 5af0c5c22f455a8ddccdfc586a929a43e61003dc
Parents: 8b8c07a
Author: Brandon Williams <br...@apache.org>
Authored: Wed Oct 9 17:00:13 2013 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Wed Oct 9 17:00:13 2013 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/5af0c5c2/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 60801a4..818b27f 100644
--- a/build.xml
+++ b/build.xml
@@ -369,7 +369,7 @@
           <dependency groupId="org.apache.hadoop" artifactId="hadoop-core" version="1.0.3">
           	<exclusion groupId="org.mortbay.jetty" artifactId="servlet-api"/>
           </dependency>
-          <dependency groupId="org.apache.pig" artifactId="pig" version="0.10.0"/>
+          <dependency groupId="org.apache.pig" artifactId="pig" version="0.11.1"/>
           <dependency groupId="net.java.dev.jna" artifactId="jna" version="3.2.7"/>
 
           <dependency groupId="net.sourceforge.cobertura" artifactId="cobertura" version="${cobertura.version}"/>