4.3.0.Beta3

This commit is contained in:
Steve Ebersole 2013-05-29 13:42:26 -05:00
parent 9699ce41c2
commit d874bc4737
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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}"
)
}
}