You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2010/07/13 21:26:57 UTC

svn commit: r963828 - /hbase/branches/0.20/build.xml

Author: stack
Date: Tue Jul 13 19:26:57 2010
New Revision: 963828

URL: http://svn.apache.org/viewvc?rev=963828&view=rev
Log:
Move on version past 0.20.5

Modified:
    hbase/branches/0.20/build.xml

Modified: hbase/branches/0.20/build.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.20/build.xml?rev=963828&r1=963827&r2=963828&view=diff
==============================================================================
--- hbase/branches/0.20/build.xml (original)
+++ hbase/branches/0.20/build.xml Tue Jul 13 19:26:57 2010
@@ -18,7 +18,7 @@
 -->
 
 <project name="hbase" default="jar">
-  <property name="version" value="0.20.5"/>
+  <property name="version" value="0.20.6-dev"/>
   <property name="Name" value="HBase"/>
   <property name="final.name" value="hbase-${version}"/>
   <property name="year" value="2010"/>