Change identifiers for next release.

This commit is contained in:
James Moger 2011-08-04 13:51:26 -04:00
parent 43b440d705
commit d32c1f4d1e
2 changed files with 4 additions and 4 deletions

View File

@ -139,7 +139,7 @@
<param name="-hdf"/> <param name="project.name"/> <param name="iciql"/>
<!-- versioning -->
<!--<param name="-since"/> <param name="api/v${iq.apiPrevious}.xml"/> <param name="v${iq.apiPrevious}" />-->
<param name="-since"/> <param name="api/v${iq.apiPrevious}.xml"/> <param name="v${iq.apiPrevious}" />
<param name="-apiversion" value="v${iq.apiCurrent}"/>
<param name="-apixml" value="api/v${iq.apiCurrent}.xml"/>

View File

@ -25,15 +25,15 @@ public class Constants {
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
public static final String VERSION = "0.5.0";
public static final String VERSION = "0.6.0-SNAPSHOT";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
public static final String VERSION_DATE = "2011-08-03";
public static final String VERSION_DATE = "PENDING";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
public static final String API_CURRENT = "1";
public static final String API_CURRENT = "2";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.