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/19 18:25:26 UTC

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

Author: stack
Date: Mon Jul 19 16:25:26 2010
New Revision: 965550

URL: http://svn.apache.org/viewvc?rev=965550&view=rev
Log:
Set version at 0.20.6 so can make an RC

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=965550&r1=965549&r2=965550&view=diff
==============================================================================
--- hbase/branches/0.20/build.xml (original)
+++ hbase/branches/0.20/build.xml Mon Jul 19 16:25:26 2010
@@ -18,7 +18,7 @@
 -->
 
 <project name="hbase" default="jar">
-  <property name="version" value="0.20.6-dev"/>
+  <property name="version" value="0.20.6"/>
   <property name="Name" value="HBase"/>
   <property name="final.name" value="hbase-${version}"/>
   <property name="year" value="2010"/>