Skip to content

Commit

Permalink
4.2.24-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
gbadner committed Apr 13, 2016
1 parent 0f539ad commit a7d0966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -51,7 +51,7 @@ subprojects { subProject ->
defaultTasks 'build'

group = 'org.hibernate'
version = '4.2.23.Final'
version = '4.2.24-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 a7d0966

Please sign in to comment.