diff --git a/build.properties b/build.properties index 07b2927c3..e3173ada9 100644 --- a/build.properties +++ b/build.properties @@ -1,3 +1,15 @@ version=2.0.1 integration.repo.dir=${basedir}/../integration-repo ivy.cache.dir=${basedir}/../ivy-cache + +# For when releasing +#release.type=release +#build.stamp=RELEASE + +# For when releasing milestones +#release.type=milestone +#build.stamp=M1 + +# For development in trunk (the default) +#release.type=integration +