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 sh...@apache.org on 2011/12/12 01:27:06 UTC

svn commit: r1213122 - /hadoop/common/branches/branch-0.22/mapreduce/build.xml

Author: shv
Date: Mon Dec 12 00:27:06 2011
New Revision: 1213122

URL: http://svn.apache.org/viewvc?rev=1213122&view=rev
Log:
Change versions to 0.22.1-SNAPSHOT

Modified:
    hadoop/common/branches/branch-0.22/mapreduce/build.xml

Modified: hadoop/common/branches/branch-0.22/mapreduce/build.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.22/mapreduce/build.xml?rev=1213122&r1=1213121&r2=1213122&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.22/mapreduce/build.xml (original)
+++ hadoop/common/branches/branch-0.22/mapreduce/build.xml Mon Dec 12 00:27:06 2011
@@ -31,7 +31,7 @@
   <property name="Name" value="Hadoop-Mapred"/>
   <property name="name" value="hadoop-mapred"/>
   <!-- Need to change aop.xml project.version prop. synchronously -->
-  <property name="version" value="0.22.0"/>
+  <property name="version" value="0.22.1-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}"/>