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/01/09 02:48:14 UTC

svn commit: r897365 - in /hadoop/hive/trunk: CHANGES.txt build.properties build.xml

Author: zshao
Date: Sat Jan  9 01:48:13 2010
New Revision: 897365

URL: http://svn.apache.org/viewvc?rev=897365&view=rev
Log:
Preparing for 0.6.0 development

Modified:
    hadoop/hive/trunk/CHANGES.txt
    hadoop/hive/trunk/build.properties
    hadoop/hive/trunk/build.xml

Modified: hadoop/hive/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/CHANGES.txt?rev=897365&r1=897364&r2=897365&view=diff
==============================================================================
--- hadoop/hive/trunk/CHANGES.txt (original)
+++ hadoop/hive/trunk/CHANGES.txt Sat Jan  9 01:48:13 2010
@@ -1,5 +1,18 @@
 Hive Change Log
 
+Trunk -  Unreleased
+
+  INCOMPATIBLE CHANGES
+
+  NEW FEATURES
+
+  IMPROVEMENTS
+
+  OPTIMIZATIONS
+
+  BUG FIXES
+
+
 Release 0.5.0 -  Unreleased
 
   INCOMPATIBLE CHANGES

Modified: hadoop/hive/trunk/build.properties
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/build.properties?rev=897365&r1=897364&r2=897365&view=diff
==============================================================================
--- hadoop/hive/trunk/build.properties (original)
+++ hadoop/hive/trunk/build.properties Sat Jan  9 01:48:13 2010
@@ -1,6 +1,6 @@
 Name=Hive
 name=hive
-version=0.5.0
+version=0.6.0
 year=2009
 
 hadoop.version=0.20.0

Modified: hadoop/hive/trunk/build.xml
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/build.xml?rev=897365&r1=897364&r2=897365&view=diff
==============================================================================
--- hadoop/hive/trunk/build.xml (original)
+++ hadoop/hive/trunk/build.xml Sat Jan  9 01:48:13 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.6.0-dev"/>
 
   <property name="target.dir" location="${build.dir.hive}/dist"/>
   <property name="target.lib.dir" location="${target.dir}/lib"/>