mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-22 02:58:05 +00:00
update master build SNAPSHOT target to 4.2
This commit is contained in:
parent
693185a8ac
commit
6f1423a8e3
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user