prepare for 4.0.0.Alpha2 development

This commit is contained in:
Steve Ebersole 2011-03-09 18:40:41 -06:00
parent 0fece2cf80
commit f25a62855e
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ subprojects { subProject ->
defaultTasks 'build'
group = 'org.hibernate'
version = '4.0.0.Alpha1'
version = '4.0.0-SNAPSHOT'
// minimize changes, at least for now (gradle uses 'build' by default)..
buildDir = "target"