4.2.7.SP1 post release

This commit is contained in:
Brett Meyer 2013-10-23 13:37:05 -04:00
parent 4fae265451
commit 1c43f6f5d3
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.7.SP1'
version = '4.2.8-SNAPSHOT'
// The OSGi manifest exported package versions need to be only the numerical release -- no "SNAPSHOT" or "Final"
exportPackageVersion = version.replaceAll("-SNAPSHOT", "");