You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-commits@hadoop.apache.org by to...@apache.org on 2010/05/01 06:58:35 UTC

svn commit: r939922 - /hadoop/mapreduce/branches/branch-0.21/build.xml

Author: tomwhite
Date: Sat May  1 04:58:35 2010
New Revision: 939922

URL: http://svn.apache.org/viewvc?rev=939922&view=rev
Log:
Set build version to 0.21.0

Modified:
    hadoop/mapreduce/branches/branch-0.21/build.xml

Modified: hadoop/mapreduce/branches/branch-0.21/build.xml
URL: http://svn.apache.org/viewvc/hadoop/mapreduce/branches/branch-0.21/build.xml?rev=939922&r1=939921&r2=939922&view=diff
==============================================================================
--- hadoop/mapreduce/branches/branch-0.21/build.xml (original)
+++ hadoop/mapreduce/branches/branch-0.21/build.xml Sat May  1 04:58:35 2010
@@ -30,7 +30,7 @@
  
   <property name="Name" value="Hadoop-Mapred"/>
   <property name="name" value="hadoop-mapred"/>
-  <property name="version" value="0.22.0-SNAPSHOT"/>
+  <property name="version" value="0.21.0-SNAPSHOT"/>
   <property name="final.name" value="${name}-${version}"/>
   <property name="test.final.name" value="${name}-test-${version}"/>
   <property name="examples.final.name" value="${name}-examples-${version}"/>