prepare for 0.5.1

This commit is contained in:
kimchy 2010-03-09 13:30:49 +02:00
parent 83a78b3979
commit 79e1df14e0
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.6.0-SNAPSHOT'
versionNumber = '0.5.1-SNAPSHOT'
explodedDistDir = new File(distsDir, 'exploded')
explodedDistLibDir = new File(explodedDistDir, 'lib')