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/27 19:09:11 UTC

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

Author: daijy
Date: Thu Dec 27 18:09:11 2012
New Revision: 1426282

URL: http://svn.apache.org/viewvc?rev=1426282&view=rev
Log:
Revert pig.version in build.xml to 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=1426282&r1=1426281&r2=1426282&view=diff
==============================================================================
--- pig/branches/branch-0.10/build.xml (original)
+++ pig/branches/branch-0.10/build.xml Thu Dec 27 18:09:11 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.2" />
+    <property name="pig.version" value="0.10.1" />
     <property name="version" value="${pig.version}-SNAPSHOT" />
     <property name="final.name" value="${name}-${version}" />
     <property name="year" value="2007-2012" />