You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by ol...@apache.org on 2011/04/20 04:39:49 UTC

svn commit: r1095255 - in /pig/trunk: CHANGES.txt build.xml

Author: olga
Date: Wed Apr 20 02:39:48 2011
New Revision: 1095255

URL: http://svn.apache.org/viewvc?rev=1095255&view=rev
Log:
Preparing for Pig 0.10.0 development

Modified:
    pig/trunk/CHANGES.txt
    pig/trunk/build.xml

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1095255&r1=1095254&r2=1095255&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Wed Apr 20 02:39:48 2011
@@ -22,6 +22,16 @@ Trunk (unreleased changes)
 
 INCOMPATIBLE CHANGES
 
+IMPROVEMENTS
+
+OPTIMIZATIONS
+
+BUG FIXES
+
+Release 0.9.0 - Unreleased
+
+INCOMPATIBLE CHANGES
+
 PIG-1680: HBaseStorage should work with HBase 0.90 (gstathis, billgraham, dvryaboy, tlipcon via dvryaboy)
 
 PIG-1745: Disable converting bytes loading from BinStorage (daijy)

Modified: pig/trunk/build.xml
URL: http://svn.apache.org/viewvc/pig/trunk/build.xml?rev=1095255&r1=1095254&r2=1095255&view=diff
==============================================================================
--- pig/trunk/build.xml (original)
+++ pig/trunk/build.xml Wed Apr 20 02:39:48 2011
@@ -30,7 +30,7 @@
 	<property name="pig.pom" value="${basedir}/ivy/pig.pom" />
   	<property name="pigsmoke.pom" value="${basedir}/ivy/pigsmoke.pom" />
   	<property name="pigunit.pom" value="${basedir}/ivy/pigunit.pom" />
-	<property name="version" value="0.9.0-SNAPSHOT" />
+	<property name="version" value="0.10.0-SNAPSHOT" />
     <property name="final.name" value="${name}-${version}" />
 
     <!-- source properties -->