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/06/27 17:50:20 UTC

svn commit: r672308 - /hadoop/hbase/branches/0.1/build.xml

Author: stack
Date: Fri Jun 27 08:50:20 2008
New Revision: 672308

URL: http://svn.apache.org/viewvc?rev=672308&view=rev
Log:
Move version past the 0.1.3 release

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

Modified: hadoop/hbase/branches/0.1/build.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.1/build.xml?rev=672308&r1=672307&r2=672308&view=diff
==============================================================================
--- hadoop/hbase/branches/0.1/build.xml (original)
+++ hadoop/hbase/branches/0.1/build.xml Fri Jun 27 08:50:20 2008
@@ -18,7 +18,7 @@
 -->
 
 <project name="hbase" default="jar">
-  <property name="version" value="0.1.3"/>
+  <property name="version" value="0.1.4-dev"/>
   <property name="Name" value="HBase"/>
   <property name="final.name" value="hbase-${version}"/>
   <property name="year" value="2008"/>