4.2.3.Final post-release

This commit is contained in:
Brett Meyer 2013-07-03 11:32:41 -04:00
parent e4eb223dcf
commit 16b0187765
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.3.Final'
version = '4.2.4-SNAPSHOT'
// The OSGi manifest exported package versions need to be only the numerical release -- no "SNAPSHOT" or "Final"
exportPackageVersion = version.replaceAll("-SNAPSHOT", "");