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 2011/08/22 18:39:11 UTC

svn commit: r1160367 - /incubator/hcatalog/branches/branch-0.2/build.xml

Author: gates
Date: Mon Aug 22 18:39:11 2011
New Revision: 1160367

URL: http://svn.apache.org/viewvc?rev=1160367&view=rev
Log:
Changed build version to 0.2.0

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

Modified: incubator/hcatalog/branches/branch-0.2/build.xml
URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.2/build.xml?rev=1160367&r1=1160366&r2=1160367&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.2/build.xml (original)
+++ incubator/hcatalog/branches/branch-0.2/build.xml Mon Aug 22 18:39:11 2011
@@ -26,7 +26,7 @@
   ================================================================================
   -->
   <!-- name and version -->
-  <property name="hcatalog.version" value="0.2.0-dev"/>
+  <property name="hcatalog.version" value="0.2.0"/>
   <property name="hcatalog.jar" value="${ant.project.name}-${hcatalog.version}.jar"/>
     <property name="final.name" value="${ant.project.name}-${hcatalog.version}" />