Skip to content

Commit

Permalink
HHH-13081 - Pass BootstrapContext to Integrator#integrate;
Browse files Browse the repository at this point in the history
HHH-11990 - Remove LogicalConnectionImplementor#makeShareableCopy

6.0 Alpha3 prep
  • Loading branch information
sebersole committed Nov 23, 2019
1 parent 0564692 commit e9920f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/base-information.gradle
Expand Up @@ -8,7 +8,7 @@
apply plugin: 'base'

ext {
ormVersion = new HibernateVersion( '6.0.0.Alpha3', project )
ormVersion = new HibernateVersion( '6.0.0-SNAPSHOT', project )
baselineJavaVersion = '1.8'
jpaVersion = new JpaVersion('2.2')
}
Expand Down

0 comments on commit e9920f5

Please sign in to comment.