Skip to content

Commit 01fafec

Browse files
committed
4.2.20.Final post-release
1 parent 210d7a7 commit 01fafec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ subprojects { subProject ->
5151
defaultTasks 'build'
5252

5353
group = 'org.hibernate'
54-
version = '4.2.20.Final'
54+
version = '4.2.21-SNAPSHOT'
5555

5656
// The OSGi manifest exported package versions need to be only the numerical release -- no "SNAPSHOT" or "Final"
5757
exportPackageVersion = version.replaceAll("-SNAPSHOT", "");

0 commit comments

Comments
 (0)