4.3.4.Final release

This commit is contained in:
Brett Meyer 2014-03-03 10:25:01 -05:00
parent b5f762c70b
commit b8ad87dd53
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ buildscript {
ext {
expectedGradleVersion = '1.9'
hibernateTargetVersion = '4.3.4-SNAPSHOT'
hibernateTargetVersion = '4.3.4.Final'
javaLanguageLevel = '1.6'
osgiExportVersion = hibernateTargetVersion.replaceAll( "-SNAPSHOT", ".SNAPSHOT" )