Author: yanz
Date: Wed Mar 31 22:37:38 2010
New Revision: 929737

URL: http://svn.apache.org/viewvc?rev=929737&view=rev
Log:
PIG-1340 The zebra version number should be changed from 0.7 to 0.8 (yanz)

Modified:
    hadoop/pig/trunk/contrib/zebra/CHANGES.txt
    hadoop/pig/trunk/contrib/zebra/build-contrib.xml

Modified: hadoop/pig/trunk/contrib/zebra/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/pig/trunk/contrib/zebra/CHANGES.txt?rev=929737&r1=929736&r2=929737&view=diff
==============================================================================
--- hadoop/pig/trunk/contrib/zebra/CHANGES.txt (original)
+++ hadoop/pig/trunk/contrib/zebra/CHANGES.txt Wed Mar 31 22:37:38 2010
@@ -70,6 +70,8 @@ Trunk (unreleased changes)
 
   BUG FIXES
 
+    PIG-1340 The zebra version number should be changed from 0.7 to 0.8 (yanz)
+
     PIG-1318 Invalid type for source_table field when using order-preserving 
Sorted Table Union (gauravj via yanz)
 
     PIG-1258 Number of sorted input splits is unusually high (yanz)

Modified: hadoop/pig/trunk/contrib/zebra/build-contrib.xml
URL: 
http://svn.apache.org/viewvc/hadoop/pig/trunk/contrib/zebra/build-contrib.xml?rev=929737&r1=929736&r2=929737&view=diff
==============================================================================
--- hadoop/pig/trunk/contrib/zebra/build-contrib.xml (original)
+++ hadoop/pig/trunk/contrib/zebra/build-contrib.xml Wed Mar 31 22:37:38 2010
@@ -23,7 +23,7 @@
 
   <property name="name" value="${ant.project.name}"/>
   <property name="root" value="${basedir}"/>
-  <property name="version" value="0.7.0-dev"/>
+  <property name="version" value="0.8.0-dev"/>
 
   <!-- Load all the default properties, and any the user wants    -->
   <!-- to contribute (without having to type -D or edit this file -->
@@ -53,7 +53,7 @@
   <property name="build.examples" location="${build.dir}/examples"/>
   <property name="pig.log.dir" location="${build.dir}/test/logs"/>
   <property name="hadoop.jarfile" value="hadoop20.jar" />
-  <property name="pig.jarfile" value="pig-0.7.0-dev-core.jar" />
+  <property name="pig.jarfile" value="pig-0.8.0-dev-core.jar" />
   <property name="hbase.jarfile" value="hbase-0.18.1.jar" />
   <property name="hbase.test.jarfile" value="hbase-0.18.1-test.jar" />
 


Reply via email to