Updated Branches: refs/heads/cassandra-1.1 9417eb629 -> 42175b6fd
Upgrade pig to 0.9.2 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/42175b6f Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/42175b6f Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/42175b6f Branch: refs/heads/cassandra-1.1 Commit: 42175b6fd089cc94a137aa3fb5cfb38343d17e2b Parents: 9417eb6 Author: Brandon Williams <[email protected]> Authored: Thu Feb 16 12:37:43 2012 -0600 Committer: Brandon Williams <[email protected]> Committed: Thu Feb 16 12:37:43 2012 -0600 ---------------------------------------------------------------------- build.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/42175b6f/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 74ed5c7..1f8ec47 100644 --- a/build.xml +++ b/build.xml @@ -389,7 +389,7 @@ url=${svn.entry.url}?pathrev=${svn.entry.commit.revision} <exclusion groupId="commons-lang" artifactId="commons-lang"/> </dependency> <dependency groupId="org.apache.hadoop" artifactId="hadoop-core" version="0.20.203.0"/> - <dependency groupId="org.apache.pig" artifactId="pig" version="0.8.3"/> + <dependency groupId="org.apache.pig" artifactId="pig" version="0.9.2"/> <dependency groupId="net.sf.jopt-simple" artifactId="jopt-simple" version="3.2"/> <dependency groupId="net.java.dev.jna" artifactId="jna" version="3.2.7"/>
