You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by zs...@apache.org on 2010/02/18 21:38:33 UTC

svn commit: r911563 - /hadoop/hive/branches/branch-0.5/build.xml

Author: zshao
Date: Thu Feb 18 20:38:32 2010
New Revision: 911563

URL: http://svn.apache.org/viewvc?rev=911563&view=rev
Log:
Preparing for release 0.5.0

Modified:
    hadoop/hive/branches/branch-0.5/build.xml

Modified: hadoop/hive/branches/branch-0.5/build.xml
URL: http://svn.apache.org/viewvc/hadoop/hive/branches/branch-0.5/build.xml?rev=911563&r1=911562&r2=911563&view=diff
==============================================================================
--- hadoop/hive/branches/branch-0.5/build.xml (original)
+++ hadoop/hive/branches/branch-0.5/build.xml Thu Feb 18 20:38:32 2010
@@ -28,7 +28,7 @@
   <!-- This is the version added to the manifest, which must be manually rev'ed
   whenever a branch version is created. The non-numberic/dot characters are
   silently dropped from the Implementation-Version when added to the manifest. -->
-  <property name="version" value="0.5.0-dev"/>
+  <property name="version" value="0.5.1-dev"/>
 
   <property name="target.dir" location="${build.dir.hive}/dist"/>
   <property name="target.lib.dir" location="${target.dir}/lib"/>