You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2012/12/20 16:56:52 UTC

svn commit: r1424551 - /pig/branches/branch-0.10/build.xml

Author: daijy
Date: Thu Dec 20 15:56:52 2012
New Revision: 1424551

URL: http://svn.apache.org/viewvc?rev=1424551&view=rev
Log:
Preparing for release 0.10.1

Modified:
    pig/branches/branch-0.10/build.xml

Modified: pig/branches/branch-0.10/build.xml
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.10/build.xml?rev=1424551&r1=1424550&r2=1424551&view=diff
==============================================================================
--- pig/branches/branch-0.10/build.xml (original)
+++ pig/branches/branch-0.10/build.xml Thu Dec 20 15:56:52 2012
@@ -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="pig.version" value="0.10.1" />
+    <property name="pig.version" value="0.10.2" />
     <property name="version" value="${pig.version}-SNAPSHOT" />
     <property name="final.name" value="${name}-${version}" />
     <property name="year" value="2007-2012" />