4.2.10.Final post release

This commit is contained in:
Brett Meyer 2014-02-28 14:25:54 -05:00
parent 6e272b79e7
commit b873e56c20

View File

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