You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2007/01/17 14:55:53 UTC

svn commit: r497020 - /directory/trunks/ldapstudio/ldapstudio-schemas-plugin/build.xml

Author: pamarcelot
Date: Wed Jan 17 05:55:52 2007
New Revision: 497020

URL: http://svn.apache.org/viewvc?view=rev&rev=497020
Log:
Updating version number to 0.6.0

Modified:
    directory/trunks/ldapstudio/ldapstudio-schemas-plugin/build.xml

Modified: directory/trunks/ldapstudio/ldapstudio-schemas-plugin/build.xml
URL: http://svn.apache.org/viewvc/directory/trunks/ldapstudio/ldapstudio-schemas-plugin/build.xml?view=diff&rev=497020&r1=497019&r2=497020
==============================================================================
--- directory/trunks/ldapstudio/ldapstudio-schemas-plugin/build.xml (original)
+++ directory/trunks/ldapstudio/ldapstudio-schemas-plugin/build.xml Wed Jan 17 05:55:52 2007
@@ -18,7 +18,7 @@
 -->
 <project default="jar" xmlns:ivy="antlib:fr.jayasoft.ivy.ant">
 	<property name="project.name" value="org.apache.directory.ldapstudio.schemas" />
-	<property name="project.version" value="0.8" />
+	<property name="project.version" value="0.6.0" />
 
 	<property name="ldapstudio.schemas.output" value="${basedir}/target" />
 	<property name="ldapstudio.schemas.build" value="${ldapstudio.schemas.output}/build" />