Skip to content

Commit

Permalink
4.2.4.Final post release
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Meyer committed Aug 8, 2013
1 parent 354ef06 commit e674ff3
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.4.Final'
version = '4.2.5-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 e674ff3

Please sign in to comment.