Author: hashutosh
Date: Wed Jan 25 21:14:15 2012
New Revision: 1235952
URL: http://svn.apache.org/viewvc?rev=1235952&view=rev
Log:
HCAT-212 : hcat trunk version should be updated to 0.4.0 (hashutosh)
Modified:
incubator/hcatalog/trunk/CHANGES.txt
incubator/hcatalog/trunk/build.xml
Modified: incubator/hcatalog/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1235952&r1=1235951&r2=1235952&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Wed Jan 25 21:14:15 2012
@@ -111,6 +111,8 @@ Trunk (unreleased changes)
OPTIMIZATIONS
BUG FIXES
+ HCAT-212. hcat trunk version should be updated (hashutosh)
+
HCAT-230. Remove log4j compilation dependencies (enis via hashutosh)
HCAT-227. NPE on HBaseInputStorageDriver when table contains a CF that's
never been successfully written to (toffer via hashutosh)
Modified: incubator/hcatalog/trunk/build.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/build.xml?rev=1235952&r1=1235951&r2=1235952&view=diff
==============================================================================
--- incubator/hcatalog/trunk/build.xml (original)
+++ incubator/hcatalog/trunk/build.xml Wed Jan 25 21:14:15 2012
@@ -31,7 +31,7 @@
================================================================================
-->
<!-- name and version -->
- <property name="_version" value="0.3.0"/>
+ <property name="_version" value="0.4.0"/>
<property name="_vtype" value="-dev"/>
<property name="hcatalog.version" value="${_version}${_vtype}"/>
<property name="hcatalog.jar"
value="${ant.project.name}-${hcatalog.version}.jar"/>