4.2.26-SNAPSHOT

This commit is contained in:
Gail Badner 2016-10-21 15:28:01 -07:00
parent ac6368739c
commit 2870682db8
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.25.Final'
version = '4.2.26-SNAPSHOT'
// The OSGi manifest exported package versions need to be only the numerical release -- no "SNAPSHOT" or "Final"
exportPackageVersion = version.replaceAll("-SNAPSHOT", "");