update master build SNAPSHOT target to 4.2

This commit is contained in:
Steve Ebersole 2012-07-19 08:56:31 -05:00
parent 693185a8ac
commit 6f1423a8e3
1 changed files with 3 additions and 1 deletions

View File

@ -22,6 +22,8 @@ buildscript {
}
}
hibernateTargetVersion = '4.2.0-SNAPSHOT'
idea {
project {
jdkName = "1.6"
@ -113,7 +115,7 @@ subprojects { subProject ->
defaultTasks 'build'
group = 'org.hibernate'
version = '4.1.6-SNAPSHOT'
version = rootProject.hibernateTargetVersion
// minimize changes, at least for now (gradle uses 'build' by default)..
buildDir = "target"