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