update to version 0.15

This commit is contained in:
kimchy 2011-02-18 19:49:30 +02:00
parent 9ac048c68c
commit dac2a888fb
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss");
sdf.setTimeZone(TimeZone.getTimeZone("UTC"));
buildTimeStr = sdf.format(buildTime)
versionNumber = '0.15.0-SNAPSHOT'
versionNumber = '0.15.0'
explodedDistDir = new File(distsDir, 'exploded')
explodedDistLibDir = new File(explodedDistDir, 'lib')