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/10/27 02:16:40 UTC

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

Author: olga
Date: Thu Oct 27 00:16:40 2011
New Revision: 1189554

URL: http://svn.apache.org/viewvc?rev=1189554&view=rev
Log:
Preparing for 0.11.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=1189554&r1=1189553&r2=1189554&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Thu Oct 27 00:16:40 2011
@@ -18,6 +18,16 @@
 
 Pig Change Log
 
+Trunk (unreleased changes)
+
+INCOMPATIBLE CHANGES
+
+IMPROVEMENTS
+
+OPTIMIZATIONS
+
+BUG FIXES
+
 Release 0.10.0 - Unreleased
 
 INCOMPATIBLE CHANGES

Modified: pig/trunk/build.xml
URL: http://svn.apache.org/viewvc/pig/trunk/build.xml?rev=1189554&r1=1189553&r2=1189554&view=diff
==============================================================================
--- pig/trunk/build.xml (original)
+++ pig/trunk/build.xml Thu Oct 27 00:16:40 2011
@@ -32,7 +32,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="pig.version" value="0.10.0" />
+    <property name="pig.version" value="0.11.0" />
     <property name="version" value="${pig.version}-SNAPSHOT" />
     <property name="final.name" value="${name}-${version}" />