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 2009/05/20 22:06:53 UTC

svn commit: r776824 - /hadoop/hbase/branches/0.19/build.xml

Author: stack
Date: Wed May 20 20:06:52 2009
New Revision: 776824

URL: http://svn.apache.org/viewvc?rev=776824&view=rev
Log:
Set version to 0.19.3 in readyness for first RC candidate

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

Modified: hadoop/hbase/branches/0.19/build.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.19/build.xml?rev=776824&r1=776823&r2=776824&view=diff
==============================================================================
--- hadoop/hbase/branches/0.19/build.xml (original)
+++ hadoop/hbase/branches/0.19/build.xml Wed May 20 20:06:52 2009
@@ -18,7 +18,7 @@
 -->
 
 <project name="hbase" default="jar">
-  <property name="version" value="0.19.3-dev"/>
+  <property name="version" value="0.19.3"/>
   <property name="Name" value="HBase"/>
   <property name="final.name" value="hbase-${version}"/>
   <property name="year" value="2008"/>