4.2.17.Final post-release

This commit is contained in:
Gail Badner 2015-01-05 22:45:44 -08:00
parent 6ce3816f10
commit 812e9f6079
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ subprojects { subProject ->
defaultTasks 'build'
group = 'org.hibernate'
version = '4.2.17.Final'
version = '4.2.18-SNAPSHOT'
// The OSGi manifest exported package versions need to be only the numerical release -- no "SNAPSHOT" or "Final"
exportPackageVersion = version.replaceAll("-SNAPSHOT", "");