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/10/01 18:49:21 UTC

svn commit: r700834 - /hadoop/hbase/branches/0.18/build.xml

Author: stack
Date: Wed Oct  1 09:49:21 2008
New Revision: 700834

URL: http://svn.apache.org/viewvc?rev=700834&view=rev
Log:
HBASE-909 the version string in build.xml is wrong

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

Modified: hadoop/hbase/branches/0.18/build.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.18/build.xml?rev=700834&r1=700833&r2=700834&view=diff
==============================================================================
--- hadoop/hbase/branches/0.18/build.xml (original)
+++ hadoop/hbase/branches/0.18/build.xml Wed Oct  1 09:49:21 2008
@@ -18,7 +18,7 @@
 -->
 
 <project name="hbase" default="jar">
-  <property name="version" value="0.18.0"/>
+  <property name="version" value="0.18.1-dev"/>
   <property name="Name" value="HBase"/>
   <property name="final.name" value="hbase-${version}"/>
   <property name="year" value="2008"/>