You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2012/07/16 14:47:04 UTC

svn commit: r1362007 - /manifoldcf/integration/sharepoint-2007/trunk/build.xml

Author: kwright
Date: Mon Jul 16 12:47:04 2012
New Revision: 1362007

URL: http://svn.apache.org/viewvc?rev=1362007&view=rev
Log:
Update the build version number

Modified:
    manifoldcf/integration/sharepoint-2007/trunk/build.xml

Modified: manifoldcf/integration/sharepoint-2007/trunk/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/integration/sharepoint-2007/trunk/build.xml?rev=1362007&r1=1362006&r2=1362007&view=diff
==============================================================================
--- manifoldcf/integration/sharepoint-2007/trunk/build.xml (original)
+++ manifoldcf/integration/sharepoint-2007/trunk/build.xml Mon Jul 16 12:47:04 2012
@@ -66,7 +66,7 @@
     <target name="build" depends="deliver" if="canBuild"/>
     
     <target name="set-version">
-        <property name="release-version" value="0.1-incubating"/>
+        <property name="release-version" value="0.2-dev"/>
     </target>
       
     <target name="create-source-zip" depends="set-version">