[Mantisconnect-cvs] SF.net SVN: mantisconnect: [196] mantisconnect/branches/clients/java/ client-a
Brought to you by:
vboctor
From: <pl...@us...> - 2008-05-31 15:30:07
|
Revision: 196 http://mantisconnect.svn.sourceforge.net/mantisconnect/?rev=196&view=rev Author: planser Date: 2008-05-31 08:29:23 -0700 (Sat, 31 May 2008) Log Message: ----------- Updating version info Modified Paths: -------------- mantisconnect/branches/clients/java/client-api/REL_BRANCH_1_1_1_0/build.xml Modified: mantisconnect/branches/clients/java/client-api/REL_BRANCH_1_1_1_0/build.xml =================================================================== --- mantisconnect/branches/clients/java/client-api/REL_BRANCH_1_1_1_0/build.xml 2008-02-01 17:36:06 UTC (rev 195) +++ mantisconnect/branches/clients/java/client-api/REL_BRANCH_1_1_1_0/build.xml 2008-05-31 15:29:23 UTC (rev 196) @@ -2,7 +2,7 @@ <project name="MantisConnect-Client" default="dist" basedir="."> <property name="dist.target" location="dist"/> - <property name="dist.version" value="1.1.1.0"/> + <property name="dist.version" value="1.1.1.1-SVN"/> <property name="dist.name" value="mantisconnect-client-api-${dist.version}"/> <property name="dist.dir" location="${dist.target}/${dist.name}"/> <property name="dist.src.dir" location="${dist.dir}/src"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |