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 2014/08/02 00:14:48 UTC

svn commit: r1615252 - /zookeeper/branches/branch-3.5/build.xml

Author: phunt
Date: Fri Aug  1 22:14:48 2014
New Revision: 1615252

URL: http://svn.apache.org/r1615252
Log:
Preparing for release 3.5.0

Modified:
    zookeeper/branches/branch-3.5/build.xml

Modified: zookeeper/branches/branch-3.5/build.xml
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.5/build.xml?rev=1615252&r1=1615251&r2=1615252&view=diff
==============================================================================
--- zookeeper/branches/branch-3.5/build.xml (original)
+++ zookeeper/branches/branch-3.5/build.xml Fri Aug  1 22:14:48 2014
@@ -32,7 +32,7 @@ xmlns:maven="antlib:org.apache.maven.art
     <property name="version-major" value="3" />
     <property name="version-minor" value="5" />
     <property name="version-patch" value="0" />
-    <property name="version" value="${version-major}.${version-minor}.${version-patch}" />
+    <property name="version" value="${version-major}.${version-minor}.${version-patch}-alpha" />
 
     <property name="final.name" value="${name}-${version}"/>
     <property name="revision.dir" value="${basedir}/.revision" />