You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hcatalog-commits@incubator.apache.org by ga...@apache.org on 2012/05/17 00:35:37 UTC

svn commit: r1339433 - /incubator/hcatalog/branches/branch-0.4/build.xml

Author: gates
Date: Thu May 17 00:35:37 2012
New Revision: 1339433

URL: http://svn.apache.org/viewvc?rev=1339433&view=rev
Log:
Changing build number to 0.4.1 since 0.4.0 is released.

Modified:
    incubator/hcatalog/branches/branch-0.4/build.xml

Modified: incubator/hcatalog/branches/branch-0.4/build.xml
URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.4/build.xml?rev=1339433&r1=1339432&r2=1339433&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.4/build.xml (original)
+++ incubator/hcatalog/branches/branch-0.4/build.xml Thu May 17 00:35:37 2012
@@ -31,7 +31,7 @@
   ================================================================================
   -->
   <!-- name and version -->
-  <property name="_version" value="0.4.0"/>
+  <property name="_version" value="0.4.1"/>
   <property name="_vtype" value="-dev"/> 
   <property name="hcatalog.version" value="${_version}${_vtype}"/>
   <property name="hcatalog.jar" value="${ant.project.name}-${hcatalog.version}.jar"/>