Prepare for next development iteration

This commit is contained in:
Guillaume Smet 2018-11-29 18:02:01 +01:00
parent f4aec91030
commit 849e2a5a53
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
apply plugin: 'base'
ext {
ormVersion = new HibernateVersion( '5.4.0.CR2', project )
ormVersion = new HibernateVersion( '5.4.0-SNAPSHOT', project )
baselineJavaVersion = '1.8'
jpaVersion = new JpaVersion('2.2')
}