Skip to content

Commit

Permalink
4.2.19.Final post-release
Browse files Browse the repository at this point in the history
  • Loading branch information
gbadner committed Apr 16, 2015
1 parent f6b88e1 commit 51ddde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ subprojects { subProject ->
defaultTasks 'build'

group = 'org.hibernate'
version = '4.2.19.Final'
version = '4.2.20-SNAPSHOT'

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

0 comments on commit 51ddde4

Please sign in to comment.