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/31 18:12:44 UTC

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

Author: stack
Date: Sun May 31 16:12:44 2009
New Revision: 780466

URL: http://svn.apache.org/viewvc?rev=780466&view=rev
Log:
Add -dev to the version

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=780466&r1=780465&r2=780466&view=diff
==============================================================================
--- hadoop/hbase/branches/0.19/build.xml (original)
+++ hadoop/hbase/branches/0.19/build.xml Sun May 31 16:12:44 2009
@@ -18,7 +18,7 @@
 -->
 
 <project name="hbase" default="jar">
-  <property name="version" value="0.19.4"/>
+  <property name="version" value="0.19.4-dev"/>
   <property name="Name" value="HBase"/>
   <property name="final.name" value="hbase-${version}"/>
   <property name="year" value="2008"/>