move to 0.8.0 SNAPSHOT

This commit is contained in:
kimchy 2010-05-14 23:29:04 +03:00
parent 797cb66dbe
commit d22ffa8c21
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")); sdf.setTimeZone(TimeZone.getTimeZone("UTC"));
buildTimeStr = sdf.format(buildTime) buildTimeStr = sdf.format(buildTime)
versionNumber = '0.7.0' versionNumber = '0.8.0-SNAPSHOT'
explodedDistDir = new File(distsDir, 'exploded') explodedDistDir = new File(distsDir, 'exploded')
explodedDistLibDir = new File(explodedDistDir, 'lib') explodedDistLibDir = new File(explodedDistDir, 'lib')