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"
|
ext.javaLanguageLevel = "1.6"
|
||||||
|
|
||||||
task wrapper(type: Wrapper) {
|
task wrapper(type: Wrapper) {
|
||||||
|
|
|
@ -134,7 +134,7 @@ task buildDocumentation(type: Task, dependsOn: [rootProject.project( 'documentat
|
||||||
ant.symlink(
|
ant.symlink(
|
||||||
action: 'single',
|
action: 'single',
|
||||||
link: "${currentSymLinkContainerDir.absolutePath}/orm",
|
link: "${currentSymLinkContainerDir.absolutePath}/orm",
|
||||||
resource: "${versionedDocumentationDir.absolutePath}"
|
resource: "../orm/${majorMinorVersion}"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue