You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ph...@apache.org on 2010/07/27 00:21:46 UTC

svn commit: r979473 - /hadoop/zookeeper/branches/branch-3.3/build.xml

Author: phunt
Date: Mon Jul 26 22:21:46 2010
New Revision: 979473

URL: http://svn.apache.org/viewvc?rev=979473&view=rev
Log:
fixed version string in build.xml to be consistent with prior releases

Modified:
    hadoop/zookeeper/branches/branch-3.3/build.xml

Modified: hadoop/zookeeper/branches/branch-3.3/build.xml
URL: http://svn.apache.org/viewvc/hadoop/zookeeper/branches/branch-3.3/build.xml?rev=979473&r1=979472&r2=979473&view=diff
==============================================================================
--- hadoop/zookeeper/branches/branch-3.3/build.xml (original)
+++ hadoop/zookeeper/branches/branch-3.3/build.xml Mon Jul 26 22:21:46 2010
@@ -24,7 +24,7 @@
 
     <property environment="env"/>
     
-    <property name="version" value="3.3.2-dev" />
+    <property name="version" value="3.3.1" />
     <property name="final.name" value="${name}-${version}"/>
     <property name="revision.dir" value="${basedir}/.revision" />
     <property name="revision.properties" value="revision.properties" />