You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by jv...@apache.org on 2011/01/05 03:09:55 UTC

svn commit: r1055274 - in /hive/trunk: CHANGES.txt build.properties

Author: jvs
Date: Wed Jan  5 02:09:54 2011
New Revision: 1055274

URL: http://svn.apache.org/viewvc?rev=1055274&view=rev
Log:
HIVE-1878 Set the version of Hive trunk to '0.7.0-SNAPSHOT' to avoid
confusing it with a release
(Carl Steinbach via jvs)


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

Modified: hive/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hive/trunk/CHANGES.txt?rev=1055274&r1=1055273&r2=1055274&view=diff
==============================================================================
--- hive/trunk/CHANGES.txt (original)
+++ hive/trunk/CHANGES.txt Wed Jan  5 02:09:54 2011
@@ -324,6 +324,10 @@ Trunk -  Unreleased
     HIVE-1855 Include Process ID in the log4j log file name
     (Ning Zhang via namit)
 
+    HIVE-1878 Set the version of Hive trunk to '0.7.0-SNAPSHOT' to avoid
+    confusing it with a release
+    (Carl Steinbach via jvs)
+
   OPTIMIZATIONS
 
   BUG FIXES

Modified: hive/trunk/build.properties
URL: http://svn.apache.org/viewvc/hive/trunk/build.properties?rev=1055274&r1=1055273&r2=1055274&view=diff
==============================================================================
--- hive/trunk/build.properties (original)
+++ hive/trunk/build.properties Wed Jan  5 02:09:54 2011
@@ -1,7 +1,7 @@
 Name=Hive
 name=hive
-version=0.7.0
-year=2010
+version=0.7.0-SNAPSHOT
+year=2011
 
 javac.debug=on
 javac.version=1.6