4.2.20.Final post-release
This commit is contained in:
parent
210d7a73e8
commit
01fafec376
|
@ -51,7 +51,7 @@ subprojects { subProject ->
|
|||
defaultTasks 'build'
|
||||
|
||||
group = 'org.hibernate'
|
||||
version = '4.2.20.Final'
|
||||
version = '4.2.21-SNAPSHOT'
|
||||
|
||||
// The OSGi manifest exported package versions need to be only the numerical release -- no "SNAPSHOT" or "Final"
|
||||
exportPackageVersion = version.replaceAll("-SNAPSHOT", "");
|
||||
|
|
Loading…
Reference in New Issue