4.3.0.Beta3
This commit is contained in:
parent
9699ce41c2
commit
d874bc4737
|
@ -26,7 +26,7 @@ buildscript {
|
|||
}
|
||||
}
|
||||
|
||||
ext.hibernateTargetVersion = '4.3.0.Beta3'
|
||||
ext.hibernateTargetVersion = '4.3.0-SNAPSHOT'
|
||||
ext.javaLanguageLevel = "1.6"
|
||||
|
||||
task wrapper(type: Wrapper) {
|
||||
|
|
|
@ -134,7 +134,7 @@ task buildDocumentation(type: Task, dependsOn: [rootProject.project( 'documentat
|
|||
ant.symlink(
|
||||
action: 'single',
|
||||
link: "${currentSymLinkContainerDir.absolutePath}/orm",
|
||||
resource: "${versionedDocumentationDir.absolutePath}"
|
||||
resource: "../orm/${majorMinorVersion}"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue