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 2008/09/03 20:22:49 UTC

svn commit: r691713 - /hadoop/hbase/branches/0.2/build.xml

Author: stack
Date: Wed Sep  3 11:22:48 2008
New Revision: 691713

URL: http://svn.apache.org/viewvc?rev=691713&view=rev
Log:
Set version to 0.2.1

Modified:
    hadoop/hbase/branches/0.2/build.xml

Modified: hadoop/hbase/branches/0.2/build.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.2/build.xml?rev=691713&r1=691712&r2=691713&view=diff
==============================================================================
--- hadoop/hbase/branches/0.2/build.xml (original)
+++ hadoop/hbase/branches/0.2/build.xml Wed Sep  3 11:22:48 2008
@@ -18,7 +18,7 @@
 -->
 
 <project name="hbase" default="jar">
-  <property name="version" value="0.2.1-dev"/>
+  <property name="version" value="0.2.1"/>
   <property name="Name" value="HBase"/>
   <property name="final.name" value="hbase-${version}"/>
   <property name="year" value="2008"/>