We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210d7a7 commit 01fafecCopy full SHA for 01fafec
build.gradle
@@ -51,7 +51,7 @@ subprojects { subProject ->
51
defaultTasks 'build'
52
53
group = 'org.hibernate'
54
- version = '4.2.20.Final'
+ version = '4.2.21-SNAPSHOT'
55
56
// The OSGi manifest exported package versions need to be only the numerical release -- no "SNAPSHOT" or "Final"
57
exportPackageVersion = version.replaceAll("-SNAPSHOT", "");
0 commit comments